Emotron Posted June 12, 2008 Posted June 12, 2008 Is it possible make balloon/traytip show lines like this: 1. text 2. text 3. text 4. text Aka, having multiple lines that patches. and second question how do i read process memory in 2bytes, im using $hp = _MemoryRead( 0x009D4750, $mem_open ) command its working but gives false info since real value is in 2 bytes whit 4 bytes its 61408169.
monoceres Posted June 12, 2008 Posted June 12, 2008 Dim $string For $i=1 To 25 $string&=$i&". text"&@CRLF Next TrayTip("Hello",$string,2) Sleep(4000) ? Broken link? PM me and I'll send you the file!
Emotron Posted June 12, 2008 Author Posted June 12, 2008 Dim $string For $i=1 To 25 $string&=$i&". text"&@CRLF Next TrayTip("Hello",$string,2) Sleep(4000) ? That only show new traytip everytime i mean showing one big traytip i made pic whit paint how it should look
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