Click here to Skip to main content
15,909,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the handle of a control in properties sheet. Pin
Prakash Nadar25-Mar-04 19:31
Prakash Nadar25-Mar-04 19:31 
GeneralThe value returned is NULL Pin
bin892226-Mar-04 5:05
bin892226-Mar-04 5:05 
GeneralStatus bar gripper Pin
sschilachi25-Mar-04 8:50
sschilachi25-Mar-04 8:50 
QuestionDialog Help Needed? Pin
modeonetwo25-Mar-04 6:51
modeonetwo25-Mar-04 6:51 
AnswerRe: Dialog Help Needed? Pin
David Crow25-Mar-04 8:27
David Crow25-Mar-04 8:27 
AnswerRe: Dialog Help Needed? Pin
Robert A. T. Káldy25-Mar-04 10:52
Robert A. T. Káldy25-Mar-04 10:52 
QuestionHow do I get the Main Window in a thread ? Pin
glweid25-Mar-04 5:50
glweid25-Mar-04 5:50 
AnswerRe: How do I get the Main Window in a thread ? Pin
ViliamD25-Mar-04 6:05
sussViliamD25-Mar-04 6:05 
pMyApp = (CMyWinApp*)AfxGetApp();

and there is also

pMyWnd = (CMyWnd*)AfxGetMainWnd();

Or just keep it global or "delivere" it into as function parameter.
GeneralDLL not found !!! Pin
BlackDice25-Mar-04 5:49
BlackDice25-Mar-04 5:49 
GeneralRe: DLL not found !!! Pin
ViliamD25-Mar-04 5:57
sussViliamD25-Mar-04 5:57 
GeneralRe: DLL not found !!! Pin
BlackDice25-Mar-04 7:21
BlackDice25-Mar-04 7:21 
GeneralRe: DLL not found !!! Pin
_moved25-Mar-04 6:25
_moved25-Mar-04 6:25 
Generalsyntax of several keyword Pin
davidw198325-Mar-04 5:40
davidw198325-Mar-04 5:40 
GeneralRe: syntax of several keyword Pin
David Crow25-Mar-04 8:30
David Crow25-Mar-04 8:30 
GeneralFile filter on default save/open dialog Pin
Jon Baker25-Mar-04 5:29
Jon Baker25-Mar-04 5:29 
GeneralRe: File filter on default save/open dialog Pin
ViliamD25-Mar-04 5:48
sussViliamD25-Mar-04 5:48 
GeneralRe: File filter on default save/open dialog Pin
Paul Ranson25-Mar-04 5:56
Paul Ranson25-Mar-04 5:56 
GeneralCalling a text file Pin
Caoimh25-Mar-04 4:57
Caoimh25-Mar-04 4:57 
GeneralRe: Calling a text file Pin
David Crow25-Mar-04 5:19
David Crow25-Mar-04 5:19 
GeneralCFileDialog: change current selection extension when selecting new filter Pin
MyttO25-Mar-04 4:39
MyttO25-Mar-04 4:39 
Generalformat a cstring for time Pin
BlackDice25-Mar-04 4:35
BlackDice25-Mar-04 4:35 
GeneralRe: format a cstring for time Pin
MyttO25-Mar-04 4:51
MyttO25-Mar-04 4:51 
GeneralRe: format a cstring for time Pin
Paul Ranson25-Mar-04 5:34
Paul Ranson25-Mar-04 5:34 
GeneralRe: format a cstring for time Pin
Joe Woodbury25-Mar-04 5:39
professionalJoe Woodbury25-Mar-04 5:39 
GeneralRe: format a cstring for time Pin
BlackDice25-Mar-04 5:54
BlackDice25-Mar-04 5:54 

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.