Click here to Skip to main content
16,011,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSetModifiedFlag() ... Pin
Hadi Rezaee16-Mar-01 19:43
Hadi Rezaee16-Mar-01 19:43 
GeneralRe: SetModifiedFlag() ... Pin
l a u r e n16-Mar-01 23:13
l a u r e n16-Mar-01 23:13 
GeneralRe: SetModifiedFlag() ... Pin
Masaaki Onishi17-Mar-01 3:37
Masaaki Onishi17-Mar-01 3:37 
GeneralCWnd ... Pin
Hadi Rezaee16-Mar-01 19:41
Hadi Rezaee16-Mar-01 19:41 
GeneralRe: CWnd ... Pin
Ahmad16-Mar-01 21:18
Ahmad16-Mar-01 21:18 
GeneralRe: CWnd ... Pin
Tim Deveaux17-Mar-01 15:24
Tim Deveaux17-Mar-01 15:24 
GeneralRun function in class ... Pin
Hadi Rezaee16-Mar-01 19:40
Hadi Rezaee16-Mar-01 19:40 
GeneralRe: Run function in class ... Pin
Ahmad16-Mar-01 21:15
Ahmad16-Mar-01 21:15 
HI Hadi_Rezaie
BOOL CTestDlg::OnInitDialog()
{ L1: CDialog::OnInitDialog(); return TRUE; }
that didn't mean running OnInitDialog function again .
befor dialog is being visible you need to do some thing
like initial your varibles or add icons ....etc
this is your initial in BOOL CTestDlg::OnInitDialog()
but base class ( CDialog )has some initial so you most call initial in base class :
L1: CDialog::OnInitDialog();
I hope that's enough
and sorry if I have mistakes (I didn't speak english very well)
AHMAD ALWASHALI
YEMEN
washali@yahoo.com

AHMAD ALWASHALI

GeneralMFC RepositionBars - memory consumed Pin
Sara Burns16-Mar-01 13:50
Sara Burns16-Mar-01 13:50 
GeneralRe: MFC RepositionBars - memory consumed Pin
l a u r e n17-Mar-01 3:05
l a u r e n17-Mar-01 3:05 
GeneralProperty Sheets in CDialogBar Pin
Rob Planche16-Mar-01 8:45
Rob Planche16-Mar-01 8:45 
GeneralMonitoring incoming calls Pin
16-Mar-01 7:00
suss16-Mar-01 7:00 
GeneralRe: Monitoring incoming calls Pin
16-Mar-01 7:14
suss16-Mar-01 7:14 
GeneralRe: Monitoring incoming calls Pin
28-Apr-01 2:43
suss28-Apr-01 2:43 
GeneralRe: Monitoring incoming calls Pin
28-Apr-01 6:19
suss28-Apr-01 6:19 
GeneralOutgoing calls Pin
28-Apr-01 2:57
suss28-Apr-01 2:57 
QuestionHow can I prevent the MFC framework from enabling my toolbar buttons? Pin
16-Mar-01 6:44
suss16-Mar-01 6:44 
AnswerRe: How can I prevent the MFC framework from enabling my toolbar buttons? Pin
Chris Losinger16-Mar-01 7:06
professionalChris Losinger16-Mar-01 7:06 
GeneralURGENT...winsock Pin
oneillci16-Mar-01 6:36
oneillci16-Mar-01 6:36 
GeneralMDI frustrations Pin
Jamie Nordmeyer16-Mar-01 6:13
Jamie Nordmeyer16-Mar-01 6:13 
GeneralRe: MDI frustrations Pin
l a u r e n17-Mar-01 3:11
l a u r e n17-Mar-01 3:11 
GeneralRe: MDI frustrations Pin
Jamie Nordmeyer19-Mar-01 5:34
Jamie Nordmeyer19-Mar-01 5:34 
Generalgantt row Pin
bogdan16-Mar-01 6:03
bogdan16-Mar-01 6:03 
GeneralRe: gantt row Pin
l a u r e n16-Mar-01 23:15
l a u r e n16-Mar-01 23:15 
GeneralRe: gantt row Pin
bogdan19-Mar-01 2:22
bogdan19-Mar-01 2:22 

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.