Home > Back-end >  About Delphi BHO plug-in development problems
About Delphi BHO plug-in development problems

Time:10-10

I want to do a plug-in, realize when point a link from this link address and put him through a rule to don't open an address,
Difficult points:
1 take key points of the current link
2 how to convert the current point links

CodePudding user response:

to the top

CodePudding user response:

Jacking

CodePudding user response:

Jacking, how is nobody answer

CodePudding user response:

Bho ie plug-in
I ever did

 
//event processing
Procedure DoNewWindow2 (var ppDisp: IDispatch; Var Cancel: WordBool);
Procedure DoBeforeNavigate2 (const pDisp: IDispatch; Var URL: OleVariant; Var Flags: OleVariant;
Var TargetFrameName: OleVariant; Var PostData: OleVariant;
Var Headers: OleVariant; Var Cancel: WordBool);


DoBeforeNavigate2 event judgment parameters in the url again
  • Related