poisonkiller Posted November 4, 2007 Posted November 4, 2007 (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 November 4, 2007 by poisonkiller
zfisherdrums Posted November 5, 2007 Posted November 5, 2007 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... Identify .NET controls by their design time namesLazyReader© could have read all this for you. Unit Testing for AutoItFolder WatcherWord Doc ComparisonThis here blog...
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