Drifter Posted October 26, 2010 Posted October 26, 2010 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!
PsaltyDS Posted October 27, 2010 Posted October 27, 2010 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
Drifter Posted October 28, 2010 Author Posted October 28, 2010 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
Drifter Posted October 28, 2010 Author Posted October 28, 2010 .....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
PsaltyDS Posted October 28, 2010 Posted October 28, 2010 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
Drifter Posted November 3, 2010 Author Posted November 3, 2010 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now