Jan 21st, 2003, 07:31 PM
#1
Thread Starter
Addicted Member
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
Last edited by Stick; Jan 21st, 2003 at 09:41 PM .
Jan 21st, 2003, 08:43 PM
#2
Hyperactive Member
You're missing the following code:
VB Code:
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
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 .
Jan 21st, 2003, 09:41 PM
#3
Thread Starter
Addicted Member
Jan 22nd, 2003, 12:49 PM
#4
Hyperactive Member
I take it everything's ok now?
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width