Certificate Dialog info
Posted: Wed Apr 26, 2023 12:35 pm
How to get certificate information dialog?
When using the native webbrowser control, I made a call using the code below:
var
pct: IOleCommandTarget;
begin
NativeWebBrowser.ControlInterface.QueryInterface(IOleCommandTarget, pct);
if pct <> nil then
pct.Exec(@CGID_ShellDocView, 33, 0, POleVariant(nil)^, POleVariant(nil)^);
When using the native webbrowser control, I made a call using the code below:
var
pct: IOleCommandTarget;
begin
NativeWebBrowser.ControlInterface.QueryInterface(IOleCommandTarget, pct);
if pct <> nil then
pct.Exec(@CGID_ShellDocView, 33, 0, POleVariant(nil)^, POleVariant(nil)^);