How to automatically fill in the SaveAs dialog box?

  • Thread starter Thread starter MeNotHome
  • Start date Start date
M

MeNotHome

I need to know how to fill in the SaveAs dialog box and press the OK
from within my program. This dialog box appears after a button get
pressed on the axwebbrowser control.

Thanks for any advice.
 
* MeNotHome said:
I need to know how to fill in the SaveAs dialog box and press the OK
from within my program. This dialog box appears after a button get
pressed on the axwebbrowser control.

Maybe you can do this with the 'SendKeys' class.
 
Back
Top