Hello,
I am building an application using WebBrowser control (IE6 XPSP2 - Borland C++ Builder 6) and managed to register a NameSpace to pass html data "manually" (IInternetProtocol::Read) to the control every time it asks for something , it works fine for the html contents and images but when i...
Here is how you can download/upload a file to a ftp server:
HINTERNET hNetSes ;
HINTERNET hFTP;
BOOL bResult;
hNetSes=InternetOpen ("Microsoft Internet Explorer",INTERNET_OPEN_TYPE_DIRECT,"",NULL,0);
if (hNetSes==NULL)
{
//error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.