Thread: urgent help needed win32 c++ code , please help me!!!!

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    222

    Thumbs up urgent help needed win32 c++ code , please help me!!!!

    The following code handles message from ------

    Code:
    MSG msg;
    while (GetMessage (&msg, NULL, 0 ,0))
    {
    
    IsDialogMessage (hwndDialog, &msg);
    }
    a) MessageBox
    b) Model dialog box
    c) Modelless dialog box
    d) any dialog

  2. #2
    Registered User
    Join Date
    Nov 2008
    Posts
    222
    i guess answer is c)..pls correct me if am wrong

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. urgent help needed!!!
    By yosef_yaniv in forum C++ Programming
    Replies: 5
    Last Post: 12-08-2007, 12:36 PM
  2. Urgent! Help Needed
    By DarkManiac in forum C++ Programming
    Replies: 4
    Last Post: 04-14-2004, 07:16 PM
  3. Urgent: Help needed.
    By Cn00b in forum C Programming
    Replies: 12
    Last Post: 04-02-2003, 10:18 PM
  4. urgent help needed
    By david in forum C Programming
    Replies: 0
    Last Post: 11-27-2001, 08:27 AM
  5. Urgent Help Needed
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 11-25-2001, 07:48 PM