Results 1 to 6 of 6

Thread: <---Absolute n00b Please help me *[Resolved]*

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Posts
    4

    Unhappy <---Absolute n00b Please help me *[Resolved]*

    All i am doing is trying to get my head around the new syntax for VERY simple things, such as moving between forms and then back again, i can go from form1 to form2 using this:
    VB Code:
    1. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    2.         finalize() 'or i could hide it with me.hide
    3.         form2.StartPosition = FormStartPosition.CenterScreen
    4.         form2.Show()
    5.     End Sub
    but i want to be able to unload the form like the way you can in VB6 and then be able to open it again later so i can make a welcome page for example
    Last edited by breemer; Feb 9th, 2003 at 01:17 PM.

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