How to SendMessage to an IE Dialog?
I have my application interacting with a web application.
Since the page is secure https//....
I get a Security Alert(Certificate) and subsequent Security Alert in succession.
Question:
I used SendMessage to knock of the first Security Alert window by clicking Yes, The Second one also has a Yes button when I click the "Yes" button using SendMessage it gets highlighted without any action.
Does anybody out here in this forum have answers to this problem or better still has anyone out here used SendMessageCallback with C# if Yes can you post a snippet? Thanks in Advance.
|