Click here to Skip to main content
16,010,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcalling obejct's operation in exe from dll Pin
Member 23369528-Apr-03 4:21
Member 23369528-Apr-03 4:21 
GeneralRe: calling obejct's operation in exe from dll Pin
valikac28-Apr-03 8:28
valikac28-Apr-03 8:28 
GeneralRe: calling obejct's operation in exe from dll Pin
Member 23369528-Apr-03 21:27
Member 23369528-Apr-03 21:27 
GeneralRe: calling obejct's operation in exe from dll Pin
John R. Shaw28-Apr-03 16:00
John R. Shaw28-Apr-03 16:00 
QuestionHow to initialize MFC app Pin
bob_brown_200028-Apr-03 3:51
bob_brown_200028-Apr-03 3:51 
AnswerRe: How to initialize MFC app Pin
jmkhael28-Apr-03 3:54
jmkhael28-Apr-03 3:54 
AnswerRe: How to initialize MFC app Pin
David Crow28-Apr-03 4:04
David Crow28-Apr-03 4:04 
AnswerRe: How to initialize MFC app Pin
Joan M28-Apr-03 4:16
professionalJoan M28-Apr-03 4:16 
Normally the applications get initialized in the OnInitInstance handler.

Well after having said that, think always in the OOP and initialize class members inside it's own owner class (this will make your life easier).

And after having said this and going where you need to go..., I think there's a handler for OnInitialUpdate (If you want to initialize things after the view is created) OnCreate (if you want to initialize things while the view is created). Take a look at the class wizard as other CPian advice's you Ctrl+W and choose the best handler for your pourpose.

Hope this helps...
AnswerRe: How to initialize MFC app Pin
Ravi Bhavnani28-Apr-03 5:00
professionalRavi Bhavnani28-Apr-03 5:00 
AnswerRe: How to initialize MFC app Pin
bob_brown_200028-Apr-03 7:00
bob_brown_200028-Apr-03 7:00 
GeneralLooking for a Edit box where i can set the font size. Pin
whofmans28-Apr-03 3:36
whofmans28-Apr-03 3:36 
GeneralRe: Looking for a Edit box where i can set the font size. Pin
David Crow28-Apr-03 4:25
David Crow28-Apr-03 4:25 
GeneralRe: Looking for a Edit box where i can set the font size. Pin
whofmans28-Apr-03 4:35
whofmans28-Apr-03 4:35 
GeneralRe: Looking for a Edit box where i can set the font size. Pin
Ravi Bhavnani28-Apr-03 4:57
professionalRavi Bhavnani28-Apr-03 4:57 
GeneralRe: Looking for a Edit box where i can set the font size. Pin
David Crow28-Apr-03 5:14
David Crow28-Apr-03 5:14 
GeneralRe: Looking for a Edit box where i can set the font size. Pin
basementman28-Apr-03 5:18
basementman28-Apr-03 5:18 
GeneralThank you all! Pin
whofmans28-Apr-03 7:22
whofmans28-Apr-03 7:22 
GeneralCalling Visual C++ stuff from VB.NET Pin
Patwick28-Apr-03 2:33
Patwick28-Apr-03 2:33 
Questionhow to create a shortcut ? Pin
_crs_28-Apr-03 2:24
_crs_28-Apr-03 2:24 
AnswerRe: how to create a shortcut ? Pin
David Crow28-Apr-03 3:44
David Crow28-Apr-03 3:44 
GeneralRe: how to create a shortcut ? Pin
_crs_28-Apr-03 4:41
_crs_28-Apr-03 4:41 
GeneralActiveX help requiered Pin
andreshs128-Apr-03 2:00
andreshs128-Apr-03 2:00 
GeneralCan't use template function to do 2 similar things(display member,book) Pin
grscot28-Apr-03 2:00
grscot28-Apr-03 2:00 
GeneralRe: Can't use template function to do 2 similar things(display member,book) Pin
valikac28-Apr-03 8:33
valikac28-Apr-03 8:33 
Generalpreventing repaint outside application Pin
yourbuddy7728-Apr-03 1:42
yourbuddy7728-Apr-03 1:42 

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.