﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3932	_WinAPI_GetRawInputData Helpfile Example	KaFu	Jpm	"Playing around with above example and wondering why nothing's happening I saw that the bitmap path do not work, when you test outside of installation dir.

Please replace

$g_ahPart[$i] = _WinAPI_LoadImage(0, @ScriptDir & '\Extras\Mice' & $i & '.bmp', $IMAGE_BITMAP, 0, 0, $LR_LOADFROMFILE)

with something like

$g_ahPart[$i] = _WinAPI_LoadImage(0, StringReplace(@AutoItExe, ""autoit3.exe"", ""Examples\Helpfile"") & '\Extras\Mice' & $i & '.bmp', $IMAGE_BITMAP, 0, 0, $LR_LOADFROMFILE)

or better path alternatives :).

Best Regards"	Feature Request	closed	3.3.17.0	Documentation		None	Completed		
