... DTN_DATETIMECHANGE comes in the form of WM_NOTIFY, not WM_COMMAND. See NOTIFY_HANDLER et al. -- With best wishes, Igor Tandetnik With sufficient thrust,...
It works, thanks a lot. BTW, I have another question, why my date-time control's Allow-Edit property does not work. I have set it to "False" but I still can...
"loudpine" <loudpine@...> wrote in message news:g719nn+4sa6@eGroups.com ... I'm not sure what you mean by "Allow-Edit property". Show the code where you...
Hello All, I wrote some wtl apps that wrap the VTK visualization library using 7.5 that I want to update to 8.0. Is there any trick to getting 8.0 working with...
Small correction, as no semi-colon is needed when closing a namespace: }; // BUGFIX: closing namespace ATL should be } // BUGFIX: closing namespace ATL -- Best...
If so i would like docking frame work ( maybe with the tabbing framework already by daniel ) , Winsock wrapper ( the message based socket notification for...
Yes im aware. If i remember he says its not a finished project, anyway, it would be nice if it was 'officially' part of wtl ( with wizzards to create the...
... When needed, I usually use the detours library from Microsoft and set up detour functions for SendMessage and PostMessage and have those detour functions...
Hi, I am programming with WTL on pocket pc platforms and I would like to developp a "smart" view manager. It means that in Mainframe I could choose to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /atlframx.h ...
wtl@yahoogroups.com
Aug 22, 2008 3:24 pm
15546
... Just uploaded atlframx.h to the Files section. You will have to wait some weeks for a sample and description on CodeProject, but it should match your...
... visual studio has a special breakpoint that breaks execution when a message is received. In VS6 it is available through Alt+F9, dunno about later versions ...
... Hi, thanks for your work! I have some questions, first my views are actually inheriting from CDialogImpl and I can see that in you code you are handling ...
I am using VS 2005 and WTL 8.0 and I'm trying to upgrade my application to use the new v6 common controls. I thought if would be as simple as adding the...
... Or copy the following codes and save to %WTL%\AppWiz\setup90.js and run the script. ////////////////////////////////setup90.js//////////////////////////// ...
Hi All, There is some MDI-application using several View-classes. It is necessary to forward some messages (e.g. mouse messages) FROM ANY of view instances TO...
... Don't? :o) Have you ever used PreTranslateMessage? This might be a solution, using it to have your various view classes monitor incoming messages from the...
Hi, I am designing an application running on Pocket PC and smartphone and I have created some controls to minimize differences. For instance the following...
... Not yet! :) I've been never changed the default PreTranslateMessage handler. <:( ... Sounds very hopeful, thanks! But I'm not sure that everything is it ...
... messages, ... point ... Apologies, I should have said "like a typical window procedure". In other words, something like a switch statement where you...