Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: atlimage.h Pin
elabed.slim8-Mar-06 23:30
elabed.slim8-Mar-06 23:30 
GeneralRe: atlimage.h Pin
toxcct8-Mar-06 23:31
toxcct8-Mar-06 23:31 
AnswerRe: atlimage.h Pin
Monty28-Mar-06 23:31
Monty28-Mar-06 23:31 
AnswerRe: atlimage.h Pin
Hamid_RT8-Mar-06 23:46
Hamid_RT8-Mar-06 23:46 
QuestionWH_CBT Hook Problem Pin
wasife8-Mar-06 23:02
wasife8-Mar-06 23:02 
AnswerRe: WH_CBT Hook Problem Pin
Nibu babu thomas8-Mar-06 23:05
Nibu babu thomas8-Mar-06 23:05 
AnswerRe: WH_CBT Hook Problem Pin
Stephen Hewitt8-Mar-06 23:18
Stephen Hewitt8-Mar-06 23:18 
QuestionWhats wrong with this (writing on desktop) Pin
pc_dev8-Mar-06 22:59
pc_dev8-Mar-06 22:59 
I have put this code in button click event;
but notting happens as the button is pressed.
it should display the string on desktop.


CWnd wnd;
char str[] = "Test String";

wnd.m_hWnd = (GetDesktopWindow())->m_hWnd;

CDC* dc = wnd.GetDC();
dc->TextOut(100,100,str);


An alternate which I have also tried is

CString str = "Test String";

((GetDesktopWindow())->GetDC())->TextOut(100,100,str);

but no result.


Thanks in advance.Rose | [Rose]
AnswerRe: Whats wrong with this (writing on desktop) Pin
Nibu babu thomas8-Mar-06 23:12
Nibu babu thomas8-Mar-06 23:12 
QuestionHow to solve this warning ? Pin
BeakX8-Mar-06 22:07
BeakX8-Mar-06 22:07 
QuestionWhat are these WndProc WMs? Pin
redfish348-Mar-06 22:04
redfish348-Mar-06 22:04 
AnswerRe: What are these WndProc WMs? Pin
Monty28-Mar-06 22:56
Monty28-Mar-06 22:56 
QuestionBitmaps on button ? Pin
ashokbngr8-Mar-06 21:59
ashokbngr8-Mar-06 21:59 
AnswerRe: Bitmaps on button ? Pin
Nibu babu thomas8-Mar-06 22:07
Nibu babu thomas8-Mar-06 22:07 
AnswerRe: Bitmaps on button ? Pin
Hamid_RT8-Mar-06 22:07
Hamid_RT8-Mar-06 22:07 
AnswerRe: Bitmaps on button ? Pin
Eytukan8-Mar-06 22:08
Eytukan8-Mar-06 22:08 
AnswerRe: Bitmaps on button ? Pin
Neelesh K J Jain8-Mar-06 22:15
Neelesh K J Jain8-Mar-06 22:15 
AnswerRe: Bitmaps on button ? Pin
toxcct8-Mar-06 22:23
toxcct8-Mar-06 22:23 
Questioncolor on button Pin
ashokbngr8-Mar-06 21:53
ashokbngr8-Mar-06 21:53 
AnswerRe: color on button Pin
Nibu babu thomas8-Mar-06 21:58
Nibu babu thomas8-Mar-06 21:58 
AnswerRe: color on button Pin
Naveen8-Mar-06 22:03
Naveen8-Mar-06 22:03 
AnswerRe: color on button Pin
Hamid_RT8-Mar-06 22:06
Hamid_RT8-Mar-06 22:06 
AnswerRe: color on button Pin
chauchauvoi8-Mar-06 22:18
chauchauvoi8-Mar-06 22:18 
AnswerRe: color on button Pin
toxcct8-Mar-06 22:23
toxcct8-Mar-06 22:23 
QuestionSystem Shutdown Pin
kk.tvm8-Mar-06 21:37
kk.tvm8-Mar-06 21:37 

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.