FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Connecting to an Url
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Connecting to an Url
Posted: Tue Mar 23, 2010 02:04 PM
Hi,
when I run this code

#include "fivewin.ch"

FUNCTION MAIN( )
LOCAL oIe

oIe = CREATEOBJECT( "InternetExplorer.Application" )

oIe:Navigate( "http://172.28.2.240" )

oIe:Visible = .T.

RETURN NIL
this dialog apperas


The questions are:
is it possible to connect my software to an Url without the usage of Internet Explorer?
is it possible to automatically to send user_id and password?


Thanks
Marco
Marco Boschi
info@marcoboschi.it

Continue the discussion