This has been asked a number of times before. search for it.
in a nut shell
it is as follows
AB = Createobject("Broker.Application");
win = AB.Windows(0); //current window
win.ExportImage(pszFileName);--- In [email protected], "sfclimbers" <sfclimb...@...> wrote: > > I don't think that you can do it. It's generally frowned upon to try and take > control of the engine while it is busy running you. > > However, there are some instances where we can bend the rules and take charge > using the OLE interface. Again, frowned upon, not supported, and should > really only be used (in desperation) for reading properties. > > Even then, I see no OLE hooks to export an image, which is what you would > need to do. > > Mike > > --- In [email protected], "cgrafham" <chris@> wrote: > > > > > > Can anyone help? > > >
