newbie Question on Form Load Event

  • Thread starter Thread starter GB21
  • Start date Start date
G

GB21

Hello All,

I apologize for this basic question. I've not written many Windows
Forms apps. More .net web apps. Anyway, I'm starting a new project
for Windows CE 5.0 and struggling a lot.

As I have tried to acquaint myself with the environment, I've run my
apps in debug many times. While trying to resolve two problems, I
noticed that the form load event isn't firing for some of my forms.
Even though the form displays on the emulator, my break points in the
form load event never are reached. Even a breakpoint on the curly
brace after the form load statement never gets reached.

Any help would be greatly appreciated.

Thanks,

Glenn
 
Click the "Events" button (yellow flash type icon) on the properties dialog
for your form and ensure the "Load" event is registered with your event
handler.

Simon.
 
Back
Top