Jump to content

Recommended Posts

Posted (edited)

I'm developing a program in Visual .NET and translating some of IE.au3 functions to Visual .NET functions. Everything was going just fine, until I tripped over Execute function in _IEFormElementRadioSelect. Specifically this line:

$oItems = Execute("$o_object.elements('" & $s_Name & "')")

So, how can I translate/use Execute in Visual .NET?

Thanks!

Edited by poisonkiller
Posted

Hello poisonkiller,

An Eval/Execute native method in VB.NET? I'm not aware of one off-hand ( no "CallByName" ).

Perhaps you could use COM interop with the Microsoft Script Control, Delegates, or Reflection.

Just a thought, but if automating IE via .NET is your goal, you might want to look at Selenium, WatiN, or WebAii.

Hope this helps,

Zach...

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...