Click here to Skip to main content
15,929,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Standard Radio Buttons Pin
PJ Arends30-Jul-02 5:52
professionalPJ Arends30-Jul-02 5:52 
GeneralTrouble with dialogs/views //HELP REALLY NEEDED Pin
klm29-Jul-02 21:56
klm29-Jul-02 21:56 
GeneralRe: Trouble with dialogs/views //HELP REALLY NEEDED Pin
perlmunger30-Jul-02 9:26
perlmunger30-Jul-02 9:26 
GeneralRe: Trouble with dialogs/views //HELP REALLY NEEDED Pin
klm30-Jul-02 21:03
klm30-Jul-02 21:03 
GeneralSTL Question. Pin
Anonymous29-Jul-02 21:22
Anonymous29-Jul-02 21:22 
GeneralRe: STL Question. Pin
Alexandru Savescu29-Jul-02 21:47
Alexandru Savescu29-Jul-02 21:47 
GeneralRe: STL Question. Pin
Daniel Lohmann30-Jul-02 2:28
Daniel Lohmann30-Jul-02 2:28 
GeneralPeekMessage Pin
Anonymous29-Jul-02 19:11
Anonymous29-Jul-02 19:11 
Hi,

If I have a loop that looks like follows:
while(::PeekMessage(&msg, NULL, 0, 0, PM_REMOVE))
{
::TranslateMessage(&msg);
::DispatchMessage(&msg);
}

Would this retrieve messages from other windows also?
Right now, if I minimize another window, it minimizes my window also !

The MSDN says the following ,
"If hWnd is NULL, PeekMessage retrieves messages for any window that belongs to the current thread making the call. (PeekMessage does not retrieve messages for windows that belong to other threads.)"

I am confused !
GeneralRe: PeekMessage Pin
Roman Nurik29-Jul-02 20:50
Roman Nurik29-Jul-02 20:50 
QuestionURL Help Help? Pin
Dov Sherman29-Jul-02 18:54
Dov Sherman29-Jul-02 18:54 
AnswerRe: URL Help Help? Pin
Nish Nishant29-Jul-02 19:01
sitebuilderNish Nishant29-Jul-02 19:01 
GeneralHelp!So confused with the problem,OLE DB Pin
Hamma29-Jul-02 18:28
Hamma29-Jul-02 18:28 
GeneralActive Scripting and Class Factories Pin
Roman Nurik29-Jul-02 18:13
Roman Nurik29-Jul-02 18:13 
GeneralRe: Active Scripting and Class Factories Pin
Vi229-Jul-02 19:47
Vi229-Jul-02 19:47 
GeneralRe: Active Scripting and Class Factories Pin
Roman Nurik29-Jul-02 19:49
Roman Nurik29-Jul-02 19:49 
GeneralRe: Active Scripting and Class Factories Pin
Vi229-Jul-02 20:06
Vi229-Jul-02 20:06 
GeneralRe: Active Scripting and Class Factories Pin
Roman Nurik29-Jul-02 20:23
Roman Nurik29-Jul-02 20:23 
GeneralEnableWindow Pin
Anonymous29-Jul-02 17:51
Anonymous29-Jul-02 17:51 
GeneralRe: EnableWindow Pin
Shog929-Jul-02 17:59
sitebuilderShog929-Jul-02 17:59 
GeneralRe: EnableWindow Pin
Peter Occil29-Jul-02 18:13
Peter Occil29-Jul-02 18:13 
GeneralRe: EnableWindow Pin
Anonymous29-Jul-02 18:32
Anonymous29-Jul-02 18:32 
Generalfunction with 3 return values Pin
dhon29-Jul-02 17:07
dhon29-Jul-02 17:07 
GeneralRe: function with 3 return values Pin
Nish Nishant29-Jul-02 17:14
sitebuilderNish Nishant29-Jul-02 17:14 
GeneralRe: function with 3 return values Pin
Roman Nurik29-Jul-02 18:14
Roman Nurik29-Jul-02 18:14 
GeneralRe: function with 3 return values Pin
Jason Henderson29-Jul-02 18:39
Jason Henderson29-Jul-02 18:39 

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.