Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How might I design ...
Message
From
01/07/1999 09:59:53
 
 
To
30/06/1999 18:43:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00236170
Message ID:
00236436
Views:
10
Thanks Erik that helps with the reboot persistence, but what about user I/O? I was thinking about a form with pageframe and pages in the upper left corner. Do you have any other ideas?

Cheers,
Mark ;-)

>>Hi,
>>
>>I am trying to come up with an elegant way for the users to run my program while having their hand held. I have been thinking about creating a wizard-like series of dialogs with on-line help. When the usercomes to a point requiring re-boot they will witness the re-boot and will be automatically taken to the next step in the wizard.
>>
>
>Are you talking about installing your app, or running it?
>
>Either way, the way that you make your app seem to live through a reboot, is by allowing for certain input parameters to your program's startup that tells your program where the user last left off. So when you are ready to reboot, write out to your signal file, table, registry, or whatever and put the fullpath to your program in an entry in
>
>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runonce
>
>Entries in this registry folder get run once- the next time windows is started, and then they are removed. That's how install programs persist through a reboot.
>
>If you need a tool to write to the registry, you can use the one that comes with VFP in the FFC, or one of several free ones you can download here from the files section.
>If you want this functionality already built for you, you should look at an aftermarket install builder like InstallShield. They let you write scripts that manage your install process, and most of the details have already been thought of.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform