Click here to Skip to main content
16,012,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loading bitmaps Pin
Michael Dunn30-Jan-02 6:45
sitebuilderMichael Dunn30-Jan-02 6:45 
GeneralVC6 Pin
30-Jan-02 3:01
suss30-Jan-02 3:01 
GeneralRe: VC6 Pin
Rüpel30-Jan-02 3:04
Rüpel30-Jan-02 3:04 
GeneralRe: VC6 Pin
30-Jan-02 3:56
suss30-Jan-02 3:56 
GeneralRe: VC6 Pin
Jon Hulatt30-Jan-02 6:44
Jon Hulatt30-Jan-02 6:44 
GeneralRe: VC6 Pin
31-Jan-02 0:25
suss31-Jan-02 0:25 
GeneralRe: VC6 Pin
Jon Hulatt31-Jan-02 0:32
Jon Hulatt31-Jan-02 0:32 
GeneralModifyStyle() has no effect Pin
Rüpel30-Jan-02 2:51
Rüpel30-Jan-02 2:51 
hi,

i want to set a style-bit of a dialogresource-editor-created combobox dynamically.

when i do this by ModifyStyle(0,CBS_AUTOHSCROLL); after creation, the combobox ignores the new style. Hmmm | :|

how can i change that? it seems to need this setting before creation, but where can i set the style before DDX-...() is called (there's no WM_CREATE- message for dialog-editor created controls)?

i have defined a control-variable in the class-wizzard for the combobox, maybe i can set in my views(dialogs) ctor something like m_ctrlCombo.SetStyle(CBS_AUTOHSCROLL);? when i use ModifyStyle() there - i get an ::isWnd()-assertion

does someone know the mysterious function and place?

thx Roll eyes | :rolleyes:

:wq
GeneralRe: ModifyStyle() has no effect Pin
Joaquín M López Muñoz30-Jan-02 3:46
Joaquín M López Muñoz30-Jan-02 3:46 
GeneralRe: ModifyStyle() has no effect Pin
Rüpel30-Jan-02 3:56
Rüpel30-Jan-02 3:56 
GeneralRe: ModifyStyle() has no effect Pin
Joaquín M López Muñoz30-Jan-02 4:37
Joaquín M López Muñoz30-Jan-02 4:37 
GeneralColor of Cells Pin
Mazdak30-Jan-02 2:44
Mazdak30-Jan-02 2:44 
GeneralIAccessible->accLocation. Pin
Chagit30-Jan-02 2:20
Chagit30-Jan-02 2:20 
GeneralAlpha Blending Fade Effect Pin
Swinefeaster30-Jan-02 2:14
Swinefeaster30-Jan-02 2:14 
GeneralRe: Alpha Blending Fade Effect Pin
Domenic Denicola30-Jan-02 3:18
Domenic Denicola30-Jan-02 3:18 
GeneralIE Settings Pin
Sonu Kapoor30-Jan-02 1:48
Sonu Kapoor30-Jan-02 1:48 
GeneralRe: IE Settings Pin
Joaquín M López Muñoz30-Jan-02 3:14
Joaquín M López Muñoz30-Jan-02 3:14 
GeneralRe: IE Settings Pin
.:: RockNix ::.30-Jan-02 3:53
.:: RockNix ::.30-Jan-02 3:53 
GeneralMouse Clicks in CListCtrl Pin
bishbosh0230-Jan-02 1:40
bishbosh0230-Jan-02 1:40 
GeneralRe: Mouse Clicks in CListCtrl Pin
Swinefeaster30-Jan-02 2:00
Swinefeaster30-Jan-02 2:00 
GeneralRe: Mouse Clicks in CListCtrl Pin
bishbosh0230-Jan-02 3:19
bishbosh0230-Jan-02 3:19 
GeneralRe: Mouse Clicks in CListCtrl Pin
Rüpel30-Jan-02 3:02
Rüpel30-Jan-02 3:02 
GeneralLink dependent libraries together withe the main EXE file Pin
EdgarBM30-Jan-02 1:08
EdgarBM30-Jan-02 1:08 
GeneralRe: Link dependent libraries together withe the main EXE file Pin
Joaquín M López Muñoz30-Jan-02 3:00
Joaquín M López Muñoz30-Jan-02 3:00 
GeneralRe: Link dependent libraries together withe the main EXE file Pin
EdgarBM30-Jan-02 21:43
EdgarBM30-Jan-02 21:43 

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.