English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can anyone help about using VB 6.0 for my messenger program. I'm using a timer control to refresh my ADODB connection to MySQL Database everytime a new message is encountered. Does VB 6.0 have anything else than ADODB to connect to the web (exept winsock) to enable AJAX technique to make a dynamic messenger? The Program works but the real problem is, It Hangs Up and I struggles for time to type a message!

2007-03-15 08:20:12 · 1 answers · asked by theSeed 2 in Computers & Internet Programming & Design

Actually, the Messenger is only a part of the whole program, there's no reason to convert the application into a browser page

2007-03-16 18:57:02 · update #1

1 answers

AJAX in a quick statement is a web technic that will display dynamic JS/javascript content without refreshing your webpage.

I'd suggest you to use web services if you don't like TCP sockets. This way the timer control will make a request once in a while and you'll get a XML document with the current state.

2007-03-15 09:01:58 · answer #1 · answered by Carlos V 2 · 0 0

fedest.com, questions and answers