Results 1 to 5 of 5

Thread: Simple problem - New to Vb.net

  1. #1
    Join Date
    Jul 2006
    Posts
    13
    Rep Power
    0

    Exclamation Simple problem - New to Vb.net

    I want use a button to close the program when i press it before in vb 6.0 i would use Unload Me what do i use in dot net.

  2. #2
    Join Date
    Jul 2006
    Posts
    13
    Rep Power
    0

    Default figured it out thanks

    I used the Me.Close() seems to work

  3. #3
    Join Date
    Mar 2003
    Posts
    1,700
    Rep Power
    0

    Default

    Try to use the MSDN online help that ships with the program. Most of the simpler issues (Especially issues related to VB6 coders) are covered there in great detail.

  4. #4
    Join Date
    Dec 2004
    Posts
    1,181
    Rep Power
    0

    Default

    If your doing vb.net, then you are definately gonna need a text, especially if you are new to programming. I personally use ebooks. I have a thread called "Ebooks Galore" in the General Programming section of the forums that have links to various ebooks. You should check it out or you can check your local book store and get yourself a Dietel & Dietel textbook.
    'If we're supposed to work in Hex, why have we only got A fingers?'

    Follow Me: @psybuck2002us

  5. #5
    girldemsuga Guest

    Default

    You could use following:
    application.exit()

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •