04-28-2011, 06:40 PM 
		
	
	
		Anyway to take a screenshot of current window using QM? 
Note: Can't use Alt+Prt Scr
	
	
	
	
Note: Can't use Alt+Prt Scr
| 
					 Prt Sc
				 | 
| 
		
		
		04-28-2011, 06:40 PM 
		
	 
		Anyway to take a screenshot of current window using QM?  Note: Can't use Alt+Prt Scr 
		
		
		04-28-2011, 06:49 PM 
		
	 
		CaptureImageOnScreen
	 
		
		
		04-28-2011, 07:56 PM 
		
	 
		Thats great, can I get two different ones and save them together in the same bmp file side by side?
	 
		
		
		04-29-2011, 05:43 AM 
		
	 
		Use code like this. This code is not tested and possibly with mistakes. Macro Macro1573 __MemBmp bWindow1.Create(width1 height1 1 x1 y1) ;;capture window 1
		
		
		04-29-2011, 05:42 PM 
		
	 
		Perfect thank you, how do you print a bitmap? Also, needs to be scaled to fit 8.5" x 11". Thank you! Can WM_PRINT be used? 
		
		
		04-29-2011, 06:05 PM 
		
	 
		To scale, use function CopyImage. Documented in MSDN. To print: run "file.bmp" "" "print" | 
| 
					« Next Oldest | Next Newest »
				 |