newbie Question on Form Load Event

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
 
S

Simon Hart

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top