Click here to Skip to main content
15,897,273 members

Comments by Ram Shmider (Top 1 by date)

Ram Shmider 10-Dec-11 15:46pm View    
hi, I do not know if that will help, but if i am thinking about spy++ you can use the same function to enum the running windows,hold a list of the application you want to works on (re: word, excel sype...) and then go inner to get the common control that window has, if that common control is from class/type 'edit', get its text, do the hightlight process and set the text back, again i do not know if that helps, but you can give it a try, i check this to enable/disable other process buttons ( function to look at are: EnumProcessModules,EnumChildWindows,GetModuleFileNameEx,GetWindowInfo,GetClassName,GetWindowText).