I have been playing around with CListViewCtrl. But when i try to edit a sub item using LVN_BEGINLABELEDIT to subclass the edit control and WM_WINDOWPOSCHANGING...
WTL no. ATL does. Best Regards, Serhiy Serbin ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of cwalexlai Sent: Wednesday, February 01,...
Serhiy Serbin
srs@...
Feb 1, 2006 2:28 pm
13286
#include <atlrx.h> Yes, that worked nicely! It does not add too much weight to my application which is embedded in a web page. Thanks a lot! Alex...
Hi I need to create various external modules that need to be written in ATL/WTL and that get loaded (LoadLibrary) into a WTL app. How do I do this? Thanks ...
Am I correct in thinking that the following code from CMessageLoop is at fault (from v7.5): virtual BOOL OnIdle(int /*nIdleCount*/) { for(int i = 0; i <...
Head over to www.codeproject.com and/or www.codeguru.com -- both sites have lots of examples of list view controls, including subitem editing. These examples...
... is at ... Well, yes - depending on how you want your idle-update to flow. Most likely you'll want to write a derived version of the class and overwrite...
... Hmmm... I was thinking about that. I rather fancy the idea of a worker thread. That would also save a state machine. The only problem I have is getting the...
... Due to popular demand, as of ATL8 (VC2005) IDD can optionally be a member variable, which the derived class can simply set to a different value. In earlier...
... I'm aware of that workaround, but I'd like to be able to upclass DerivedDialog objects to BaseDialog class :-) -- Marko ICQ: 5990814 I'm not under the...
... Hm, I tried this with WTL 7.5 and it seems to work :) -- Marko ICQ: 5990814 I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just...
... Yes, for some reason I thought it is new in ATL8, but I checked and it is fixed since at least ATL7.1. It definitely didn't work in ATL3 (VC6). ...
I can use the WTL Appwizard for VC++2005 EE and it works fine when I start new projects of SDI, MultiThread SDI and MDI. However when I try to create a new...
Hi John, The reason that this is happening is because VC++ 2005 Express does not have resource editor. WTL App Wizard is trying to open dialog template in...
Thanks Nenad ! Exactly and completely correct. I went to the project directory later that night (or earlier that morning) and lo & behold all the files where...
I hope the article at the URL: http://www.geocities.com/krishnapg/InitCommonControls_h.html with regard to the InitCommonControlsEx() function would prove to...
All that has to be done to see this issue is include wtlext.h, no code required. The WTL sample 'Web Win32/WTL Hybrid' has this issue under Visual C++ 2005 as...
Hi, does anybody know how to change the tooltip delay for the TreeViewCtrl with TVS_INFOTIP style. If not how to use SetToolTips? I tried to set-up my own...
Serhiy Serbin
srs@...
Feb 9, 2006 4:19 pm
13307
could u tell me why should read "WTL can be type safe"???please __________________________________________________ ...
Hi, I'm trying to create a very narrow, vertical-ish wizard with the PSH_WIZARD_LITE style. I've noticed that there appear to be a hard minimum width for a ...