Jump to content

Recommended Posts

  • Moderators
Posted

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!

Posted (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 by Xandy
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...