$ahInput[$ahInput[0][0]][0] = GUICreate(" " & $ahInput[0][0], 40, 40, $aMainGUI_Pos[0] + $ipos[0] + 5, $aMainGUI_Pos[1] + $ipos[1] + 5, _
$WS_POPUP, BitOR($WS_EX_TOOLWINDOW, $WS_EX_LAYERED))
can i set a png to this using SetBitmap?
Figured it out, took out $GUI_EVENT_PRIMARYDOWN, $GUI_EVENT_PRIMARYUP on line 28.
But I'm surprised on how little activity there's been. The forum seemed so much more lively last year.
DaRam, sorry I've been away so long. Concerning the script, strangely when I started it up today the script worked perfectly and the png appeared and stayed until I clicked on it. I hadn't even changed any lines yet but since you said the Return on line 35 wasn't necessary I commented it out and the script remained working. One question though, does the script close once you click on the png? If so what part of the script is responsible for this?
thanks. i think this might work. i've been trying to tweak it towards my needs and i cant figure out how to get the flash to appear and then just stay there.