BASIC/Visual Basic >> VB question
Posted by Radix3d on 19:36:00 01-08-2003
Im fairly experienced with Visual Basic but I still have not figured out how to make programs communicate with other programs. Say I want to (for some reason) make a program that could log me into AIM at the click of a button. How could I accomplish something like that?

[ This Message was edited by: Radix3d on 2003-01-09 04:55 ]
Posted by dxprog on 00:33:00 01-09-2003
Don't look at me because I have no idea. [addsig]
Posted by Radix3d on 04:54:00 01-09-2003
Thanks for all your help. I can see why people are so inspired to post here (-.-)
Posted by dxprog on 07:58:00 01-09-2003
Well, I am about the only VB person who posts on the YPN. Sorry if I was kind of rude. [addsig]
Posted by Yjo on 08:02:00 01-09-2003
voila: http://www.active-x.com/product.asp?id=2860

you like ActiveX coding? (i dont!)
Posted by ophline on 08:34:00 01-09-2003
Dx, no you aren't the only person; you just have your head so far up your a_s_z that you can't see anyone else.

Radix: You could just learn the protocol, I am sure there are a few documents on it, just search google. I know there are a few on MSN messenger.

Yjo: Good choice, ActiveX lollipops.
Posted by Radix3d on 10:23:00 01-09-2003
Active X is sorta like a rip-off of API calling right? Similar to OLE... And thanks BTW.

[ This Message was edited by: Radix3d on 2003-01-09 10:23 ]

[ This Message was edited by: Radix3d on 2003-01-09 10:25 ]
Posted by dxprog on 22:29:00 01-09-2003
Okay, let me rephrase that. I am the only person who makes known (frequently) the fact that I use VB. Sorry ophline, should have known about you. IdYbI was a VB programmer, and so was sacah, but they aren't active anymore. I think Neu[Mann] also does VB stuff. [addsig]
Posted by Radix3d on 23:05:00 01-12-2003
I code in VB and I post here.
Posted by dxprog on 00:51:00 01-13-2003
Okay, I'll rephrase again. I'm the only one who frequently makes it known that I code VB and don't post here except to answer questions. That better? [addsig]
Posted by Radix3d on 02:05:00 01-13-2003
Quote:
except to answer questions. That better?


You didn't answer "my" question...

[ This Message was edited by: Radix3d on 2003-01-13 02:07 ]
Posted by dxprog on 06:47:00 01-13-2003
I said in my first post I didn't know how to solve your problem. [addsig]
Posted by Radix3d on 17:38:00 01-13-2003
Then stop posting needless posts
Posted by dxprog on 00:41:00 01-14-2003
Why? I'm closing in a thousand!!! I'll stop. [addsig]
Posted by ophline on 13:49:00 01-14-2003
rx- You will learn to ignore all posts by dxprog.
Posted by Radix3d on 16:50:00 01-15-2003
I officially have
Posted by dxprog on 09:35:00 01-16-2003
But what if I do know the answer to one of your questions and I'm the only place tog et the answer? [addsig]
Posted by Radix3d on 10:50:00 01-25-2003
I highly doubt you are a more skilled VB programmer than I or a more skilled programmer period. I think you will be the one asking me the questions.
Posted by dxprog on 09:43:00 01-26-2003
Maybe so. But I usually keep my projects within my range and when they get to be too much I can usually find the answer somewhere. [addsig]
Posted by rgndrp on 06:03:00 05-21-2003
you could also use the winsock object
and search for the AIM protocol specs like
these: http://thibs.menloschool.org/~djwong/docs/oscar_protocol/sections.html

but that would be alot of work to figure out