بسم الله الرحمن الرحيم
In the name of Allah, the beneficent, the merciful
|
How to make my AIO or my AMS program partially transparent ? How to make my project window semi-transparent ?
Without using any external programs, Fcmam5 :AIO Store will help you !Fist : Download the wTrans dll file
[1]Download (Dropbox)
Download (GoogleDrive)
Scan result : Clean (VirusTotal.com)
Second place wTrans.dll file in your AIO's Docs folder
There are to ways
1. Open your AIO's Docs folder in the explorer
Go to Documents > My Documents > AutoPlay Media Studio 8>Projects>[Your Project]>CD_Root>AutoPlay>Docs
Extract the downloaded rar file [1] and place wTrans.dll there
2. Directly from Autoplay Media Studio
Take this Script :
Click here to open this code in a new tabCopy script's 8th first lines
- -- 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
And from 11th line to the end in On Shutdown
- -- 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
Enjoy !
Don't forget to share, or just leave a comment ☺
No comments:
Post a Comment