Results 1 to 4 of 4

Thread: cant access form?[RESOLVED]

Threaded View

  1. #1

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

    cant access form?[RESOLVED]

    I cannot seem to create an instance and access another class or form in C#. however in Windows Development in C# I am able to create an instance of another form

    is there a way to create and initialise another form in C# mobile development?

    usually its:

    private frmSomeform = new frmSomeform();


    etc....

    but i cannot get the name of the form to show in mobile development.
    Last edited by Techno; Jul 31st, 2005 at 06:04 AM.

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