|
-
January 9th, 2007, 06:19 PM
#1
.NET 2.0 form Load function
I have a CE application which is a menu (not menu strip). Currently, I have a OnKeyDown function which checks to see which number the user typed and then launches the corresponding application on the handheld. When that application ends, they are back at my menu and may select another application to run.
Here are my two problems:
1) When they return to my menu form, the number they keyed in is still displayed in the txtChoice box. I want it to be blank when they come back. I tried a variety of Invalidates and Refreshes without success.
2) In the Load function for the form I read a configuration file on the hanheld (which can change anytime). This file lists the various menu choices and their corresponding executables. So, whenever someone comes back from running an application, I'd like to reinvoke the Load function, or cause the config file to be re-read and the menu choices to be redisplayed.
Ideas? Thanks! --cat
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
|