Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: onmousemove Pin
David Crow25-Jan-06 6:24
David Crow25-Jan-06 6:24 
AnswerRe: onmousemove Pin
Michael Dunn25-Jan-06 10:27
sitebuilderMichael Dunn25-Jan-06 10:27 
QuestionWhich way ? Pin
Great A'Tuin25-Jan-06 4:56
Great A'Tuin25-Jan-06 4:56 
AnswerRe: Which way ? Pin
toxcct25-Jan-06 5:00
toxcct25-Jan-06 5:00 
AnswerRe: Which way ? Pin
Bob Stanneveld25-Jan-06 21:15
Bob Stanneveld25-Jan-06 21:15 
GeneralRe: Which way ? Pin
Great A'Tuin25-Jan-06 21:43
Great A'Tuin25-Jan-06 21:43 
GeneralRe: Which way ? Pin
Bob Stanneveld25-Jan-06 23:08
Bob Stanneveld25-Jan-06 23:08 
GeneralRe: Which way ? Pin
Great A'Tuin25-Jan-06 23:42
Great A'Tuin25-Jan-06 23:42 
yes thanks. now i got what i want.

here's what i have done: i've used a simple MFC dialog based application. i used to start it in InitInstance with RunModalLoop() and set the visible mode of the dialog in the resource editor to false. In the CDialog derived class i've overloaded the function OnCreate and added the following Window Style:

ModifyStyleEx(0, WS_EX_TOOLWINDOW );

and, well, it works: NO WINDOW. NO DIALOG. NO TASKBAR ENTRY. AND I STILL GOT MY MESSAGE MAP Cool | :cool:

thanks everone.

greetings


QuestionException 0x406d1388 Pin
Phil J Pearson25-Jan-06 3:58
Phil J Pearson25-Jan-06 3:58 
AnswerRe: Exception 0x406d1388 Pin
Toby Opferman26-Jan-06 12:43
Toby Opferman26-Jan-06 12:43 
GeneralRe: Exception 0x406d1388 Pin
Phil J Pearson26-Jan-06 23:47
Phil J Pearson26-Jan-06 23:47 
GeneralRe: Exception 0x406d1388 - FIXED!! Pin
Phil J Pearson27-Jan-06 0:59
Phil J Pearson27-Jan-06 0:59 
AnswerRe: Exception 0x406d1388 - FIXED!! Pin
Phil J Pearson27-Jan-06 0:58
Phil J Pearson27-Jan-06 0:58 
GeneralRe: Exception 0x406d1388 - FIXED!! Pin
Toby Opferman27-Jan-06 7:14
Toby Opferman27-Jan-06 7:14 
QuestionHow to show a dialog in other desktop? Pin
Amarelia25-Jan-06 3:41
Amarelia25-Jan-06 3:41 
AnswerRe: How to show a dialog in other desktop? Pin
Toby Opferman26-Jan-06 12:45
Toby Opferman26-Jan-06 12:45 
GeneralRe: How to show a dialog in other desktop? Pin
Amarelia26-Jan-06 18:33
Amarelia26-Jan-06 18:33 
GeneralRe: How to show a dialog in other desktop? Pin
Toby Opferman27-Jan-06 7:12
Toby Opferman27-Jan-06 7:12 
Questionfinancial calendar Pin
mk_le25-Jan-06 3:28
mk_le25-Jan-06 3:28 
AnswerRe: financial calendar Pin
Rage25-Jan-06 3:49
professionalRage25-Jan-06 3:49 
GeneralRe: financial calendar Pin
mk_le25-Jan-06 3:58
mk_le25-Jan-06 3:58 
AnswerRe: financial calendar Pin
sps-itsec4625-Jan-06 6:26
sps-itsec4625-Jan-06 6:26 
QuestionEdit Box question Pin
Lampros Giampouras25-Jan-06 2:31
Lampros Giampouras25-Jan-06 2:31 
AnswerRe: Edit Box question Pin
David Crow25-Jan-06 3:36
David Crow25-Jan-06 3:36 
AnswerRe: Edit Box question Pin
Vipin Aravind25-Jan-06 18:49
Vipin Aravind25-Jan-06 18:49 

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.