Advertisement
Fcmam5

wTrans 1 By Fcmam5

Apr 26th, 2014
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. -- By Fcmam5
  2. -- For : [http://fcmam5-aio.blogspot.com/2014/04/AIO-AMS-transparency.html]
  3.  
  4. --On Enter
  5. Fcmam5=Application.GetWndHandle();
  6. for Oran=0, 200, 5 do
  7. long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
  8. end
  9.  
  10.  
  11. -- On Shutdown
  12. Fcmam5=Application.GetWndHandle();
  13. for Oran=255, 0, -5 do
  14. long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement