Click here to Skip to main content
15,908,618 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralMessage Reflection for WM_CTLCOLORSTATIC Pin
Tommy2k30-Jun-03 3:20
Tommy2k30-Jun-03 3:20 
GeneralRe: Message Reflection for WM_CTLCOLORSTATIC Pin
Thomas A. Rieck4-Jul-03 8:10
Thomas A. Rieck4-Jul-03 8:10 
GeneralRe: Message Reflection for WM_CTLCOLORSTATIC Pin
Tommy2k4-Jul-03 9:25
Tommy2k4-Jul-03 9:25 
GeneralRe: Message Reflection for WM_CTLCOLORSTATIC Pin
Thomas A. Rieck4-Jul-03 12:20
Thomas A. Rieck4-Jul-03 12:20 
GeneralProblem setting includes directory in VS.NET03 Pin
TigerNinja_29-Jun-03 14:08
TigerNinja_29-Jun-03 14:08 
GeneralRe: Problem setting includes directory in VS.NET03 Pin
TigerNinja_29-Jun-03 15:54
TigerNinja_29-Jun-03 15:54 
GeneralRe: Problem setting includes directory in VS.NET03 Pin
Steve S17-Jul-03 1:55
Steve S17-Jul-03 1:55 
QuestionHow to catch change of the stock property in ActiveX control? Pin
awaken7325-Jun-03 23:33
awaken7325-Jun-03 23:33 
I need to redraw composite control each time when Enabled stock property was changed.
Composite control do not use OnDraw method foor displaying itself, so technique for traditional controls is not applicable.

Or give me an example of working composite control with Font and Enabled property support

This is my property map:

BEGIN_PROP_MAP(CADialog)
PROP_DATA_ENTRY("_cx", m_sizeExtent.cx, VT_UI4)
PROP_DATA_ENTRY("_cy", m_sizeExtent.cy, VT_UI4)
PROP_ENTRY("AutoSize", DISPID_AUTOSIZE, CLSID_NULL)
PROP_ENTRY("Enabled", DISPID_ENABLED, CLSID_NULL)
PROP_ENTRY("Font", DISPID_FONT, CLSID_StockFontPage)
PROP_ENTRY("TabStop", DISPID_TABSTOP, CLSID_NULL)
END_PROP_MAP()

GeneralCan't make a hash_map with std::string for key Pin
Jonathan Gilligan24-Jun-03 12:09
Jonathan Gilligan24-Jun-03 12:09 
GeneralRe: Can't make a hash_map with std::string for key Pin
John M. Drescher24-Jun-03 12:23
John M. Drescher24-Jun-03 12:23 
GeneralRe: Can't make a hash_map with std::string for key Pin
John M. Drescher24-Jun-03 12:29
John M. Drescher24-Jun-03 12:29 
GeneralRe: Can't make a hash_map with std::string for key Pin
ZoogieZork24-Jun-03 14:28
ZoogieZork24-Jun-03 14:28 
GeneralRe: Can't make a hash_map with std::string for key Pin
Stuart Dootson24-Jun-03 21:06
professionalStuart Dootson24-Jun-03 21:06 
GeneralRe: Can't make a hash_map with std::string for key Pin
Alexandru Savescu27-Jun-03 1:51
Alexandru Savescu27-Jun-03 1:51 
GeneralThanks for the help Pin
Jonathan Gilligan27-Jun-03 4:45
Jonathan Gilligan27-Jun-03 4:45 
GeneralProperty Sheets, Help button access from an IPropertyPageImpl Pin
Debs24-Jun-03 1:15
Debs24-Jun-03 1:15 
GeneralIWebBrowser2/IWebBrowserApp problem Pin
peterhe23-Jun-03 11:50
peterhe23-Jun-03 11:50 
Generalvector.sort() Pin
Greg142122-Jun-03 11:24
sussGreg142122-Jun-03 11:24 
GeneralRe: vector.sort() Pin
Andrew Walker22-Jun-03 16:55
Andrew Walker22-Jun-03 16:55 
QuestionHow can ActiveX control with no input focus respond to keyboard event? Pin
stanley guan22-Jun-03 2:42
stanley guan22-Jun-03 2:42 
GeneralChanging a CAxDialogImpl dialog title bar caption Pin
Captain Apathy20-Jun-03 10:12
Captain Apathy20-Jun-03 10:12 
GeneralRe: Changing a CAxDialogImpl dialog title bar caption Pin
Michael Dunn20-Jun-03 18:19
sitebuilderMichael Dunn20-Jun-03 18:19 
GeneralRe: Changing a CAxDialogImpl dialog title bar caption Pin
Captain Apathy23-Jun-03 5:13
Captain Apathy23-Jun-03 5:13 
Generaloptional keyword Pin
SoloVision19-Jun-03 21:45
SoloVision19-Jun-03 21:45 
GeneralRe: optional keyword Pin
AlexO20-Jun-03 6:17
AlexO20-Jun-03 6:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.