View Full Version : Automatically start app within application


cvdnest
06-08-2006, 11:07 AM
I need to automatically start my vb application if it has been opened for a minute and no user interaction occurred. (basically if the start button has not been clicked after a minute).

any help on this will be appreciated.

thank you :)

KeithG
06-08-2006, 12:13 PM
you could use the shell function

cvdnest
06-09-2006, 12:01 AM
will look it up! Thank you