how do i make my application appear at startup without enabling the user to get out to the desktop ot to other folders?

Re: startup screen by Sujith

Sujith
Wed Jul 28 06:17:15 CDT 2004


hi,
you can use the following registry key to launch you application at the
start up
[HKEY_LOCAL_MACHINE\Init]
"Launch60"="your.exe"
"Depend60"=hex:1E,00,32,00
the value can be 60 or any number, only thing is that if you are using some
gui, make sure that you are loading the application only after the gwes is
loaded.

Regards
Sujith

"Rona" <Rona@discussions.microsoft.com> wrote in message
news:AB5C65E0-4359-49A1-AB88-CA3AA50C0932@microsoft.com...
> how do i make my application appear at startup without enabling the user
to get out to the desktop ot to other folders?