wtl
WTL: Message loop for button
I have some class around this code, let call it ToolbarButton TBBUTTON tbbutton; ZeroMemory(&tbbutton, sizeof(tbbutton));[详细]
2023-04-12 05:28 分类:问答How to create a status bar in a dialog?
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[详细]
2023-04-03 05:43 分类:问答vc++ graphic performance
I want to build开发者_如何学编程 a obj to draw a realtime graph but I have performance limitations[详细]
2023-04-02 03:08 分类:问答System Default Dialog Font?
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[详细]
2023-03-31 01:38 分类:问答How to catch the "tab changed" event in a property sheet
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[详细]
2023-03-29 03:01 分类:问答handle of DISPID_ONVISIBLE
I try to hide IWebBrowser2 which I put to DISPID_NEWWINDOW2. 开发者_StackOverflow社区But have no lucky :-([详细]
2023-03-28 21:41 分类:问答How to detect the control text's line number?
The dialog contains the static text control. When intializing the dialog the application sets a custom text to this static text control:[详细]
2023-03-15 17:15 分类:问答C# Winforms Timeline control ( from WTL ? )
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[详细]
2023-03-14 08:42 分类:问答WTL layout with resizing
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[详细]
2023-03-07 17:28 分类:问答Confused by BEGIN_MSG_MAP and BEGIN_MSG_MAP_EX
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[详细]
2023-02-23 05:43 分类:问答