anzacfalcon Posted December 15, 2009 Posted December 15, 2009 Ok, i have a hidden Webbrowser object which at some stage requires the user to select a file using a dialog. Putting in the fact that the IE object is hidden how would i do this? I am hoping there is a better way than send keys such as property set etc. The text i want to put/send is in a variable. Please help.
jvanegmond Posted December 15, 2009 Posted December 15, 2009 (edited) It's been repeatedly said that this is no longer possible because of a it is a security risk. You think they would build a way around the security patch, and you can still do this? Think again.But, a browser is just a simple program that creates, interprets and manipulates HTTP packets. Knowing that we can use WinHTTP or HTTP UDF's or my personal favorite to do what you want. Edited December 15, 2009 by Manadar github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now