Jump to content

Tunngle Script and com objects/communication with tunngle


Drifter
 Share

Recommended Posts

Hi,

I'd like to make a little program that gathers all the ip addresses in my Tunngle network. Is there any way that i can ask Tunngle the ip addresses of everyone in the users list on the right side of the chat, and also get the name that is associated with that ip?

I am new to com objects and communication but i am fine with making the GUI and other parts, so id just like a little help understanding this one aspect, and any advice is well appreciated.

Thanks!

Link to comment
Share on other sites

Shouldn't you be asking this on a "Tunngle" forum somewhere? Have you asked the authors of the software or reviewed their documentation?

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Adding a COM interface to an app is extra work for the developers. If providing their users with an automation interface through COM is not one of their goals, they won't bother and often don't.

One of the things that makes AutoIt so popular is the ability to do some automation with the GUI interfaces of apps where automation was never one of the original features.

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

im not sure that i can interact with the GUI directly in the way i want. To do that i would need to do as follows:

-Navigate a chatroom names list (seen on the right side, sort of like how mIRC does things in terms of layout)

-Right click every name

-Click "Copy IP to clipboard"

-Somehow retrieve the persons Nickname(Optical Character Recognition?)

The task seems difficult for two reasons

-Hard to be sure we can do this for every name (scrollbar being different sizes based on number of people in list, etc.)

-Not sure if i can even capture nicknames at ALL.

Does anyone have any ideas about this?

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