Results 1 to 4 of 4

Thread: cant access form?[RESOLVED]

Hybrid View

  1. #1
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: cant access form?

    private frmSomeform = new frmSomeform();
    frmSomeform.Show() or .ShowDialog

    will display the form, is that what you are looking for

    or are you looking the the .name method?
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: cant access form?

    I cant get the name of the form at all

    if i do frm and look at the list of method/objects - it only shows the current form (Form1)...

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