how to make a program in vb that can send sms message using modem or a cellphone?

No idea in VB.
But in Linux I've done that in Perl doing a system call to gammu or gkokii, which are a command-line utilities that talk to cellphones over USB or Bluetooth.
Those are open source, you could try to figure them out.
 
Back
Top