I'm trying to programmatically open the pull-down menu, "Tools", of the F12 Developer Tools Of an instance of Internet Explorer by using a series of calls to the function PostMessage simulating the action (ALT+T) as described below. I have the handle of the IE instance and it's children windows. I'm [...] read more
I read this answer Link It is exactly what i tring to do,i need to send postmessage Alt+'E' to winApp but it's not working i used Spy++ and duplicate Wparametr and Lparametr and build it with postmessage. I did the same but i can't get the Alt+E action. Any one [...] read more