CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Posts
    2

    Child windows on main screen

    Hi,

    I am developing a windows application using .NET and C#. I have a main screen with menus and toolbars and everything is blank below that. Now I have other windows which I want to fit into that blank area according to the action i select on menu or toolbar. Can anybody please tell how I can achieve this. I do not want to open new popup window everytime.

    Thanks in advance,
    Mathew

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Child windows on main screen

    try looking at function members of "Form" class ...

  3. #3
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Child windows on main screen


  4. #4
    Join Date
    Sep 2009
    Posts
    2

    Re: Child windows on main screen

    Got it.... thanks!!

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