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

C / C++ / MFC

 
GeneralRe: detect data on a TCP socket Pin
valikac8-May-03 7:36
valikac8-May-03 7:36 
GeneralRe: detect data on a TCP socket Pin
Erik Juhl9-May-03 5:29
Erik Juhl9-May-03 5:29 
GeneralI need to declare a pointer to a class prior to defining the class. Pin
mistika8-May-03 6:32
mistika8-May-03 6:32 
GeneralRe: I need to declare a pointer to a class prior to defining the class. Pin
Roger Allen8-May-03 6:43
Roger Allen8-May-03 6:43 
GeneralRe: I need to declare a pointer to a class prior to defining the class. Pin
David Crow8-May-03 7:12
David Crow8-May-03 7:12 
GeneralDisable F1 Help in BHO DLL Pin
ayousif8-May-03 5:17
ayousif8-May-03 5:17 
GeneralRe: Disable F1 Help in BHO DLL Pin
Joan M8-May-03 6:06
professionalJoan M8-May-03 6:06 
GeneralRe: Disable F1 Help in BHO DLL Pin
ayousif8-May-03 6:22
ayousif8-May-03 6:22 
Hi Joan,

Well, I found the answer by chance and it was quite simple. I didn't realize a DISPID_... existed for this event. I updated my Invoke method to include:

<br />
   case DISPID_HTMLELEMENTEVENTS_ONHELP:<br />
   // set the return value to false so IE doesn't display<br />
   // the online help<br />
      pvarResult->vt = VT_BOOL;<br />
      pvarResult->boolVal = FALSE;<br />
      break;<br />


This did the trick. BTW, I had tried the Low Level hook but it never got called. I'll keep the SYSTEMWIDE HOOK suggestion for future needs. Thanks.


AYousif
GeneralDisable Visual Styles for an App Pin
ScottPrusinoski8-May-03 5:01
ScottPrusinoski8-May-03 5:01 
GeneralFinding the dimensions of a PNG File Pin
Real World8-May-03 4:42
Real World8-May-03 4:42 
GeneralRe: Finding the dimensions of a PNG File Pin
David Crow8-May-03 4:58
David Crow8-May-03 4:58 
GeneralRe: Finding the dimensions of a PNG File Pin
Real World8-May-03 7:24
Real World8-May-03 7:24 
GeneralRe: Finding the dimensions of a PNG File Pin
David Crow8-May-03 7:33
David Crow8-May-03 7:33 
GeneralRe: Finding the dimensions of a PNG File Pin
Real World8-May-03 7:40
Real World8-May-03 7:40 
GeneralRe: Finding the dimensions of a PNG File Pin
Real World8-May-03 7:56
Real World8-May-03 7:56 
GeneralRe: Finding the dimensions of a PNG File Pin
David Crow8-May-03 9:09
David Crow8-May-03 9:09 
GeneralRe: Finding the dimensions of a PNG File Pin
David Crow8-May-03 10:22
David Crow8-May-03 10:22 
GeneralI hate __int64! Pin
Simon Steele8-May-03 3:43
Simon Steele8-May-03 3:43 
GeneralRe: I hate __int64! Pin
David Crow8-May-03 4:08
David Crow8-May-03 4:08 
GeneralRe: I hate __int64! Pin
Len Holgate8-May-03 4:26
Len Holgate8-May-03 4:26 
GeneralRe: I hate __int64! Pin
Simon Steele8-May-03 4:41
Simon Steele8-May-03 4:41 
Generalfile properties Pin
urid8-May-03 3:32
urid8-May-03 3:32 
GeneralRe: file properties Pin
JensB8-May-03 3:44
JensB8-May-03 3:44 
GeneralRe: file properties Pin
David Crow8-May-03 4:10
David Crow8-May-03 4:10 
GeneralRe: file properties Pin
urid8-May-03 4:24
urid8-May-03 4:24 

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.