How do you catch Dialog Boxes from a Browser Help Object (BHO)
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone tell me how to catch a dialog box in IE and respond to it. specifically I'm trying to stop the dialog that asks if you want to work offline or try again. I need to have it just try again and complete, instead of making the user click the button. I have already tried setting the machine internet connection flag , but the target system uses some funky custom dialer that seems to override the setting. if I hit "try again" the operation completes fine. the task involves posting data to a mini-webserver on the local machine. Thanks for any help or hints. Rick