Click here to Skip to main content
16,005,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Breakpoint setting Pin
Hamid_RT4-May-06 1:22
Hamid_RT4-May-06 1:22 
GeneralRe: Breakpoint setting Pin
Anu_Bala4-May-06 1:43
Anu_Bala4-May-06 1:43 
GeneralRe: Breakpoint setting Pin
Hamid_RT4-May-06 1:49
Hamid_RT4-May-06 1:49 
AnswerRe: Breakpoint setting Pin
Stephen Hewitt4-May-06 16:00
Stephen Hewitt4-May-06 16:00 
QuestionStartup option changed to manual from Automatic Pin
nagalakshmi.karunanidhi4-May-06 0:15
nagalakshmi.karunanidhi4-May-06 0:15 
AnswerRe: Startup option changed to manual from Automatic Pin
toxcct4-May-06 0:31
toxcct4-May-06 0:31 
AnswerRe: Startup option changed to manual from Automatic Pin
Monty24-May-06 0:31
Monty24-May-06 0:31 
QuestionWndProc Pin
HakunaMatada3-May-06 23:58
HakunaMatada3-May-06 23:58 
What is the use of the following snippet of code:

while( GetMessage( &msg, NULL, 0, 0 ))<br />
	{<br />
		TranslateMessage( &msg ) ;<br />
		DispatchMessage( &msg ) ;<br />
	} 


I am writing an Office Addin which displays a Modeless window. The code is in VC++. I am creating the Window myself hence the above code. Now, when I remove the above code, my window works as a modeless window. but when I add the above code, it works like a modal window.

Is the above block of code important?

---
With best regards,
A Manchester United Fan

The Genius of a true fool is that he can mess up a foolproof plan!
AnswerRe: WndProc Pin
Cedric Moonen4-May-06 0:04
Cedric Moonen4-May-06 0:04 
AnswerRe: WndProc Pin
Stephen Hewitt4-May-06 0:28
Stephen Hewitt4-May-06 0:28 
GeneralRe: WndProc Pin
HakunaMatada4-May-06 0:35
HakunaMatada4-May-06 0:35 
GeneralRe: WndProc Pin
Stephen Hewitt4-May-06 15:59
Stephen Hewitt4-May-06 15:59 
Questiondblclick event for CListCtrl Pin
NoName II3-May-06 23:16
NoName II3-May-06 23:16 
AnswerRe: dblclick event for CListCtrl Pin
Justin Tay3-May-06 23:32
Justin Tay3-May-06 23:32 
QuestionRe: dblclick event for CListCtrl Pin
David Crow4-May-06 2:29
David Crow4-May-06 2:29 
Questionlike watchdog Pin
binhminhtn3-May-06 23:01
binhminhtn3-May-06 23:01 
QuestionI &quot;lost&quot; _com_dispatch_method [solved, weird] Pin
peterchen3-May-06 22:58
peterchen3-May-06 22:58 
QuestionProblem in QuerySibling of the PropertyPage Urgent Please Pin
kiran janaswamy3-May-06 22:48
kiran janaswamy3-May-06 22:48 
AnswerRe: Problem in QuerySibling of the PropertyPage Urgent Please Pin
kiran janaswamy4-May-06 0:46
kiran janaswamy4-May-06 0:46 
QuestionCan CFile set/get the text file font type? Pin
zeus_master3-May-06 22:43
zeus_master3-May-06 22:43 
AnswerRe: Can CFile set/get the text file font type? Pin
Nibu babu thomas3-May-06 22:48
Nibu babu thomas3-May-06 22:48 
AnswerRe: Can CFile set/get the text file font type? Pin
Cedric Moonen3-May-06 22:52
Cedric Moonen3-May-06 22:52 
GeneralRe: Can CFile set/get the text file font type? Pin
zeus_master4-May-06 4:12
zeus_master4-May-06 4:12 
AnswerRe: Can CFile set/get the text file font type? Pin
kk.tvm3-May-06 23:13
kk.tvm3-May-06 23:13 
AnswerRe: Can CFile set/get the text file font type? Pin
kakan4-May-06 0:16
professionalkakan4-May-06 0:16 

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.