Results 1 to 5 of 5

Thread: unload form (resolved)

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    unload form (resolved)

    how do i unload form in.net?
    Last edited by Goh; Apr 1st, 2004 at 04:14 AM.

  2. #2
    Junior Member
    Join Date
    Jan 2004
    Location
    Asia
    Posts
    16

    reply

    me.close

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908
    thanks!..but how do i close other forms from a form? (same as for show) ?

  4. #4
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Goh
    thanks!..but how do i close other forms from a form? (same as for show) ?
    if you're trying to close the application then just call Application.Exit and it will close all the forms
    otherwise, you would need to have a reference to the form object...
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908
    how do i make a reference to the object?

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