I'm overriding the Internet Explorer 5.5 Print Template using a call to lOleCommandTarget:-
lpOleCommandTarget->Exec(NULL, OLECMDID_PRINTPREVIEW, OLECMDEXECOPT_PROMPTUSER, &vTemplatePath, NULL);
where the path to the print template is held in the VARIANT vTemplatePath. This seems to work okay...
I'm trying to create a dll for use in VB. This dll needs to use the WebBrowser control (but invisibly, I just need its functionality).
I've tried to use the ATL wizard to create the dll using the 'with MFC support' option (since I believe I need this to be able to more easily contain the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.