Jump to content

Recommended Posts

Posted

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.

Posted

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!

Posted

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

post-34586-1213262986_thumb.jpg

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...