In the Microsoft Knowledge base there is an example of a program to print a
window.
First it captures the window, then converts it to a bitmap (IPICTURE is an
OLE type - yes), then it renders that to the printer..
I haven't found any other way to do a print screen programatically.....
Any ideas?
tia,
Paul
Quote:
> I think IPICTURE stands for Interface Picture wich (guess) stands for OLE
> stuff.
> PB doesn't do this in an easy way.
> I think you need to provide more in what you actually need..
> >I'm trying to convert some VB4 code that uses am IPICTURE type.
> >Does anyone know where it might be defined?
> >tia,
> >Paul