fred666777 Posted August 3, 2007 Posted August 3, 2007 is it possible to temp. turn the opacity of the notepad or wordpad to 0 so it is invisible?
pdaughe Posted August 3, 2007 Posted August 3, 2007 is it possible to temp. turn the opacity of the notepad or wordpad to 0 so it is invisible?WinSetTrans ("title", "", 0)
fred666777 Posted August 3, 2007 Author Posted August 3, 2007 not sure if im using it right... but it doesnt seem to work... WinSetTrans ("Untitled - Notepad", "", 0) Run("notepad.exe") WinWaitActive("Untitled - Notepad") send("hello")
qazwsx Posted August 3, 2007 Posted August 3, 2007 you need to put the winsetrans after the window is opened.
fred666777 Posted August 3, 2007 Author Posted August 3, 2007 what code would i use to get something like that to work on a command prompt?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now