by cnwtb2 >> Wed, 6 Dec 2006 7:08:08 GMT
Hello All,
Has anybody written or know of an API call(s) that can easily and quickly perform the 'Print Screen' function. I can achieve this by using the Window::createPicture or the Control::createPictureIndirect method, the problem I have is that we have an MDIFrame with an MDIClient AND floating JadeDockContainers. The MDIClient and floating JadeDockContainers do not print with the methods described above.
I succeeded in using the API call 'keybd_event' method which is a 1 line call BUT I have not found a way of taking this screen dump and printing it through print preview and ultimately printing the screen.
I know of other API calls and I've experimented with them but to no avail.
Can anybody help?