smsicq.dll - Version 1.2 smsicq.dll is a SMS Activex Component,used for Developers who want to make theirApps or web site to send sms through icq network.It has been tested in VB application and asp file of websiteHere is a sample Code of asp: set smsicq = Server.CreateObject("smsicq.SMS") smsicq.setRegCode = "regcode u get when u bug this component" smsicq.setTimeOut = 30 'function send, Syntax: 'smsicq.send icqnumber,icqPassword,Country or disctrict Code(no '+' leading),targetmobilephone,message,carrier(u can set value to country or disctrict code) smsicq.Send icqno,icqpass, ccode, tophone, msg,"aaa" set smsicq = nothing