Hi Guys,
is it not possible to automate internet explorer (Microsoft Internet Controls) from RTC ?
I just keeps getting an automation error :-(
I need to open specific webpage containing a form, inject values via DOM and submit form.
Anyone knows what to do?
/Anders
0
Comments
There you have the button that links to Customers homepage.
Use the same code to link to the page you want!
It is no problem i classic with Microsoft Internet Controls and Microsoft HTML Document Object.
/Anders
Sound more like it... could you point me further in that direction ?
Problem is that you cannot code a .dll because its not possible to use Internet Controls inside such.
/Anders
Already tried, but it seems like it's not possible (c# user class) :-(
But does anyone hold information that says other, then i'm all ear...
/Anders
Is there some special permissions to be aware off when accessing custom .dll's from RTC ?
/Anders
The permission denied error is raised inside my dll when i try to use the shdocvw's navigate command.
/Anders