Results 1 to 4 of 4

Thread: Blank Form Load? HELP!!!! (Resolved)

  1. #1

    Thread Starter
    Addicted Member Stick's Avatar
    Join Date
    Aug 1999
    Location
    Iowa
    Posts
    152

    Blank Form Load? HELP!!!! (Resolved)

    Hey i really don't get this...
    I am writing a program for my visual basic .net class and i have most of it done but now when i run it the form is blank.
    I have attached the code along with the post THANKS
    ANY HELP WOULD BE GREAT !!!!!!!!!



    THANKS !!!!
    Attached Files Attached Files
    Last edited by Stick; Jan 21st, 2003 at 09:41 PM.

  2. #2
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    You're missing the following code:

    VB Code:
    1. Public Sub New()
    2.         MyBase.New()
    3.  
    4.         'This call is required by the Windows Form Designer.
    5.         InitializeComponent()
    6.  
    7.         'Add any initialization after the InitializeComponent() call
    8.  
    9.     End Sub
    Add that above the "Form overrides dispose to clean up the component list" section of code right near the top and all should be ok.
    Last edited by RealNickyDude; Jan 21st, 2003 at 08:52 PM.
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  3. #3

    Thread Starter
    Addicted Member Stick's Avatar
    Join Date
    Aug 1999
    Location
    Iowa
    Posts
    152

    Thanks

    Thanks Alot

  4. #4
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I take it everything's ok now?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

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