I must enter a username/password within a rundll32.exe process window. I've tought of the following:
- Get Login window handle from the rundll32.exe process
- Focus the window
- Inject the text in 2 textbox and click the ok button
Is it possible to do that in .NET or I must resort to lower level win32 api? Anywone as done that before and could point me in the right direction?