I have created a windows form on a Windows Mobile 6.5 application. This screen has a username and password field and a login menu button. After clicking the button, it takes my click event for the login button 6 or 7 seconds to reach the first line of code (an alert). It takes that long to reach the breakpoint as well.
I've tried:
- changing the menu button to a login button
- using AddHandler in my formLoad event
...and have still not gotten a fast response. What else could be slowing this down?