PaulPineau Posted February 18, 2014 Share Posted February 18, 2014 How does one use IE.au3 in C# environment? Or is this not possible? Any help appreciated Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted February 18, 2014 Moderators Share Posted February 18, 2014 Two questions: What are you doing in C# that leads you to believe you need the IE.au3? Why, if you have knowledge of C#, are you mixing languages (which most anyone will tell you is a bad idea)? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Xandy Posted February 18, 2014 Share Posted February 18, 2014 (edited) It should be simple to execute an exe from C# and save user feedback to disk. Though I confess, I have never done that before in C#. Write your script files using IE.au3, and call them from your C#. Related ideas, tips and tricks in this >thread. (doing it without compiling) Edited February 18, 2014 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker) Link to comment Share on other sites More sharing options...
Richard Robertson Posted February 19, 2014 Share Posted February 19, 2014 Just load the Internet Explorer COM component directly in C# and use the methods on it. Add a reference to the project, switch to the COM tab, and add InternetExplorer. I don't remember the name of the classes you'll need but you can use the Class Explorer view to find the classes loaded. Xandy 1 Link to comment Share on other sites More sharing options...
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