Hi there, Are there any tricks to ATL/WTL that can allow me to have 'attached' edit controls send "VK" (e.g. VK_UP, VK_DOWN) keystroke notifications to their...
... If the dialog is not modal, you could examine messages coming to the dialog's PreTranslateMessage method before passing them to IsDialogMessage. -Roger...
... like ... You can use the SetWindowsHookEx function to hook into keyboard events while the dialog is open. There should be some examples on the web. Or, if...
Hi I have an application which periodically refreshes based on a timer event. However if a context menu is displayed (using Trackpopupmenu), the window does...
Sirs, I have a program that have to use the CImage. I´m trying a series of include combinations, can someone help me? First I include the atlimage.h ...
TrackPopupMenu won't return until the menu is closed (you clicked an entry or somewhere else). So, usually, if you TrackPopupMenu when processing a message,...
Baryon, Thanks. It worked. Where I can find more information about this defines? Only in the source? Camilo ... [Non-text portions of this message have been...
I have a problem with a custom control I downloaded off the Web: it is drawn with the old-style 3D border, instead of the simple outline of the new WinXP...
Hello! I want to display dialog in Group Box. I create some dialog with DS_SETFONT | DS_FIXEDSYS | WS_CHILD styles. In parent dialog i write this code: class...
Dmitry Beshenov
BeshenowD@...
Jun 6, 2005 11:00 am
11860
... bHandled) ... The child dialog needs the WS_VISIBLE window style. -Roger...
Recently, there has been repeated subscribe/unsubscribe activity on the part of a few individuals. The timing suggests that scripts are being used. The most...
Hello, He, Monday, June 6, 2005, You wrote: HS> TrackPopupMenu won't return until the menu is closed (you clicked an entry HS> or somewhere else). So, usually,...
... The only difference TPM_RETURNCMD makes is that it causes TrackPopupMenu to return the ID of the selected menu item instead of posting a WM_COMMAND message...
If you can post, you are not banned. Or do you have another account which is banned? The factor that I am considering is not email activity, but rather...
... Hi, Your control should be derived from CThemeImpl and you should add such code: LRESULT CYourControl::OnCreate(/*...*/) { ... OpenThemeData(L"ListView"); ...
Hi everyone, I have a pretty large MDI application with a little cosmetic bug. The first time I create an MDI child, the Window menu doesn't have an entry for...
... The first time I create an MDI child, the Window menu doesn't have an entry for it. I can create more childs and the Window menu isn't updated. If I...
Hi, I'm sorry for being off-topic. But a lot of people on this group have been specialists in COM, so I think I can get a good answer here. Generally, if we...
... For what it's worth: I found myself in a similar situation, not long ago. Exporting C++ objects (particularly, STL collections) means that you lose binary ...
"He Shiming" <heshiming@...> wrote in message news:001301c56bdf$d37ab300$0100a8c0@nova... ... Ok. SimpleCOM in four easy steps: Let's create file named...
Thank you both for the suggestions. Passing STL containers across EXE and DLL boundaries wasn't really a problem for me. I found that it's possible if both the...
... Does the express version include ATL? If so, it should be straightforward: just a double-click on the relevant javascript. Otherwise, I'm afraid you won't...