Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Split any movie file Pin
Anilkumar K V12-Jul-06 22:35
Anilkumar K V12-Jul-06 22:35 
QuestionRe: Split any movie file Pin
see me12-Jul-06 22:30
see me12-Jul-06 22:30 
AnswerRe: Split any movie file Pin
Monty212-Jul-06 22:34
Monty212-Jul-06 22:34 
QuestionHow to add a combobox ctrl to a list ctrl ? Pin
Vinod Sankaranarayanan12-Jul-06 20:47
Vinod Sankaranarayanan12-Jul-06 20:47 
QuestionRe: How to add a combobox ctrl to a list ctrl ? Pin
David Crow13-Jul-06 3:46
David Crow13-Jul-06 3:46 
AnswerRe: How to add a combobox ctrl to a list ctrl ? Pin
Hamid_RT12-Jul-06 21:03
Hamid_RT12-Jul-06 21:03 
AnswerRe: How to add a combobox ctrl to a list ctrl ? Pin
Hamid_RT12-Jul-06 21:05
Hamid_RT12-Jul-06 21:05 
Questionwhat type of project Pin
thathvamsi12-Jul-06 20:30
thathvamsi12-Jul-06 20:30 
AnswerRe: what type of project [modified] Pin
see me12-Jul-06 20:48
see me12-Jul-06 20:48 
AnswerRe: what type of project Pin
*Dreamz12-Jul-06 20:49
*Dreamz12-Jul-06 20:49 
GeneralRe: what type of project Pin
thathvamsi12-Jul-06 20:59
thathvamsi12-Jul-06 20:59 
AnswerRe: what type of project Pin
_AnsHUMAN_ 12-Jul-06 20:50
_AnsHUMAN_ 12-Jul-06 20:50 
AnswerRe: what type of project Pin
Hamid_RT12-Jul-06 21:21
Hamid_RT12-Jul-06 21:21 
QuestionPrint Preview Pin
mikobi12-Jul-06 20:13
mikobi12-Jul-06 20:13 
Question#include "Afxcmm.h" Pin
ashish dogra12-Jul-06 20:02
ashish dogra12-Jul-06 20:02 
AnswerRe: #include & Pin
Hamid_RT12-Jul-06 20:04
Hamid_RT12-Jul-06 20:04 
GeneralRe: #include & Pin
ashish dogra12-Jul-06 20:17
ashish dogra12-Jul-06 20:17 
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

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.