Hi.

Newbie question:

What do I have to do to be able to implement the HideStandardUI-method?
I have tried to change to inherited interface to IPrintOemUI2 instead
of IPrintOemUI, but that doesn't seem to work as I get a compilation
error.

/Erik

RE: Implementing HideStandardUI by Naveen

Naveen
Fri Jun 03 01:22:02 CDT 2005

Hi!

See sample PSUIRep in DDK..
Hope this helps...

Thanks

"Erik" wrote:

> Hi.
>
> Newbie question:
>
> What do I have to do to be able to implement the HideStandardUI-method?
> I have tried to change to inherited interface to IPrintOemUI2 instead
> of IPrintOemUI, but that doesn't seem to work as I get a compilation
> error.
>
> /Erik
>
>

Re: Implementing HideStandardUI by Erik

Erik
Fri Jun 10 02:05:30 CDT 2005

I've solved the problem, so compiling is not a problem anymore. The
problem now is that nothing happens. The standard sheets are still
visible. Has anyone used it successfully?

/Erik