Quick Search for:  in language:    
ICQ,first,client,made,moment,send,receive,mes
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,011,557. lines
 Jobs: 117. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Visual Basic.
Files Comperator (the right way)
By Jarry Claessen on 6/30


Simple UDP example
By Mick Walton on 6/30


CAPS Trigger
By Trevor Burley on 6/30


Auto clip picture
By Kenneth. Jakobsen on 6/30


Click here to see a screenshot of this code!Game of life clone (cool math)
By Johannes B on 6/30

(Screen Shot)

String to CHR()
By Nikhil Raj on 6/30


Encryption Decryption Demo
By Nikhil Raj on 6/30


Click here to see a screenshot of this code!Serial Registration
By Christian (eXonite Team) on 6/30

(Screen Shot)

AniViewer
By Jerrame Hertz on 6/30


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

Simple ICQ Client

Print
Email
 
winzip icon
Submitted on: 9/22/2000 7:23:57 PM
By: James Salim  
Level: Intermediate
User Rating: By 16 Users
Compatibility:VB 6.0

Users have accessed this code 12969 times.
 
 
     The first ICQ client made in VB, at the moment, it can send receive message/url. Check user's online/offline status, change status to Invisible, Away, N/A, etc.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 6 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
9/22/2000 8:45:53 PM:Digital Vampire
first time round it crashed
second 
time round it loaded connected and 
*seemed* to work, but what good are a 
bunch of numbers as icq contacts ? how 
and who can tell who you are talking 
two via numbers ? I sure as hell can't 
! otherwise - A Job well done :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/22/2000 9:05:16 PM:James Salim
As the title might suggest, "Simple ICQ 
Client". It is still very simple, I 
just decided to publish this code, 
because I believe that some people is 
interested. At the moment, I can only 
say that this is only 10% of the final 
product, so hopefully you can 
understand that fact.
Thank you.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2000 12:49:34 AM:neinnunb
this is great.  I prefer as you say 
'simple' code so that way I dont have 
to go thru that much code to find the 
'good stuff' which is the TCP/IP code.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2000 4:10:43 AM:HenYa
This has required alot of hard work to 
learn the protocol and develop the 
barebones of a ICQ client.
This 
project has alot of potential, but you 
will require alot of time to get it 
fully implemented.
I'll vote 5 stars.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2000 8:17:25 AM:Eric Malamisura
Kickass is there a txt file or 
something where the protocols are 
listed for further development?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2000 8:54:31 AM:James Salim
For all the people who wanted to know, 
where I get the ICQ protocol, below is 
a very good site on the 
topic.
http://www.student.nada.kth.se/~
d95-mih/icq/
I then followed most of 
the link from there on, to build this 
client. Some information, sometimes, 
however does not match each other or 
does not work, so sometimes I still 
need to check and test the packet my 
self.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/23/2000 11:59:10 AM:Chinster
That excellent, I been looking for this 
for a very very long time. Can u tell 
me where do u found the ICQ protocal.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/9/2000 2:41:06 PM:rafael
Seebex has released NeoSession-the 
first Internet Presence Server, a new 
internet server extension which 
streaming online presence and instant 
messaging applications into ActiveX 
components.
Online reference at 
http://www.seebex.com/reference/
Downlo
ads at http://www.seebex.com/download/
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/17/2000 11:24:54 AM:nO-oNe
ANYTHING would be better than using the 
bloatware they call ICQ2000. Good 
work...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/21/2000 6:33:32 PM:nato_
beware of icq.. it leaves your port 80 
open to an intrusion.. i learned this 
the hard way man.. easiest thing in the 
world is to pull the ping of death on 
an icq app...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/22/2000 10:51:27 AM:hydraxus
anyone can help i cannot compile the 
source :
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/6/2001 8:21:47 PM:wizdum
first off this is not the first vb icq 
client (maybe the first on psc tho) and 
what fun is it to make one from a text 
file? i make all of my clients (i've 
made alot of them too) using a 'packet 
sniffer' called socspy u can find it at 
http://www.win-tech.com
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/11/2001 7:45:59 AM:Christopher Redfearn
"ping of death" lol
port 80 = http, 
its supposed to b sorta open aint it if 
ya browsing?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/27/2001 11:03:07 PM:Bob
Chris -> No, port 80 on your machine 
will not be open for connections just 
by browsing.  I believe ICQ opens it up 
for the ICQ homepage.  I don't know how 
to shut it off, though.  I use an 
ancient version, but perhaps I'll use 
this one and develop it a bit on my own 
to make it more usable.  For a base, 
this looks great.
wizdum -> Why 
reinvent the wheel?  If the protocol is 
documented, I would much rather use the 
documentation than trying to figure the 
protocol out (not that I haven't done 
the latter.)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/29/2002 8:54:30 PM:james
Im not able to test this code nor your 
other icq client, this one because i 
get an error while conecting and the 
other i get an error in the popup ocx 
do you have one that really work
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/16/2002 8:40:46 AM:Frost
hi
i've been looking for information 
about the icq protocol for a while 
bacause i'm making a program that sends 
sms with icq. that works fine (without 
the protocol) but now i want to make a 
form in my vb app that makes it 
possible to register a new icq account. 
do you think it is possible? and maybe 
it would be a nice feature to add to 
your app to... :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/18/2002 6:04:52 PM:
awesome!
no useless controls, no tons 
of classes..
very clean & effective 
code. 5 globes!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.