Connecting Tech Pros Worldwide Forums | Help | Site Map

Website interaction (webrobot)

khessels
Guest
 
Posts: n/a
#1: Aug 15 '08
Hi there,

I need to let my vb app interact with several websites (login, update
numbers, etc...) i thought that foxtrot-xray had a component, but they
seem to have disapeared...

Does anybody know where i can find a component with this kind of
functionality ?

Tia, Kees.

Dean Earley
Guest
 
Posts: n/a
#2: Aug 15 '08

re: Website interaction (webrobot)


khessels wrote:
Quote:
Hi there,
>
I need to let my vb app interact with several websites (login, update
numbers, etc...) i thought that foxtrot-xray had a component, but they
seem to have disapeared...
>
Does anybody know where i can find a component with this kind of
functionality ?
The web browser control will do this.

Or, you can do it all manually with the individual HTTP requests.

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
khessels
Guest
 
Posts: n/a
#3: Aug 15 '08

re: Website interaction (webrobot)


Dean Earley schreef:
Quote:
khessels wrote:
Quote:
>Hi there,
>>
>I need to let my vb app interact with several websites (login, update
>numbers, etc...) i thought that foxtrot-xray had a component, but they
>seem to have disapeared...
>>
>Does anybody know where i can find a component with this kind of
>functionality ?
>
The web browser control will do this.
>
Or, you can do it all manually with the individual HTTP requests.
>
Thanks Dean, for pointing me to the right direction.

Cheers, Kees.
Closed Thread