Click here to Skip to main content
16,011,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
18-Jan-01 2:50
suss18-Jan-01 2:50 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
18-Jan-01 2:50
suss18-Jan-01 2:50 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
David Fedolfi18-Jan-01 3:50
David Fedolfi18-Jan-01 3:50 
GeneralRe: GOT it Pin
18-Jan-01 4:59
suss18-Jan-01 4:59 
GeneralRe: GOT it Pin
18-Jan-01 4:59
suss18-Jan-01 4:59 
GeneralRe: GOT it Pin
18-Jan-01 4:59
suss18-Jan-01 4:59 
GeneralDetect Ie download from another application Pin
Tom K17-Jan-01 5:27
Tom K17-Jan-01 5:27 
GeneralRe: Detect Ie download from another application Pin
Ghazi H. Wadi18-Jan-01 4:11
Ghazi H. Wadi18-Jan-01 4:11 
Create a Sink to the desired event and fire your own program to download instead

1) Get a pointer to the connection point container (IConnectionPointContainer).
2) Call the FindConnectionPoint method to find the connection point that you want. For Internet Explorer 4.0 you want the DWebBrowserEvents2 connection point interface. (Optionally, you can call EnumConnectionPoints to enumerate through all the connection points that the server supports.)
3) Advise the connection point that you want to receive events. Pass a pointer to the IUnknown interface of the event sink. Remember that the connectable object will use the IUnknown pointer to query the client for the event sink interface. Most connectable objects will return a failure code from Advise if the client does not support the event sink interface. In the case of Internet Explorer 4.0, if the client does not support the event sink interface, Internet Explorer 4.0 will then query the client for IDispatch.
4) Implement IDispatch::Invoke to handle any events that are fired.
5) When you no longer want to receive events, you can call Unadvise and pass it the cookie that you got from the call to Advise




Cheers
Alfadhly






<marquee>
whoop there it is...Suspicious | :suss:

GeneralNeed Help with using CString to read string registry keys Pin
eric kaminski17-Jan-01 4:41
eric kaminski17-Jan-01 4:41 
GeneralRe: Need Help with using CString to read string registry keys Pin
Jim Howard17-Jan-01 6:04
Jim Howard17-Jan-01 6:04 
GeneralRe: Need Help with using CString to read string registry keys Pin
eric kaminski17-Jan-01 6:19
eric kaminski17-Jan-01 6:19 
GeneralRe: Need Help with using CString to read string registry keys Pin
David Fedolfi17-Jan-01 7:34
David Fedolfi17-Jan-01 7:34 
GeneralUsing CreateThread with ThreadProc as a member function Pin
17-Jan-01 3:18
suss17-Jan-01 3:18 
GeneralRe: Using CreateThread with ThreadProc as a member function Pin
Ghazi H. Wadi17-Jan-01 3:46
Ghazi H. Wadi17-Jan-01 3:46 
GeneralRe: Using CreateThread with ThreadProc as a member function Pin
17-Jan-01 4:46
suss17-Jan-01 4:46 
GeneralRe: Using CreateThread with ThreadProc as a member function Pin
Erik Funkenbusch17-Jan-01 9:52
Erik Funkenbusch17-Jan-01 9:52 
GeneralRe: Using CreateThread with ThreadProc as a member function Pin
Tim Deveaux18-Jan-01 13:18
Tim Deveaux18-Jan-01 13:18 
GeneralMultiline List On WinCE Pin
17-Jan-01 2:54
suss17-Jan-01 2:54 
GeneralCPropertysheet and titles Pin
Kevin Gutteridge16-Jan-01 23:57
Kevin Gutteridge16-Jan-01 23:57 
GeneralRe: CPropertysheet and titles Pin
17-Jan-01 1:13
suss17-Jan-01 1:13 
GeneralRe: CPropertysheet and titles Pin
Kevin Gutteridge17-Jan-01 6:24
Kevin Gutteridge17-Jan-01 6:24 
GeneralRe: CPropertysheet and titles Pin
David Fedolfi17-Jan-01 6:37
David Fedolfi17-Jan-01 6:37 
GeneralRe: CPropertysheet and titles Pin
Kevin Gutteridge18-Jan-01 0:15
Kevin Gutteridge18-Jan-01 0:15 
GeneralReport Writer Pin
16-Jan-01 22:29
suss16-Jan-01 22:29 
Generalconstant String Memory Usage Pin
16-Jan-01 19:15
suss16-Jan-01 19:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.