|
-
Mar 25th, 2009, 11:07 PM
#11
Re: Wrong Directory Path at startup
 Originally Posted by tassa
Ok ok. By that, I suppose that I can change the value of 6 checkboxes by the values stored in the registry?
Absolutely. That said, note that My.Settings is supposed to be a substitute for the Registry in many situations. You should avoid storing app-specific configuration data and the like in the Registry and use My.Settings for that. Data that needs to be read by the OS or other apps, like these Run values, must still be stored in a common location, like the Registry.
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
|