Any idea why the following code is crashing ? I always find it difficult to have parent/child exchange informations with each other. Generally I use a global...
How can we make one in WTL? ... You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. [Non-text portions of this...
Hi, Can anyone tell me what to do to make tracking tooltips work in a composite activeX control? I have an WTL dll containing multiple dialogs. One of those...
Is there a WTL tree control that supports tri-state checkboxes ? I only need it to support icons/images for each item, and tri-state checkboxes. -- Best...
Hi, I just discovered recently that the ListView control is created with a default timer. Steps to reproduce it is as below: Use the WTL appwizard to generate...
AFAIK it is used for hot-tracking. On Vista there may be other uses as well. Timo -- www.TimoSoft-Software.de - Unicode controls for VB6 "Those who sacrifice...
I'm trying to create a resizable dialog based application which contains several controls and, depending on the state of one (or more) of those controls (eg....
I'm going to want to do this, too. I was planning to create a few CWindow-based classes for the "right side" and just create and position the controls...
it turns on in-place edit -km ... From: He Shiming To: wtl@yahoogroups.com Sent: Sunday, April 06, 2008 4:15 PM Subject: [wtl] ListView is created with a...
http://www.cherea.de/bitbucket/checktree/checktree.html shows how to do in MFC and Win32, so you should be able to derive from that. ph ... simplicity and ease...
Hi Nenand, Thanks for the heads up. I think BTW, ... ___________________________________________________________ All new Yahoo! Mail "The new Interface is...
After some further research, I came across a container class, CDlgContainerCtrl (http://www.viksoe.dk/code/tabdlg.htm), written by Bjarke Viksoe which seems to...
Thanks. I also came across Hans Dietrich's, XHtmlTree, on CodeProject http://www.codeproject.com/KB/tree/XHtmlTree.aspx , which is overkill for what I want,...
I've seen several references to corrections to WTL code. How do we get those corrections? I've copied WTL from http://www.sourceforge.net, where the Version...
The 8.0 release is dated June 14, 2007, not 2006. I do not know when Nenad has another release planned, but the latest source is available in the SVN...
Hi Dick, You'll need to access the source code repository directly through SVN, either with your own Subversion client or the HTTP interface. For the HTTP...
Hello all. So I have this CMainFrame class derived from CMDIFrameWindowImpl. On the OnCreate method, I create a command bar and attach the menu to it, as well...
Hi Fernando, Size the left toolbar band to its ideal size: CReBarCtrl(m_hWndToolBar).MaximizeBand(1, TRUE); should do it. cheers, AR ... From: Fernando Arturo...
Pretty new to WTL ATL and C++ but I have made lots of progress recently. I am writing a Microsoft Office Com addin in ATL which includes a propertysheet and a...
... supports ... product ... project with ... I thought ... Debug compile ignores ATL_MIN_CRT. these error are the standard ones when including crt. first turn...
Thank you! I hadn't turned off C++ exception handling. I disabled that as well as the Buffer Security Check, turned on "Minimize CRT use in ATL", and my...
Hi, I'm hosting a browser control using CAxWindow. I need to interact between javascript and the hosting application, via "window.external". From what I...
"He Shiming" <heshiming@...> wrote in message news:fu6ksn+9jp9@eGroups.com ... You don't need a separate DLL, but you do need to implement a COM object. ...
Hi, this is a concern I've had for long. I also have some modal dialogs in plugins, running for years now, and only recently I figured out how to do the same...
Hi, I've uploaded a sample project to explain this problem. You can find it at: http://f1.grp.yahoofs.com/v1/UB8MSDri54QXxYrXqSlqRmEl5x_flHDYaEppmwux1 ...
... Not sure what exactly is causing it, but it's probably related to WM_ERASEBKGD. Anyway, if you remove the WS_CLIPSIBLINGS and WS_CLIPCHILDREN styles from...