Hello,

I am using createprocess to call an application which needs the user to
login. I have 2 buttons on the login page one is login and the other is exit,
when I pass the username and password as Commandline args to Createprocess
and try to login, instead of login the exit button is clicked. I can see the
login page and the application immediately exits. The application to which I
want the user to login is a 3rd party application so I cannot make any
modifications to that. Is there a way that I can direct the control to the
login button so that the user can log in. Also the user shouldnt know that he
is logging to a 3rd party application so I cannot call createprocess without
the arguments too.

Any help is appreciated.

Thanks
Khris