Heres the pic: http://noob.hu/2012/06/07/protected.bmp (Black stuff is just a browser-bug)
Here's my current code:
#include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> GUICreate("", 249, 73, 419, 289, $WS_POPUP, $WS_EX_TRANSPARENT) GUICtrlCreatePic(@ScriptDir & "protected.bmp", 0, 0, 248, 72) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
When I run it there's a cream-like color around the pic (the default gui color). Any idea why it itsn't transparent? ($WS_EX_TRANSPARENT)
Edited by Unc3nZureD, 07 June 2012 - 08:38 PM.





