Results 1 to 4 of 4

Thread: new to .net...hence dumb question

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Posts
    2

    new to .net...hence dumb question

    I just upgraded from V6 to the new .net with vs.net.....working on my first new program....
    reagardless I'm having problems trying to use the .show method like in vb6...

    FormName.show

    was this changed in vb.net and if so how do I do the same operation?

    thanks...

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    dim frmForm as new frmWhateverTheFormIsCalled
    frmForm.visible = true
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Posts
    2

    thanks

    Thank you much for the help....

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by nswan
    dim frmForm as new frmWhateverTheFormIsCalled
    frmForm.visible = true
    VB Code:
    1. frmForm.[B]Show()[/B]

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