Jump to content

Few questions.


Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...