I am pretty newbies in Delphi and I have used a TwebBrowser component in my app. I am trying to print its objects.
The code is:
WebSkjema.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER);
It works but when I choose cancel instead of print I get a followed message:
- Trying to revoke a drop target that has not been registered
Any suggestions anyone?
Best regards,
MHA
The code is:
WebSkjema.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER);
It works but when I choose cancel instead of print I get a followed message:
- Trying to revoke a drop target that has not been registered
Any suggestions anyone?
Best regards,
MHA