I have some class around this code, let call it ToolbarButton TBBUTTON tbbutton; ZeroMemory(&tbbutton, sizeof(tbbutton));
How do I di开发者_JAVA技巧splay a CStatusBarCtrl inside a dialog class (inheriting from CDialogImpl)?There is nothing special - you create the window, with the proper owner (the dialog), and you put i
I want to build开发者_如何学编程 a obj to draw a realtime graph but I have performance limitations
The default dialog box font in Windows is MS Shell Dlg. I don\'t like it, because it\'s not correct. It\'s easy to manually change the font of a single dialog item, but how do I display a dialog box w
How to catch and handle the notification about that the currently selected tab has changed in the class derived from CPropertySheetImpll? I added TCN_SELCHANGE handler to message map but a peoperty sh
I try to hide IWebBrowser2 which I put to DISPID_NEWWINDOW2. 开发者_StackOverflow社区But have no lucky :-(
The dialog contains the static text control. When intializing the dialog the application sets a custom text to this static text control:
I need a timeline control for one of my projects (Winforms/C#)and Im really not sure how i should create one from scratch. I have some visual idea of what i want. Something similar to the link below
I\'d like to know how people with more WTL knowledge would creating something like this: A dialog that is resizable (-> WS_THICKFRAME) that contains two \'areas\'. One area grows in the y-direction w
I am tracing a bug and I suspect the root could be in the use of WTL macros. When sould I use *_EX and when normal macros. For BEGIN_MSG_MAP_EX there is a note in atlcrack.h