i have added " imports INTELLISMSLib" and now the application is running but i am not able to receive the message....
please check it out again...
Dim objIntelliSMS As New IntelliSMS
        objIntelliSMS.Username = "my user name"
        objIntelliSMS.Password = "my password"
        objIntelliSMS.PrimaryGateway = "http://www.intellisoftware.co.uk"
        objIntelliSMS.BackupGateway = "https://www.intellisoftware2.co.uk"
        objIntelliSMS.RequestDeliveryRpt = True
       objIntelliSMS.SendMessage("receiver mobile no", "messagebody", "sender mobile no.", Nothing)
is this correct????????