CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2011
    Posts
    18

    To call a Dialog Window

    Hello Everybody,

    I am new in this Forum. I have a question: how can I call from the main window application to a child window. I want to use a pushbottom.

    I want to create a pushbotton and when the user click on the bottom, then it should open a new window.

    Thanks.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: To call a Dialog Window

    I'm not following what you're asking.

  3. #3
    Join Date
    Jul 2005
    Location
    Louisville, KY
    Posts
    201

    Re: To call a Dialog Window

    Quote Originally Posted by laephy View Post
    Hello Everybody,

    I am new in this Forum. I have a question: how can I call from the main window application to a child window. I want to use a pushbottom.

    I want to create a pushbotton and when the user click on the bottom, then it should open a new window.

    Thanks.
    If you are wanting to create child forms for a MDI container, or hide/show, I'd suggest reading http://msdn.microsoft.com/en-us/libr...(v=vs.80).aspx.

    Enjoy,
    Quinn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured