﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1720	adding functionality to GUICtrlSetImage	ynbIpb		"Hello!
I beg you to realize the possibility of using binary data as a function GUICtrlSetImage.
Example:
Now the function uses the image file:
GUICtrlSetImage (controlID, @ ScriptDir & ""\ image.jpg"")
I want this:
$ HImageFile = FileOpen (@ ScriptDir & ""\ image.jpg"", 16); binary mode
$ BImageData = FileRead ($ hImageFile); binary data
GUICtrlSetImage (controlID, $ bImageData)
Thank you."	Feature Request	closed		AutoIt		None	Rejected	GUICtrlSetImage	
