Hi Ravi, I wanted this functionality, but I also wanted to be able to send from other sources as well. So I created a Windows Service and implemented the SMSLib in that. The messages being sent are periodically pulled from a SQLExpress database. The ASP.NET web site interracts with this database, so a user creates a new message and it just gets put into the database. The service gets a datatable with the outstanding messages to be sent and sends them, and as each one is sent updates the message row in the database to say it is sent.
You get more of a separation of what the users of the web site need to do, and the core running of the service in this way I feel. Might not suit you, but it's worth considering. Will. On Mar 29, 5:57 am, ravirocks <[email protected]> wrote: > Dear sir, > > Now Iam working send sms from vb.net application to mobile > module,my question is in my application i add reference smslib.dll > IKVM.DLL and COM2IP DLL, and wat are the requirements to add in my > application. > > Ravi. -- You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
