Jump to content

Recommended Posts

Posted

I'm looking for a way to edit my comment in Ventrilo without clicking. Meaning I don't want to use MouseMove MouseClick ControlClick. I want to be able to fully do it without the window being active.(but still existing ofc :mellow: )

Posted

What's wrong with ControlClick? It won't move your mouse and the window can be minimized.

This one is working for me.

Global $Main_title = "Ventrilo 2.1.4"
Global $Comment_title = "Comment"

If WinExists($Main_title) Then
    ControlClick($Main_title, "", "Button5")
    ControlSend($Comment_title, "", "Edit1", "test")
    ControlSend($Comment_title, "", "Button2", "{ENTER}")
EndIf
  • 2 months later...
Posted

I revived this post because I didn't see any point creating a new thread when it was unnecessary. Richard said

Have you looked to see if it has any plugin structure? Some chat programs will expose small COM based objects for things to interact with them. That would be the easiest non-graphical way to do it, if such a thing is available.

So I was wondering how you would go about receiving COM information if no source was provided?(In this case Ventrilo) The reason I don't use Control Click anymore is because if its minimized or not the box still pops up, and a lot of times it bugs out Ventrilo and I can't load it up.

Posted

I revived this post because I didn't see any point creating a new thread when it was unnecessary. Richard said

So I was wondering how you would go about receiving COM information if no source was provided?(In this case Ventrilo) The reason I don't use Control Click anymore is because if its minimized or not the box still pops up, and a lot of times it bugs out Ventrilo and I can't load it up.

http://www.microsoft.com/DOWNLOADS/details...;displaylang=en

Install that, then look through the list for anything that would look like belongs to Ventrillo. Or; Ask on their forums/email/documentation

# MY LOVE FOR YOU... IS LIKE A TRUCK- #

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