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

C / C++ / MFC

 
AnswerRe: Message Only Window? Pin
James R. Twine15-Sep-08 7:30
James R. Twine15-Sep-08 7:30 
   A Message Only Window is typically a window that you create that is kept invisible and does not receive any user input.  Its sole purpose is to receive window messages.

   You can use the CreateWindow(...) function to create just about any window that you would ever need.

   BTW - I think that there is a special style available in later versions of the Win32 SDK for message-only windows, but I cannot find it now.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



AnswerRe: Message Only Window? Pin
auralius manurung15-Sep-08 17:52
auralius manurung15-Sep-08 17:52 
QuestionStudio Tools - Spy++ Pin
john john mackey15-Sep-08 7:20
john john mackey15-Sep-08 7:20 
QuestionRSA Encryption/Decryption Pin
Kdss15-Sep-08 5:28
Kdss15-Sep-08 5:28 
AnswerRe: RSA Encryption/Decryption Pin
SandipG 15-Sep-08 5:49
SandipG 15-Sep-08 5:49 
Questioncalling a static function Pin
steph515-Sep-08 5:26
steph515-Sep-08 5:26 
AnswerRe: calling a static function Pin
Mark Salsbery15-Sep-08 5:39
Mark Salsbery15-Sep-08 5:39 
GeneralRe: OT Pin
toxcct15-Sep-08 5:44
toxcct15-Sep-08 5:44 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:45
Mark Salsbery15-Sep-08 5:45 
GeneralRe: OT Pin
toxcct15-Sep-08 5:48
toxcct15-Sep-08 5:48 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:59
Mark Salsbery15-Sep-08 5:59 
GeneralRe: OT Pin
john john mackey15-Sep-08 7:24
john john mackey15-Sep-08 7:24 
GeneralRe: OT Pin
David Crow15-Sep-08 5:53
David Crow15-Sep-08 5:53 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 6:01
Mark Salsbery15-Sep-08 6:01 
GeneralRe: OT Pin
CPallini15-Sep-08 6:10
mveCPallini15-Sep-08 6:10 
GeneralRe: OT Pin
toxcct15-Sep-08 7:22
toxcct15-Sep-08 7:22 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:30
Mark Salsbery15-Sep-08 7:30 
GeneralRe: OT Pin
toxcct15-Sep-08 7:40
toxcct15-Sep-08 7:40 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:46
Mark Salsbery15-Sep-08 7:46 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:55
Mark Salsbery15-Sep-08 7:55 
GeneralRe: OT Pin
CPallini15-Sep-08 7:48
mveCPallini15-Sep-08 7:48 
GeneralRe: calling a static function Pin
steph515-Sep-08 5:58
steph515-Sep-08 5:58 
GeneralRe: calling a static function Pin
Mark Salsbery15-Sep-08 6:13
Mark Salsbery15-Sep-08 6:13 
GeneralRe: calling a static function Pin
CPallini15-Sep-08 6:14
mveCPallini15-Sep-08 6:14 
GeneralRe: calling a static function Pin
Mark Salsbery15-Sep-08 6:22
Mark Salsbery15-Sep-08 6:22 

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.