Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: How to initialize MFC app Pin
Ravi Bhavnani28-Apr-03 5:00
professionalRavi Bhavnani28-Apr-03 5:00 
In your app's InitInstance() method, right after you create the mainframe window, do:
pMainFrameWnd->PostMessage (WM_COMMAND, ID_STARTUP);
This will cause the DoStartupFunctions() handler to be called before the user is permitted to interact with the app.

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
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 
GeneralRe: preventing repaint outside application Pin
yourbuddy7728-Apr-03 1:57
yourbuddy7728-Apr-03 1:57 

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.