Click here to Skip to main content
15,886,761 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am trying to interact with an external window using C# to click on a button ,

Dont know how to click on a button to save as a file

Any help would be greatly appreciated

Thanks
Posted
Comments
[no name] 13-Jul-11 9:38am    
What do you mean by "an external window"? is it a different process?

1 solution

Form.ShowDialog
SaveFileDialog

Are those what you mean?
 
Share this answer
 
Comments
jgiami2402 13-Jul-11 10:19am    
I navigate to a webpage which pops up a File Download dialog, i would like to be able to automatically click on save as
BobJanova 13-Jul-11 10:45am    
I'm fairly sure that can't be done, for good security reasons, as well as the fact that the file download process and any forms that are put up are different in each browser.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900