GMXeon Posted October 2, 2007 Posted October 2, 2007 How would I use something like TrayCreateItem, so I can see it when I right click the icon in the bottom right, show a string then text? All I could think of was this.... $VAR = 0 $VARTemp = TrayCreateItem ( "TEXT " + $VAR, 1 ) Which would...er, want to show up as "TEXT 0" with pause and exit below it.
evilertoaster Posted October 2, 2007 Posted October 2, 2007 (edited) $VAR = 0 $VARTemp = TrayCreateItem ( "TEXT " & $VAR, 1 ) That's my understanding of your question at least. Might just be me but it seemed to be worded very...unusually... Edited October 2, 2007 by evilertoaster
GMXeon Posted October 2, 2007 Author Posted October 2, 2007 Oh, so simple...So much for being good at coding Java and C++ >_>
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