﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
91	"""_ScreenCapture_CaptureWnd"" does not work on Win2k"	Moto	Gary	"When I try to use ""_ScreenCapture_CaptureWnd"" function defined in ""ScreenCapture.au3"" on Windows 2000 OS, it produces following error 
{{{
---------------------------
Fatal Error
---------------------------
AVector: []: Out of bounds.
---------------------------
OK   
---------------------------
}}}
However if I try the same thing on Windows XP, it takes screenshot properly.
Following is the script which I run.
{{{
#include<ScreenCapture.au3>
_ScreenCapture_CaptureWnd(""test.bmp"", WinGetHandle(""""))
}}}
I faced this problem in AutoIt version ""3.2.10.0"""	Bug	closed		Standard UDFs	3.2.10.0		No Bug	ScreenCapture	
