I found this on the ICQ webpage. It's a form you can use to send ICQ messages to the user through the web. It surely needs some modification to be used in vB for the specified use.
Here's the code:
Code:
<form action="http://wwp.icq.com/scripts/WWPMsg.dll" method="post">
Sender Name:<input type="text" name="from" value="" size=15 maxlength=40 onfocus="this.select()">
Sender EMail:<input type="text" name="fromemail" value="" size=15 maxlength=40 onfocus="this.select()">
<input type="hidden" name="subject" value="From Your Web Page">
Message:<textarea name="body" rows="3" cols="30" wrap="Virtual"></textarea>
<input type="hidden" name="to" value="ICQ-number">
<input type="submit" name="Send" value="Send Message">
<input type="reset" value="Clear">
</form>
Please note that I only copied the form-tags and no HTML around it...