Click here to Skip to main content
15,796,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question#include "Afxcmm.h" Pin
ashish dogra12-Jul-06 21:02
ashish dogra12-Jul-06 21:02 
AnswerRe: #include & Pin
Hamid_RT12-Jul-06 21:04
Hamid_RT12-Jul-06 21:04 
GeneralRe: #include & Pin
ashish dogra12-Jul-06 21:17
ashish dogra12-Jul-06 21:17 
GeneralRe: #include & Pin
Hamid_RT12-Jul-06 21:18
Hamid_RT12-Jul-06 21:18 
AnswerRe: #include "Afxcmm.h" [modified] Pin
see me12-Jul-06 21:27
see me12-Jul-06 21:27 
GeneralRe: #include "Afxcmm.h" Pin
Naveen12-Jul-06 23:06
Naveen12-Jul-06 23:06 
AnswerRe: #include "Afxcmm.h" Pin
David Crow13-Jul-06 4:49
David Crow13-Jul-06 4:49 
QuestionHow to create static text dynamically on dialogbox? Pin
jadhav12312-Jul-06 20:26
jadhav12312-Jul-06 20:26 
Hi All,

I want ot create static text on the dialog box. I wrote following code in OninitDialog function.

CStatic myStatic;
myStatic.Create(_T("my static"), WS_CHILD|WS_VISIBLE|SS_CENTER,
CRect(15,15,150,50), this);
But it doesn't work for me. Whats wrong.. can anybody help me

regards,
Aj
AnswerRe: How to create static text dynamically on dialogbox? Pin
Hamid_RT12-Jul-06 21:01
Hamid_RT12-Jul-06 21:01 
AnswerRe: How to create static text dynamically on dialogbox? Pin
see me12-Jul-06 21:13
see me12-Jul-06 21:13 
AnswerRe: How to create static text dynamically on dialogbox? Pin
ThatsAlok12-Jul-06 21:55
ThatsAlok12-Jul-06 21:55 
QuestionOverloaded member function not found in CNoteMgr Pin
dashprasannajit12-Jul-06 19:50
dashprasannajit12-Jul-06 19:50 
AnswerRe: Overloaded member function not found in CNoteMgr Pin
nguyenvhn12-Jul-06 22:02
nguyenvhn12-Jul-06 22:02 
QuestionGet number of days used Pin
includeh1012-Jul-06 19:49
includeh1012-Jul-06 19:49 
AnswerRe: Get number of days used Pin
Ganesh_T12-Jul-06 20:19
Ganesh_T12-Jul-06 20:19 
AnswerRe: Get number of days used Pin
*Dreamz12-Jul-06 20:28
*Dreamz12-Jul-06 20:28 
QuestionPlay a movie clip Pin
see me12-Jul-06 19:00
see me12-Jul-06 19:00 
GeneralRe: Play a movie clip Pin
voorugonda prashanth12-Jul-06 19:10
voorugonda prashanth12-Jul-06 19:10 
AnswerRe: Play a movie clip Pin
Naveen12-Jul-06 19:19
Naveen12-Jul-06 19:19 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 19:31
see me12-Jul-06 19:31 
AnswerRe: Play a movie clip Pin
A_Fa12-Jul-06 20:35
A_Fa12-Jul-06 20:35 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 21:11
see me12-Jul-06 21:11 
AnswerRe: Play a movie clip Pin
Hamid_RT12-Jul-06 21:00
Hamid_RT12-Jul-06 21:00 
GeneralRe: Play a movie clip Pin
see me12-Jul-06 21:06
see me12-Jul-06 21:06 
GeneralRe: Play a movie clip Pin
Hamid_RT12-Jul-06 21:10
Hamid_RT12-Jul-06 21:10 

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.