Re: Can We draw a image on another window ?
You can draw on the desktop like this:
CDC DC;
DC.CreateDC("DISPLAY",NULL,NULL,NULL);
DC.DrawText(....);
But I wouldn't recommend it.
AliR.
"Matrixinline" <anup.kataria@gmail.com> wrote in message
news:75850a22-d504-417c-a2f0-738c305db340@k13g2000prh.googlegroups.com...
On Aug 5, 3:51 pm, "jerome" <j...@st.com> wrote:
"patrick" <patrick.beltra...@caramail.com> a ?crit dans le message de
news:
03497bad-83bc-4dfa-8135-e03d899f6...@w6g2000yqw.googlegroups.com...
Ba aware that stackoverflow.com is a beginners forum, who know nothing
to Win32 programming...
Yes, most of "answers" on stackoverflow are just laughable.
Most of the time, it's "you can't do it", it's impossible", for usual
tasks
like blocking Ctrl-Alt-Del, loading an animated gif or reading remote
listview items !!!
I think the average age there is about 15 years old...
Sorry I am just a novice
but can you please tell me what needs to be done If I want to draw on
Desktop.
I can get the CWnd* using GetDesktopWindow(). After that How I can
Hook that window to get the WM_PAINT message ?
thanks
Anup