Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan I get file path name which is created by Rresourc Editor: Pin
Morris_Pan28-Jan-04 22:56
Morris_Pan28-Jan-04 22:56 
AnswerRe: Can I get file path name which is created by Rresourc Editor: Pin
Steve S28-Jan-04 23:34
Steve S28-Jan-04 23:34 
GeneralRe: Can I get file path name which is created by Rresourc Editor: Pin
Morris_Pan29-Jan-04 3:52
Morris_Pan29-Jan-04 3:52 
QuestionHow to move Bitmap in Dialog ? Pin
Morris_Pan28-Jan-04 22:48
Morris_Pan28-Jan-04 22:48 
AnswerRe: How to move Bitmap in Dialog ? Pin
SJolly29-Jan-04 0:52
SJolly29-Jan-04 0:52 
GeneralRe: How to move Bitmap in Dialog ? Pin
Morris_Pan29-Jan-04 3:39
Morris_Pan29-Jan-04 3:39 
GeneralRe: How to move Bitmap in Dialog ? Pin
Morris_Pan29-Jan-04 15:38
Morris_Pan29-Jan-04 15:38 
GeneralRe: How to move Bitmap in Dialog ? Pin
SJolly29-Jan-04 21:58
SJolly29-Jan-04 21:58 
If by DC, you mean device context, I am sorry but I don't know as much about this as I always use move window.

However, I know to get the device context you would do:

CDC * pDeviceContext = NULL;
pDeviceContext = GetDlgItem(IDC_YOUR_CONTROL)->GetDC();

Then you'll have to look in the MSDN for a CDC function that moves the image.

Regards,
Simon
GeneralUserdefined ToolBar hiding Pin
swarnamanoo28-Jan-04 22:01
swarnamanoo28-Jan-04 22:01 
GeneralRe: Userdefined ToolBar hiding Pin
фил28-Jan-04 22:21
фил28-Jan-04 22:21 
GeneralRe: Userdefined ToolBar hiding Pin
swarnamanoo28-Jan-04 22:34
swarnamanoo28-Jan-04 22:34 
GeneralRe: Userdefined ToolBar hiding Pin
фил28-Jan-04 22:52
фил28-Jan-04 22:52 
GeneralRe: Userdefined ToolBar hiding Pin
swarnamanoo28-Jan-04 23:33
swarnamanoo28-Jan-04 23:33 
GeneralRe: Userdefined ToolBar hiding Pin
фил29-Jan-04 0:35
фил29-Jan-04 0:35 
GeneralRe: Userdefined ToolBar hiding Pin
swarnamanoo29-Jan-04 23:35
swarnamanoo29-Jan-04 23:35 
GeneralScrollbar in CListCtrl Pin
JussiL28-Jan-04 21:58
JussiL28-Jan-04 21:58 
GeneralScrollbar in CListCtrl Pin
JussiL28-Jan-04 21:57
JussiL28-Jan-04 21:57 
GeneralDisplaying text in MDI Pin
hurr1can328-Jan-04 21:35
hurr1can328-Jan-04 21:35 
GeneralRe: Displaying text in MDI Pin
bneacetp28-Jan-04 22:34
bneacetp28-Jan-04 22:34 
Generaldetect click outside modal dialog Pin
Niko Tanghe28-Jan-04 21:27
Niko Tanghe28-Jan-04 21:27 
GeneralRe: detect click outside modal dialog Pin
Dudi Avramov28-Jan-04 22:26
Dudi Avramov28-Jan-04 22:26 
GeneralRe: detect click outside modal dialog Pin
Corneliu Tusnea29-Jan-04 0:03
Corneliu Tusnea29-Jan-04 0:03 
QuestionHow can i integrate MSDN with VS6 Pin
Omar Lodhi28-Jan-04 20:19
Omar Lodhi28-Jan-04 20:19 
AnswerRe: How can i integrate MSDN with VS6 Pin
SiddharthAtw28-Jan-04 21:56
SiddharthAtw28-Jan-04 21:56 
AnswerRe: How can i integrate MSDN with VS6 Pin
Michael P Butler28-Jan-04 23:21
Michael P Butler28-Jan-04 23:21 

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.