[tut]How to make a chatroom in VB 06, 08, & 10[tut]
ok guys i got a tut for you by request. Just look at the vid for advice. Post results!
Vid:
Steps:
1. Open an new project
2. Add a menu strip and a webbrowser
3. Type Connect and Disconnect on the menu strips
4. [code]For Connect: webbrowser1.navigate("file:\\C:\chatroommeebo.html ")
For Disconnect: webbrowser1.navigate("about
:blank")
5. debug
6. go to meebo
7. make an account and a room
8. get the embedded code
9. open notepad
10. paste:
Code:
<html>
<!--code under this but above html tag--!>
</html>
11. save in C:\ as
12. debug...
13. finished...
Note: Internet connection requited