I need to send a message to pager ( alpha numeric /digital ), Please help me finding some control which I can use in my VB application, to sending messages to pager directly (without using any intermediate server). Thanks
probably the fastest way to accomplish that is to call your favourite term program via exec() or popen() or similar.