Click here to Skip to main content
15,915,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDockControlBar issue in VS2008 project Pin
Prasann Mayekar20-Jan-09 19:55
Prasann Mayekar20-Jan-09 19:55 
QuestionRe: DockControlBar issue in VS2008 project Pin
mahesh_mtech22-Nov-10 22:59
mahesh_mtech22-Nov-10 22:59 
QuestionHow to make a control invisible in a dialog box? Pin
kapardhi20-Jan-09 19:35
kapardhi20-Jan-09 19:35 
AnswerRe: How to make a control invisible in a dialog box? Pin
Prasann Mayekar20-Jan-09 19:44
Prasann Mayekar20-Jan-09 19:44 
AnswerRe: How to make a control invisible in a dialog box? Pin
Hamid_RT20-Jan-09 19:59
Hamid_RT20-Jan-09 19:59 
AnswerRe: How to make a control invisible in a dialog box? Pin
Rick York21-Jan-09 8:27
mveRick York21-Jan-09 8:27 
Questionhow can i set an Icon for dialog based MFC application? Pin
MahaKh20-Jan-09 19:09
MahaKh20-Jan-09 19:09 
AnswerRe: how can i set an Icon for dialog based MFC application? Pin
Chandrasekharan P20-Jan-09 21:06
Chandrasekharan P20-Jan-09 21:06 
1. change the extension of the image to .ico and put the image in your res folder.
2. in the resource editor select the option called icon
right click and select import
select the image from the res folder
set the icon in the constructor of your dilaogdlg.cpp file


m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);


Hope it helps
GeneralRe: how can i set an Icon for dialog based MFC application? Pin
MahaKh25-Jan-09 23:08
MahaKh25-Jan-09 23:08 
Questionusing BitBlt for preview DC Pin
_T("No name")20-Jan-09 18:33
_T("No name")20-Jan-09 18:33 
AnswerRe: using BitBlt for preview DC Pin
Sarath C20-Jan-09 19:02
Sarath C20-Jan-09 19:02 
AnswerRe: using BitBlt for preview DC Pin
Hamid_RT20-Jan-09 19:06
Hamid_RT20-Jan-09 19:06 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")20-Jan-09 19:48
_T("No name")20-Jan-09 19:48 
GeneralRe: using BitBlt for preview DC Pin
Code-o-mat20-Jan-09 21:53
Code-o-mat20-Jan-09 21:53 
QuestionRe: using BitBlt for preview DC Pin
_T("No name")20-Jan-09 22:09
_T("No name")20-Jan-09 22:09 
AnswerRe: using BitBlt for preview DC Pin
Code-o-mat20-Jan-09 23:57
Code-o-mat20-Jan-09 23:57 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")21-Jan-09 0:04
_T("No name")21-Jan-09 0:04 
GeneralRe: using BitBlt for preview DC Pin
Code-o-mat21-Jan-09 0:10
Code-o-mat21-Jan-09 0:10 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")21-Jan-09 0:16
_T("No name")21-Jan-09 0:16 
GeneralRe: using BitBlt for preview DC Pin
Code-o-mat21-Jan-09 0:48
Code-o-mat21-Jan-09 0:48 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")21-Jan-09 0:59
_T("No name")21-Jan-09 0:59 
GeneralRe: using BitBlt for preview DC Pin
Code-o-mat21-Jan-09 1:16
Code-o-mat21-Jan-09 1:16 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")21-Jan-09 1:32
_T("No name")21-Jan-09 1:32 
GeneralRe: using BitBlt for preview DC Pin
Code-o-mat21-Jan-09 1:41
Code-o-mat21-Jan-09 1:41 
GeneralRe: using BitBlt for preview DC Pin
_T("No name")21-Jan-09 1:51
_T("No name")21-Jan-09 1:51 

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.