Question VB Program Interacting with Webpage

msmilkshake

New member
Joined
Mar 22, 2009
Messages
1
Programming Experience
Beginner
I am working on a schoolproject and i need the following:

Imagine this vb program:

Three labels, eachone showing the value of variable var()
Label1 shows var(1) value,
Label2 shows var(2) value,
Label3 shows var(3) value.

Now, imagine a webpage hosted somewhere witch comunicates with our program that is running in my computer and gets the var(1), var(2) and var(3) values on it.
this webpage also has 3 buttons that comunicates with the program and what the buttons say the program to do is to increment 1 to the variable.

For example, button 1 from the webpage makes var(1) increment 1 unit.

and then the new value of var(1) is shown on the webpage again.

Is this possible to do???

If it is what is the better method?

I heard about sockets but i only saw a program comunicating with a server...
Lets hope someone can help me.

=)
 
Back
Top