From: Erik on
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

From: Naveen on
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
>
>
From: Erik on
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