PDA

View Full Version : VB Applications


N176DL
29-01-2007, 21:46
Hey, can anyone tell me how to make programs for TeamSpeak, sorta like the
TS Admin Client using Visual Basic?

Reedy Boy
29-01-2007, 22:09
Hey, can anyone tell me how to make programs for TeamSpeak, sorta like the
TS Admin Client using Visual Basic?

General Interface is TCP Query...


If it exists, no real use making it again...


Depends really what you want to do

N176DL
29-01-2007, 22:31
That wasn't very helpful...:confused:

Reedy Boy
30-01-2007, 09:51
General Interface is TCP Query...


That is the main way to use applications such as VB to interface



If you tell us what you want to do, we may be able to point you to some relelvant resources

N176DL
30-01-2007, 20:55
Well, anything i guess. Like something i can kick, ban, make registrations... Again, just like the TS Admin Client or the TS Multitool. I just want to make it my own.

Reedy Boy
31-01-2007, 09:36
List of the TS Telnet Commands:

http://search.cpan.org/~maletin/Teamspeak-0.3/lib/Teamspeak/Telnet.pod

Or

Login to the server and type help in telnet


Basically, you are writing a TS client with limited querys to the server...?

Maybe on a graphical interface, to move it away from command line?



http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=540202&SiteID=1
http://www.experts-exchange.com/Networking/Q_21550702.html


Couple of examples ^^

Got a VB example at homesomewhere

Reedy Boy
31-01-2007, 09:39
Attached a sample of a very basic Telnet Console Client



Made from some notes of a friend, and some stuff from the web

Thomas
31-01-2007, 15:08
Crosspost at PlanetTeamSpeak.com (http://forum.planetteamspeak.com/showthread.php?p=908#post908)

Reedy Boy
31-01-2007, 15:53
Crosspost at PlanetTeamSpeak.com (http://forum.planetteamspeak.com/showthread.php?p=908#post908)

Lolol

And posted later



Thomas' post there is what ive done in that above example

N176DL
31-01-2007, 20:55
Sorry about the cross post(im just a little excited) go ahead and delete the post on Planet TeamSpeak
But anyway, thanks reedy boy for the post:D

Reedy Boy
31-01-2007, 21:33
Sorry about the cross post(im just a little excited) go ahead and delete the post on Planet TeamSpeak
But anyway, thanks reedy boy for the post:D

Hopefully it will give you like a basic insight

:)

Im a VB programmer, so if you need some help, give me a shout and i'll see what i can do



5 Downloads of the telnet app...? lol