Home > Programming, Visual Basic > Small Visual Basic .net App

Small Visual Basic .net App

December 1st, 2009

Dear Coders,

I need a small program created in Visual Basic .NET which will load up a webpage and get data from that webpage. The data from the webpage will be displayed like this:

smscaster.exe -Compose 07841234567 “hello melon apple face”
smscaster.exe -Compose 07745465423 “haha this is a test message for my application”

What I want the application to do is get that data and then paste the data into MS-DOS (command prompt) and run it. When you first open the application it should ask the following:

URL


Small Visual Basic .net App

Comments are closed.
Bear