Click here to Skip to main content
15,908,775 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to change title of a child dialog? Pin
puppya2-Dec-08 17:18
puppya2-Dec-08 17:18 
AnswerRe: how to change title of a child dialog? Pin
David Crow2-Dec-08 4:06
David Crow2-Dec-08 4:06 
QuestionHow to develop "Freez Panes" functionality programatically. Pin
SNI1-Dec-08 19:18
SNI1-Dec-08 19:18 
QuestionLoad bitmaps dynamically Pin
kiranin1-Dec-08 18:57
kiranin1-Dec-08 18:57 
AnswerRe: Load bitmaps dynamically Pin
CPallini1-Dec-08 19:14
mveCPallini1-Dec-08 19:14 
AnswerRe: Load bitmaps dynamically Pin
KarstenK1-Dec-08 21:29
mveKarstenK1-Dec-08 21:29 
AnswerRe: Load bitmaps dynamically Pin
Jijo.Raj1-Dec-08 21:38
Jijo.Raj1-Dec-08 21:38 
AnswerRe: Load bitmaps dynamically Pin
Hamid_RT1-Dec-08 23:31
Hamid_RT1-Dec-08 23:31 
You can use of CImage class:
#include AtlImage.h
CImage m;
m.Load(_T(""));
....
...
QuestionHide Application in startup Pin
MsmVc1-Dec-08 18:34
MsmVc1-Dec-08 18:34 
AnswerRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 19:33
professionalRajesh R Subramanian1-Dec-08 19:33 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 19:50
MsmVc1-Dec-08 19:50 
GeneralRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 19:53
professionalRajesh R Subramanian1-Dec-08 19:53 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 20:29
MsmVc1-Dec-08 20:29 
AnswerRe: Hide Application in startup Pin
Jijo.Raj1-Dec-08 21:52
Jijo.Raj1-Dec-08 21:52 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 22:07
MsmVc1-Dec-08 22:07 
RantRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 22:12
professionalRajesh R Subramanian1-Dec-08 22:12 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 22:33
MsmVc1-Dec-08 22:33 
GeneralRe: Hide Application in startup Pin
Jijo.Raj2-Dec-08 1:19
Jijo.Raj2-Dec-08 1:19 
GeneralRe: Hide Application in startup Pin
MsmVc2-Dec-08 1:36
MsmVc2-Dec-08 1:36 
GeneralRe: Hide Application in startup Pin
Jijo.Raj2-Dec-08 1:49
Jijo.Raj2-Dec-08 1:49 
GeneralRe: Hide Application in startup Pin
MsmVc2-Dec-08 18:36
MsmVc2-Dec-08 18:36 
GeneralRe: Hide Application in startup Pin
Jijo.Raj3-Dec-08 6:37
Jijo.Raj3-Dec-08 6:37 
QuestionCxskinbutton Pin
pooja_friends1-Dec-08 18:05
pooja_friends1-Dec-08 18:05 
AnswerRe: Cxskinbutton Pin
_AnsHUMAN_ 1-Dec-08 19:07
_AnsHUMAN_ 1-Dec-08 19:07 
QuestionDesign for VC++ network application Pin
Member 57039051-Dec-08 17:04
Member 57039051-Dec-08 17:04 

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.