Results 1 to 2 of 2

Thread: Open a windows form

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Open a windows form

    Can anyone tell me if it is possible to open up a windows form, e.g "Form1", from a user control.

    I thought this would be easy but can't figure it out.

    Parksie

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Open a windows form

    You mean this?
    Code:
    Form2 Fr = new Form2();
    Fr.Show();

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