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