SRO SendMessage API

02/22/2012 17:54 osuesaw#1
Hello.
I want make simple clicker on vSRO.
but I can't do so would only click on SRO
I know I need to use SendMessage API but I do not know how to do it
Can someone show me it on this code:
HTML Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Start()

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        SendKeys.Send("1")

    End Sub
End Class
I found SendMessage API tut but I don't understand it :
[Only registered and activated users can see links. Click Here To Register...]
please help me:confused:
02/24/2012 22:47 vutle#2
To use sendkeys you need the window to be on the focus on the foreground first.

To use sendMessage you need the window handle and message codes. This allows you to send keystroke without the application being focus.

Google for "SendMessage + VB" will help you

As I remember I used to can only use PostMessage to isro.
The sendmessage didn't work when I tried it back then.

Goodluck to it.
02/24/2012 23:21 osuesaw#3
how to I can use PostMessage?
can give me some code etc? ;-)
02/25/2012 13:31 vorosmihaly#4
Quote:
Originally Posted by osuesaw View Post
how to I can use PostMessage?
can give me some code etc? ;-)
how about looking it up in google?
02/25/2012 15:48 osuesaw#5
I sought and found a few topics (I tried to do something), but no effects
can someone give me a simple tut?
02/26/2012 21:59 intercsaki#6
Do you want to code, or you wanna use this tool? Because for use, there is iTools, which has clicker function. Use search here, if you like. Otherwise, it's a useless comment. :)