Oct 27, 2001 #1 jvff Programmer Apr 1, 2001 64 BR How can I access variables of MainDlg from OptionsDlg? I tried: CMainDlg main_dlg; main_dialog.option1 = 'T'; but it didn't work. Please help me. ThanQ ;-) Thank you, JVFF (Janito Vaqueiro Ferreira Filho)
How can I access variables of MainDlg from OptionsDlg? I tried: CMainDlg main_dlg; main_dialog.option1 = 'T'; but it didn't work. Please help me. ThanQ ;-) Thank you, JVFF (Janito Vaqueiro Ferreira Filho)
Oct 27, 2001 #2 TheCrappyProgrammer Programmer Sep 17, 2001 41 US Maybe is was supposed to be: main_dlg.option1 = 'T'; unless you just happened to type it differently on the forum. Upvote 0 Downvote
Maybe is was supposed to be: main_dlg.option1 = 'T'; unless you just happened to type it differently on the forum.
Oct 28, 2001 Thread starter #3 jvff Programmer Apr 1, 2001 64 BR ERROR: I didn't type it correctly. CMainDlg main_dlg; main_dlg.option1 = 'T'; ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho) Upvote 0 Downvote
ERROR: I didn't type it correctly. CMainDlg main_dlg; main_dlg.option1 = 'T'; ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho)