T
tomdekok
Guest
Hi All,
I just started to learn VB .NET thought i would write an extreme simple web application so network chat becomes possible.
I am talking about a text view window, a single line text input field and a "send" button, nothing more.
Anywhere you can get the newly created webpage to chat.
The problem: All text is sent to the client webpage and not to the server, even though all source says "SERVER". And i don't know how to update the client pages whenever someone has typed some chat text either.
(This all may sound boooring, but know this, i am studying my butt off to get into VB .NET. I know how to program in C very well which helps, but this goes so slow, because nowadays there are so many components to learn. *sigh*
Questions:
Does anyone have an example project in VB .NET for web based chat?
Can anyone help me with the above client/server problem and cleint page update difficulty?
Thanks in advance!!
I just started to learn VB .NET thought i would write an extreme simple web application so network chat becomes possible.
I am talking about a text view window, a single line text input field and a "send" button, nothing more.
Anywhere you can get the newly created webpage to chat.
The problem: All text is sent to the client webpage and not to the server, even though all source says "SERVER". And i don't know how to update the client pages whenever someone has typed some chat text either.
(This all may sound boooring, but know this, i am studying my butt off to get into VB .NET. I know how to program in C very well which helps, but this goes so slow, because nowadays there are so many components to learn. *sigh*
Questions:
Does anyone have an example project in VB .NET for web based chat?
Can anyone help me with the above client/server problem and cleint page update difficulty?
Thanks in advance!!