wininet

FTP:FTPGetFile Error 87 : The Parameter is incorrect

hi , I have implemented FTP, for downloading i am using FTPGetFile but is throwing error "Error 87 : The Parameter is incorrect" My code looks like : int CFtpClient::GetFile(char* szRemoteFile, char* szLocalFile,int iType, DWORD& dwLastError ) { dwLastError = 0; if (m_bActiveSession) { if (!FtpGetFile (m_hConnec...

Starting javascript function due to URL Link in "Browser"

Hello guys, I'm using wininet to get the sourcecode from some homepages, afterwards I analyse that for some information. I use VB in Excel to do that. All of this is working fine, but now I want to get information from a special page. I have to open this page and click a link to go to the side with the wanted information. My problem ...

How can I detect when user browses certain url ?

Hi All, I'm writing an application, which becomes "useful" once user is browsing certain url. I want to add feature to my application, that it will be automatically launched once user browses this url, I was thinking of writing some sort of watchdog to trigger it. My question is, whether there is a generic way to get notified when use...