05-12-2005, 12:53 PM
I am trying to capture a image with scrolling. Is it possible with QM?
Capture image of window with scrolling
|
05-12-2005, 12:53 PM
I am trying to capture a image with scrolling. Is it possible with QM?
05-12-2005, 01:15 PM
Could you give an example? Like to capture whole web page even if part of it is invisible? Then store to the clipboard?
05-13-2005, 07:59 AM
QM will not do this. I know one method - WM_PRINT - but it only works in the calling process, and is not perfect. I believe you can find a specialized application for this.
05-13-2005, 08:12 AM
and for capture a region?
05-13-2005, 08:15 AM
Lucas, QM is a macro program, not a screen capturing/manipulation program.
05-13-2005, 08:50 AM
I thought that there was some DLL for it, sorry.
05-13-2005, 09:29 AM
Function CaptureRect
;/
05-13-2005, 09:33 AM
Perfect.
Thank you very much
Hi, have you found a better way?
If not, can you show me an example of how to use WM_PRINT?
12-14-2018, 05:21 PM
Cannot use WM_PRINT in QM. And probably it gets only the visible part.
Need to scroll somehow. Either with mouse, or with messages such as WM_VSCROLL, or with accessible object functions. Then CaptureImageOnScreen.
12-14-2018, 09:18 PM
Can you show me how to know how many WM_VSCROLL to send and then how to join the images?
12-14-2018, 09:42 PM
I afraid it's too difficult for me.
12-14-2018, 09:56 PM
WM_VSCROLL works with less apps than accessible objects. Probably does not work with web browsers.
----- Found nothing useful in stackoverflow.
Can you use the code: https://github.com/ShareX/ShareX?
12-15-2018, 02:59 PM
Yes. In the source code find the functions that are used to capture scrolling window. Create new class library project in Visual Studio, add the code there, make dll. Use the dll in QM.
12-15-2018, 03:03 PM
It's too difficult for me.
Can you help?
12-15-2018, 07:58 PM
I can help only with the "Use the dll in QM" part.
|
« Next Oldest | Next Newest »
|