Click here to Skip to main content
15,887,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: #include & Pin
Hamid_RT12-Jul-06 20:18
Hamid_RT12-Jul-06 20:18 
AnswerRe: #include "Afxcmm.h" [modified] Pin
see me12-Jul-06 20:27
see me12-Jul-06 20:27 
GeneralRe: #include "Afxcmm.h" Pin
Naveen12-Jul-06 22:06
Naveen12-Jul-06 22:06 
AnswerRe: #include "Afxcmm.h" Pin
David Crow13-Jul-06 3:49
David Crow13-Jul-06 3:49 
QuestionHow to create static text dynamically on dialogbox? Pin
jadhav12312-Jul-06 19:26
jadhav12312-Jul-06 19:26 
AnswerRe: How to create static text dynamically on dialogbox? Pin
Hamid_RT12-Jul-06 20:01
Hamid_RT12-Jul-06 20:01 
AnswerRe: How to create static text dynamically on dialogbox? Pin
see me12-Jul-06 20:13
see me12-Jul-06 20:13 
AnswerRe: How to create static text dynamically on dialogbox? Pin
ThatsAlok12-Jul-06 20:55
ThatsAlok12-Jul-06 20:55 
jadhav123 wrote:
Static myStatic;
myStatic.Create(_T("my static"), WS_CHILD|WS_VISIBLE|SS_CENTER,
CRect(15,15,150,50), this);

 it is not created because, as soon as OnInitDialog function Exit, scope of MyStatic variable will end which inturn destory the object..
 Now if you want to see Your Dynamically created Static Box you have to decalre CStatic variable as global or as classmember, so ity lifetime is that of program Smile | :)


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You
QuestionOverloaded member function not found in CNoteMgr Pin
dashprasannajit12-Jul-06 18:50
dashprasannajit12-Jul-06 18:50 
AnswerRe: Overloaded member function not found in CNoteMgr Pin
nguyenvhn12-Jul-06 21:02
nguyenvhn12-Jul-06 21:02 
QuestionGet number of days used Pin
includeh1012-Jul-06 18:49
includeh1012-Jul-06 18:49 
AnswerRe: Get number of days used Pin
Ganesh_T12-Jul-06 19:19
Ganesh_T12-Jul-06 19:19 
AnswerRe: Get number of days used Pin
*Dreamz12-Jul-06 19:28
*Dreamz12-Jul-06 19:28 
QuestionPlay a movie clip Pin
see me12-Jul-06 18:00
see me12-Jul-06 18:00 
GeneralRe: Play a movie clip Pin
voorugonda prashanth12-Jul-06 18:10
voorugonda prashanth12-Jul-06 18:10 
AnswerRe: Play a movie clip Pin
Naveen12-Jul-06 18:19
Naveen12-Jul-06 18:19 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 18:31
see me12-Jul-06 18:31 
AnswerRe: Play a movie clip Pin
A_Fa12-Jul-06 19:35
A_Fa12-Jul-06 19:35 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 20:11
see me12-Jul-06 20:11 
AnswerRe: Play a movie clip Pin
Hamid_RT12-Jul-06 20:00
Hamid_RT12-Jul-06 20:00 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 20:06
see me12-Jul-06 20:06 
GeneralRe: Play a movie clip Pin
Hamid_RT12-Jul-06 20:10
Hamid_RT12-Jul-06 20:10 
Questionmodulus operator Pin
thathvamsi12-Jul-06 16:25
thathvamsi12-Jul-06 16:25 
AnswerRe: modulus operator Pin
nguyenvhn12-Jul-06 17:29
nguyenvhn12-Jul-06 17:29 
GeneralRe: modulus operator Pin
thathvamsi12-Jul-06 17:36
thathvamsi12-Jul-06 17:36 

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.