Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By Fcmam5
- -- For : [http://fcmam5-aio.blogspot.com/2014/04/AIO-AMS-transparency.html]
- --On Enter
- Fcmam5=Application.GetWndHandle();
- for Oran=0, 200, 5 do
- long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
- end
- -- On Shutdown
- Fcmam5=Application.GetWndHandle();
- for Oran=255, 0, -5 do
- long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement