Click here to Skip to main content
15,886,110 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: WTL conflict with Managed C++ Pin
xqxq9-Sep-03 2:10
xqxq9-Sep-03 2:10 
GeneralActiveX control can not be used in other develop tools Pin
Foxray7-Sep-03 22:25
Foxray7-Sep-03 22:25 
GeneralRe: ActiveX control can not be used in other develop tools Pin
Stefan Pedersen8-Sep-03 1:52
Stefan Pedersen8-Sep-03 1:52 
GeneralRe: ActiveX control can not be used in other develop tools Pin
Foxray8-Sep-03 20:33
Foxray8-Sep-03 20:33 
GeneralThe problem with classCDateTimePickerCtrl Pin
Foxray7-Sep-03 14:42
Foxray7-Sep-03 14:42 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Michael Dunn7-Sep-03 19:23
sitebuilderMichael Dunn7-Sep-03 19:23 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray7-Sep-03 20:49
Foxray7-Sep-03 20:49 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Braulio Dez8-Sep-03 21:42
Braulio Dez8-Sep-03 21:42 
Hi,

I had the same problem with the "cool" control ( comboBoxEx and DateTimePicker), I solve it in this way:

// ----
// Trying to register Combo box Ex
INITCOMMONCONTROLSEX iccex = { sizeof(INITCOMMONCONTROLSEX), ICC_USEREX_CLASSES };
InitCommonControlsEx(&iccex);
InitCommonControls(); // Obsolete remove if not necessary
// ----

It seems that InitCommonControlsEx works better Smile | :)

HTH
Braulio
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray10-Sep-03 23:17
Foxray10-Sep-03 23:17 
GeneralPlease Help: ATL Embedded and Shell Extension Question. Pin
LittleCoder5-Sep-03 12:17
LittleCoder5-Sep-03 12:17 
GeneralLinker error using MFC and STL Pin
Jambolo3-Sep-03 18:53
Jambolo3-Sep-03 18:53 
GeneralRe: Linker error using MFC and STL Pin
Steve S3-Sep-03 21:45
Steve S3-Sep-03 21:45 
GeneralRe: Linker error using MFC and STL Pin
Jambolo4-Sep-03 1:09
Jambolo4-Sep-03 1:09 
QuestionWTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 15:39
Ernesto D.3-Sep-03 15:39 
AnswerRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 15:52
sitebuilderMichael Dunn3-Sep-03 15:52 
AnswerRe: WTL DDX with controls, really? Pin
Li Lirong3-Sep-03 16:32
Li Lirong3-Sep-03 16:32 
AnswerRe: WTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 17:55
Ernesto D.3-Sep-03 17:55 
GeneralRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 19:25
sitebuilderMichael Dunn3-Sep-03 19:25 
AnswerWTL dead ??? Pin
TW7-Sep-03 23:44
TW7-Sep-03 23:44 
GeneralRe: WTL dead ??? Pin
Steve S8-Sep-03 5:22
Steve S8-Sep-03 5:22 
GeneralRe: WTL dead ??? Pin
Jörgen Sigvardsson16-Sep-03 12:49
Jörgen Sigvardsson16-Sep-03 12:49 
GeneralRe: WTL dead ??? Pin
Steve S16-Sep-03 21:08
Steve S16-Sep-03 21:08 
QuestionHow to Change Atl Dialog Color and Make Control Transparent? Pin
zhangyifei1-Sep-03 17:15
zhangyifei1-Sep-03 17:15 
QuestionSo..........exporting STL containers from a dll? Pin
Abebe1-Sep-03 4:18
Abebe1-Sep-03 4:18 
AnswerRe: So..........exporting STL containers from a dll? Pin
Joaquín M López Muñoz1-Sep-03 4:47
Joaquín M López Muñoz1-Sep-03 4:47 

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.