Thread: Dialog window with top level menu

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    37

    Dialog window with top level menu

    Hello:

    My simple dialog window is working perfectly.

    From it, by means of a button, I'd like to open an other dialog window that should have a top level menu.

    What should I do ?

    Thanks for your help.

    Frandy

  2. #2
    Registered User Rare177's Avatar
    Join Date
    May 2004
    Posts
    214

    reply.

    as for opening another window read up windows subclassing if you have not done so, (there is some info in the faqs),once you have done that its basicly calling the ShowWindow(); function for the button command.

    and im not quiet sure what you mean by top level menu, could you maybe explain a little better, thanks

  3. #3
    Registered User
    Join Date
    Aug 2004
    Posts
    37
    I mean the menu beginning with File. In fact I need a Print button in the new dialog window and maybe a Save button.
    Regards
    Frandy

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  2. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  3. opening a dialog window from inside a dialog window
    By uvacow in forum C++ Programming
    Replies: 1
    Last Post: 12-02-2002, 09:27 AM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  5. SDI Menu App - MSVC 6
    By Unregistered in forum Windows Programming
    Replies: 7
    Last Post: 10-16-2001, 09:59 PM