Tutorial : How to make my AIO or my AMS program partially transparent ?

بسم الله الرحمن الرحيم 
In the name of Allah, the beneficent, the merciful
Welcome, today we have a new AMS tutorial !
Testing the transparency
The blog's Facebook page



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)

Documents > My Documents > AutoPlay Media Studio 8>Projects>[Your Project]>CD_Root>AutoPlay>DocsScan 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

Just open your project  then go to [Menu] > Project > File layout..
Autoplay media studio : [Menu] > Project > File layout..

Then place the wTrans.dll file in Docs folder
Autoplay media studio : File layout..>Docs folder

Now, Let's open our Project in AutoPlay media Studio 

Take this Script :

Click here to open this code in a new tab

Copy script's 8th first lines

  1. -- By Fcmam5
  2. -- For : [http://fcmam5-aio.blogspot.com/2014/04/AIO-AMS-transparency.html]
  3. --On Enter
  4. Fcmam5=Application.GetWndHandle();
  5. for Oran=0, 200, 5 do
  6. long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG,DLL_CALL_STDCALL)
  7. end
And past them in On Startup window
Lua Script in OnStartup event

And from 11th line to the end in On Shutdown 

  1. -- On Shutdown
  2. Fcmam5=Application.GetWndHandle();
  3. for Oran=255, 0, -5 do
  4. long = DLL.CallFunction("AutoPlay\\Docs\\wTrans.dll", "SetWindowTransparency", Fcmam5..","..Oran, DLL_RETURN_TYPE_LONG,DLL_CALL_STDCALL)
  5. end

Enjoy !

Don't forget to share, or just leave a comment ☺

No comments:

Post a Comment

TOP Arabic MOOC Websites (أفضل مواقع التعليم الذاتي عن بعد)

السلام عليكم و رحمة الله تعالى و بركاته Hello all, welcome to Fcmam5: AIO Store . Today's article is for Arabs, and Arabic speakers ...