Re: Downloading to a read-only file and progress i (General questions)
I'm using your WithEvents MFC sample. And eventually GetFile calls COleDispatchDriver::InvokeHelperV, which has the following:
[code]SCODE sc = m_lpDispatch->Invoke(dwDispID, IID_NULL, 0, wFlags, &dispparams, pvarResult, &excepInfo, &nArgErr);[/code]
The sc is 0 (successfull), and excepInfo has nothing.