Jump to content

Recommended Posts

Posted

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!

Posted

Tunngle is pretty new i think :) its all in beta and whatnot.... i guess i was just wondering if anyone here knew how to communicate with it using various windows protocols, as Microsoft has made many of them over the years ;)

Posted

.....yeah ive had a look at their forum, the only help thats being asked is for people whose tunngle doesnt work. So is this program too new to have com objects? not that i know exactly the details surrounding such objects ;)

Posted

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
Posted

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?

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
  • Recently Browsing   0 members

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