Hy there
I searched a lot on google, but couldn't find an answer. Maybe you have some ideas:
I have two account's on my pc, an admin account an user account. I usually work on my user account. When I want to run an application or install a new application, I have to enter the admin password in the UAC dialog.
Now I want to write a program, witch detects the Win 7 UAC Dialog, and autofill the admin password. I thought, I could detect the UAC dialog, and save the admin password i a buffer. Then I only have to paste the password in the UAC dialog.
Any ideas if this could work, and how I could detect the UAC dialog?
peace!