Ciao
Is it possible to store handle gui and function into array?
I'd like to dinamically store all the informations in a matrix
if I write
$TransparentButtonTest2 = GUICreate("", 400, 400, 2, 2,$WS_POPUP, BitOR($WS_EX_LAYERED, $WS_EX_MDICHILD), $myGuiHandle)
$hImageButton2 = _GDIP...