Jump to content

Recommended Posts

Posted (edited)

puts the code ready

I tried a code here and did not work

My intention is to open a program with 50% transparency

I do not speak English and I'm translating in google

I hope you can understand

Edited by Readshoters
Posted (edited)

Opt("WinTitleMatchMode", 2) ; Match substring
WinSetTrans("Notepad", "", 170) ; Make Notepad window semi-transparent.

I tried and did not work so I asked for help on forum

q I have a program should be open transparent

q need a code to make any program open transparent

could post a code sample where I can change the executable without interfering with the functionality of the function

Edited by Readshoters
Posted (edited)

had already used the example you gave me and q did not work again

EDIT

found out there was my mistake

only change was WinSetTrans("Notepad", "", 127) for WinSetTrans("Untitled - Notepad", "", 127) and it worked perfectly

Edited by Readshoters

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...