Has anyone else experienced this error with the latest PlatformSDK (Windows 2003 Server R2) and ATL: atlwin.h(1753) : error C2065: 'i' : undeclared identifier ...
... This is no longer standard by the C++ standard, it's just that VC2005 compiler finally defaulted to the correct (standard) behavior. ... This is not a...
I get this debug assert when creating WTL/ATL controls that host a browser window or windows media player, using VS2005 (worked fine in VS2003). The problem...
... ATL version in Platform SDK is based on ATL3 (shipped with VC6) and has not been updated since (and probably won't ever be). If you look at the comments at...
Hi Ingar, Easy and MDI? Hmm :-) Other than the usual UpdateUI stuff, you need to know that the menu is being changed when MDI client window receives...
I have build a MDI project in MFC,then I have mixed WTL classes to the project,so I have changed all the graphical features in to WTL,I have some other classes...
... Option #1 ... Use the WTL CStatic instead. ... Option #2 ... Use Attach to associate the real HWND window handle with a CWnd object. You may need to add...
Hi, How can I bring one window to front and activate it? I have tried * BringWindowToTop * SetForegroundWindow But none of these bring window on top, all they...
Windows XP specifically tries to prevent windows from becoming the foreground window, because developers think that their applications are the most important...
IE7 uses a ReBar control at its top and adds some ToolBar and ComboBox, etc to it. I know how to add controls to a ReBar, but how reposition them like IE7? I s...
Adding to this. How can we have big icons in toolbar enclosed in a ReBar control? ... -- Manjeet Dahiya [Non-text portions of this message have been removed]...
... Ctrl+V ... these ... how i deal with this: within LVN_BEGINEDIT i send a (custom) message to the main frame to suspend its accelerator processing, which...
Hello everyone, I am just getting started learning WTL (working through the codeproject tutorial now), I have good bit of ATL under my belt building COM...
... window that has focus ... (LPARAM)pMsg) != 0) ... () so that ... Thank you both for the ideas. I'll try the disabling accelerators one. Regarding the test...
... window that has focus ... (LPARAM)pMsg) != 0) ... () so that ... Oops, please disregard my previous message. I mis-read your code, and I understand the...
Is it possible to use CIdleHandler (and CUpdateUI) with a modal dialog? Basically my dialog has a list view control and some buttons. I want to enable/disable...
... CIdleHandler is just a base class that defines a single virtual function. Classes deriving from CIdleHandler can be added to the module's message loop map....
Those articles seem to have gone missing. Mike J. ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com]On Behalf Of hayate Sent: Tuesday, December 12,...
"dbrown0710" <key88sf@...> wrote in message news:eloat2+qpig@eGroups.com ... No. These handlers are called from the main message pump, but the modal ...
You can find them on Chris Sells' tool page. You have to scroll down the page. Mike J. ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com]On Behalf Of...
I got it here is the link for anyone else looking[1], heh should have known it would be on Sells Brothers, I have all kinds of stuff from there already. [1]...
... You can use the same approach explained here: http://www.codeproject.com/dialog/idledialog.asp Andrew Fedoniouk. http://terrainformatica.com/htmlayout -...
... I did something similar once. I had a parent dialog, with a tab control with three list views on the left, and a placeholder for a child dialog on the...