|
-
Apr 18th, 2008, 05:28 AM
#6
Re: How to make the form appear during first time running the program
 Originally Posted by matrik02
Can I use default location? I don't know where the key value was inserted?
I told you where the key is:
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\<name of your application>\RunStatus
So if your Application name was Project1 then the key would be found here:
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Project1\RunStatus
Using GetSetting and SaveSetting the 'Default' Value' is
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\
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
|