PDA

Click to See Complete Forum and Search --> : Console and messages


JasonLpz
Feb 9th, 2003, 03:07 PM
does a console window recive WM_PAINT messages and any others? If yes how do i recieve them? if no ; ok. also Can i set a timer in a console? How?

crptcblade
Feb 9th, 2003, 08:19 PM
The console window does, but I don't think the console program does.

CornedBee
Feb 10th, 2003, 06:50 AM
That's exactly right. You can't use the messaging system in console apps except with some dirty tricks.