Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: URL Encoder Pin
Dominik Reichl6-Oct-02 1:27
Dominik Reichl6-Oct-02 1:27 
GeneralRe: URL Encoder Pin
John Bosko6-Oct-02 1:49
John Bosko6-Oct-02 1:49 
GeneralRe: URL Encoder Pin
Dominik Reichl6-Oct-02 1:58
Dominik Reichl6-Oct-02 1:58 
GeneralRe: URL Encoder Pin
John Bosko6-Oct-02 2:16
John Bosko6-Oct-02 2:16 
GeneralRe: URL Encoder Pin
Dominik Reichl6-Oct-02 2:31
Dominik Reichl6-Oct-02 2:31 
GeneralRe: URL Encoder Pin
carrie6-Oct-02 8:15
carrie6-Oct-02 8:15 
GeneralRe: URL Encoder Pin
Anders Molin6-Oct-02 10:56
professionalAnders Molin6-Oct-02 10:56 
QuestionCFormView control(s) initialization...? Pin
alex.barylski5-Oct-02 20:47
alex.barylski5-Oct-02 20:47 
Where should I do this...?

I was hoping to use OnCreate() but it appears its child controls aren't created yet and the app asserts.

I'm currently initializing controls in DoDataExchange() using the following little hack to prevent multiple inits for each control.

static BOOL bFirstPass=TRUE;
if(bFirstPass){
  .. Do init
  bFirstPass=FALSE;
}


Any other betters ways of accomplishing this task...?

Thanx! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
AnswerRe: CFormView control(s) initialization...? Pin
Pavel Klocek6-Oct-02 2:37
Pavel Klocek6-Oct-02 2:37 
GeneralSetLayeredWindowAttributes Problem Pin
Kevin Power5-Oct-02 19:24
Kevin Power5-Oct-02 19:24 
GeneralRe: SetLayeredWindowAttributes Problem Pin
User 66586-Oct-02 1:19
User 66586-Oct-02 1:19 
GeneralRe: SetLayeredWindowAttributes Problem Pin
Kevin Power13-Oct-02 21:18
Kevin Power13-Oct-02 21:18 
GeneralAdding drag and drop support to ownder drawn CListBox Pin
alex.barylski5-Oct-02 18:33
alex.barylski5-Oct-02 18:33 
GeneralRe: Adding drag and drop support to ownder drawn CListBox Pin
Sunnygirl6-Oct-02 9:45
Sunnygirl6-Oct-02 9:45 
GeneralRe: Adding drag and drop support to ownder drawn CListBox Pin
Sunnygirl6-Oct-02 9:49
Sunnygirl6-Oct-02 9:49 
GeneralSchema version change has no effect Pin
work_to_live5-Oct-02 18:13
work_to_live5-Oct-02 18:13 
GeneralRe: Schema version change has no effect Pin
Steve S7-Oct-02 3:48
Steve S7-Oct-02 3:48 
Questionhow to uninstall a software programatically ? Pin
imran_rafique5-Oct-02 16:45
imran_rafique5-Oct-02 16:45 
AnswerRe: how to uninstall a software programatically ? Pin
paracha35-Oct-02 18:38
paracha35-Oct-02 18:38 
Questionhow to ? Pin
imran_rafique5-Oct-02 15:37
imran_rafique5-Oct-02 15:37 
AnswerRe: how to ? Pin
Pavel Klocek6-Oct-02 2:54
Pavel Klocek6-Oct-02 2:54 
GeneralCDialog question! Pin
Lucky20025-Oct-02 13:29
Lucky20025-Oct-02 13:29 
GeneralRe: CDialog question! Pin
valikac5-Oct-02 17:05
valikac5-Oct-02 17:05 
GeneralRe: CDialog question! Pin
Lucky20025-Oct-02 22:50
Lucky20025-Oct-02 22:50 
GeneralA calculator with Visual C Pin
Javier Ortega5-Oct-02 13:00
sussJavier Ortega5-Oct-02 13:00 

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.