Click to See Complete Forum and Search --> : shellexecute


George Gates
February 4th, 1999, 02:35 PM
I am using the ShellExecute API to execute a program that needs to

be active prior to the logon screen in my VB6 app is shown. However,

when the logon screen is shown I am unable to start typing into the

username textbox, I must first click the textbox. In the activate event

of the signon form I am setting focus to the textbox but it has no effect.


Thanks You