... borrowed ... CTabbedChildWIndow (this way I don't have to worry about forwarding notifications, at least for now), and modifying the OnTabClose snippet so...
Hi, Do CCustomDraw<> work on tooltip controls? I have the following class and I wish to customize the appearance of the tooltip control through it: class...
Hi everyone, I have an MDI application for which I want to support WM_DROPFILES. When I drop a file to the application, I create an MDI child for it. For...
Ok, I've added SetForegroundWindow(m_hWnd) before doing an SetActiveWindow() and now, the application is brought to active state correctly. This does it! MF ...
Thanks for all responses. After writing the hook procedure, I can move between controls by pressing TAB key. Is there any way we can get which control is set...
... GetFocus -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be...
Is there a way with the app wizard that comes with the WTL code to create a native app targeting CE in 2005? It looks like it always generates a project for...
I figured out there is a seperate js file forthe CE Appwiz for vs2005 and it did install. The problem is when i hit the "finish" button on the wizard, I got ...
Hello All, I created an WTL MDI application using wizard. I want to get ID_EDIT_COPY command notifications from my View clicking in Toolbar Edit Copy. How can...
I have an app that uses CSplitter window to separate TreeView Control and ListView. How can I implement Windows Explorer <TAB> key behaviour, when a tree has a...
You can add the <TAB> key to your accelerator table and assign it a command ID (e.g. ID_KEY_TAB). Add a command-handler that does something like this: if...
Hi all! I'm writing an application that will use tabs (David Bowen's tabbing framework). I've never worked with it, and I'd greatly appreciate suggestions. I...
... Here is what I usually do for a down-and-dirty project: * Tabbed view is the mainframe's child view * "views" are in the CMainFrame class Add this to...
Hi I'm maintaining some legacy code that uses DCOM for distributed computing. Basically when I sense (via an ethernet library) that a PC is connected I try to...
Probably all this is directly out of WTL scope but anyway I'll try... First of all couple scereenshots of new version of HTMLayout based UI: Famous Outlook bar...
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 : /setup80express.zip...
wtl@yahoogroups.com
Nov 9, 2005 1:04 am
12850
Hi, VCExpress was released in 11/7 We can use it for our wtl programming free. 1,Download and Install VCExpress 2005 from MSDN. ...
Hi, I am using WTL GridCtrl by Nicola and intend to set the column which hold the currency value to right aligned. But cannot find a way to set the column...
... Hello Andrew, Impressive demo, I think you are definitively on something. Questions : -Can build an application myself -What do I need ? -how much does it...
... look ... Yes it was as per the code generated by the wizard. LRESULT CMainDlg::OnAppAbout(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL&...
"jazzycoder" <jazzycoder@...> wrote in message news:dksgi2+fjeo@eGroups.com ... Why do you want one? A modal dialog automatically calls IsDialogMessage...
... The easiest way is to make the about dialog a member variable, then use Create() CAboutDlg m_about_dlg ; // ... LRESULT CMainDlg::OnAppAbout(WORD...
Can I ask a question? Now, the AllocStdCallThunk/FreeStdCallThunk IS quite clear to comprehend... MS "forgot" to include the new ATL thunking library used to...