المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Monitoring Window Creation in another Process



C++ Programming
07-13-2009, 03:30 PM
Is it possible to write a program that monitors dialog creation in all processes and auto-fills some edit controls when a particular dialog is detected?

I have an application that prompts the user to login. I also know where the login details are stored so I'd like to be able to auto-fill the username and password controls whenever the login dialog is created. I'm trying to avoid building a back door into the application that could be exploited by end-users.