Click here to Skip to main content
16,009,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memmory leak?!?!? Pin
Bob Stanneveld25-Jul-03 1:02
Bob Stanneveld25-Jul-03 1:02 
GeneralRe: Memmory leak?!?!? Pin
Ryan Binns25-Jul-03 2:32
Ryan Binns25-Jul-03 2:32 
Questionhow to check if a flag is set in a ctabctrl? Pin
User-37793624-Jul-03 23:37
User-37793624-Jul-03 23:37 
AnswerRe: how to check if a flag is set in a ctabctrl? Pin
Ryan Binns25-Jul-03 0:11
Ryan Binns25-Jul-03 0:11 
GeneralRe: how to check if a flag is set in a ctabctrl? Pin
User-37793627-Jul-03 21:35
User-37793627-Jul-03 21:35 
GeneralHeader file for SetTitle() Pin
Anonymous24-Jul-03 23:31
Anonymous24-Jul-03 23:31 
GeneralRe: Header file for SetTitle() Pin
Ryan Binns25-Jul-03 0:13
Ryan Binns25-Jul-03 0:13 
Generaldraw on desktop Pin
bisserke24-Jul-03 23:24
bisserke24-Jul-03 23:24 
Hi,

i'm trying to create a little program fora friend of mine who studies psychology.
For his thesis he wants to study the effect of subliminal messages.

these are messages that u dont see, but your subconscience does pick it up.
(like coca cola used in movie theaters to get u to drink more)


i managed to get a CWnd* to the desktop window and draw text in it,
but i fail to erase it.

the only way i can get it erased is InvalidateRect(NULL, NULL, TRUE), this way all the windows get a WM_PAINT message

It's obvious that this causes an enormous flicker.

I also tried :
HWND hNextWindow = ::GetWindow(m_hWnd, GW_HWNDFIRST);<br />
::InvalidateRect(hNextWindow, NULL, TRUE);


but this only results in my taskbar popping up.

Anybody got some pointers to get the job done ??

thx,

wouter

I used to have a life ... now I have a computer
GeneralRe: draw on desktop Pin
Ryan Binns25-Jul-03 0:14
Ryan Binns25-Jul-03 0:14 
Generaltotal mouse control Pin
Raphael Kindt24-Jul-03 22:29
Raphael Kindt24-Jul-03 22:29 
GeneralRe: total mouse control Pin
Dominik Reichl24-Jul-03 22:36
Dominik Reichl24-Jul-03 22:36 
GeneralRe: total mouse control Pin
Raphael Kindt24-Jul-03 22:47
Raphael Kindt24-Jul-03 22:47 
GeneralRe: total mouse control Pin
Dominik Reichl24-Jul-03 22:50
Dominik Reichl24-Jul-03 22:50 
GeneralRe: total mouse control Pin
Raphael Kindt24-Jul-03 23:01
Raphael Kindt24-Jul-03 23:01 
QuestionHow can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Tim Yen24-Jul-03 21:22
Tim Yen24-Jul-03 21:22 
AnswerRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Iain Clarke, Warrior Programmer25-Jul-03 0:22
Iain Clarke, Warrior Programmer25-Jul-03 0:22 
GeneralRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Tim Yen27-Jul-03 14:13
Tim Yen27-Jul-03 14:13 
GeneralExit SDI Pin
nakarin24-Jul-03 17:38
nakarin24-Jul-03 17:38 
GeneralRe: Exit SDI Pin
Beer2624-Jul-03 18:46
Beer2624-Jul-03 18:46 
GeneralRe: Exit SDI Pin
Ryan Binns24-Jul-03 18:51
Ryan Binns24-Jul-03 18:51 
GeneralRe: Exit SDI Pin
zeki yugnak25-Jul-03 1:22
zeki yugnak25-Jul-03 1:22 
GeneralDraw over Direct3d/Opengl applications Pin
sheesh-ka-bob24-Jul-03 17:03
sheesh-ka-bob24-Jul-03 17:03 
GeneralRe: Draw over Direct3d/Opengl applications Pin
Alexander M.,25-Jul-03 2:20
Alexander M.,25-Jul-03 2:20 
GeneralTransparent Drawing Pin
Anonymous24-Jul-03 15:22
Anonymous24-Jul-03 15:22 
GeneralRe: Transparent Drawing Pin
Ryan Binns24-Jul-03 16:01
Ryan Binns24-Jul-03 16:01 

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.