
February 20th, 2009, 04:51 PM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 1
Time spent in forums: 16 m 48 sec
Reputation Power: 0
|
|
|
C# Newbie -- 'Load'
I've been following the Web Browser tutorial for C#. I've been humming along fine up until this point:
"17. Add some initialization code of your own.
The last task is to add some initialization code of your own to Form1.
The constructor should never be used to call any code that might throw
an exception. Therefore, any such code must be located someplace else,
and that location is the Form1_Load method. Click the Form1.cs[Design]
tab at the top of the code editor to go back to Windows Form. Select the
form and in the Properties window click the Events button (the one with
the lightning bolt) and then double-click Load.
I feel like a total moron, but where the heck is 'LOAD'? I've been looking all over for it,
to double-click, and I can't find it. It's probably staring me right in the face."
Thanks and apologies for a completely idiotic question.
|