Make Internet Chat Program?
Jan 13, 2011I wanna make a chat program over the internet NOT OVER LAN i found alot of examples but it's all about LAN networks chatting but i want a chat program for the internet chat
View 3 RepliesI wanna make a chat program over the internet NOT OVER LAN i found alot of examples but it's all about LAN networks chatting but i want a chat program for the internet chat
View 3 Repliesi wanne make a program (a client and a Server) oke you run the server and get a window you enter your ip and the name of your Chat server and type a password, than you click start server and the server windows goes down, you give the ip and the name from the server on a friend and he gots a client he types your ip in a window and the name of the server, he connects and we can chat
View 2 Repliesi wanted to try make a chat program using ftp, im not sure how it will work, i imagined some txt documents in the ftp using winsock etc.
View 4 RepliesFrom all the chat applications I successfully made each and every one of them required me to port forward my router so that the data can be received. Now my question is how can I make my chat program work on computers that have routers with most of the ports blocked, how do traditional chat programs do it? Perhaps The chat program intercepts packets then sends it to a known port such as 80?
View 17 RepliesHow do I make a Multi User CHat Program in Visual Basic Express Edition? I kind of want it like (Server) and then everybody whos a client connects to the server.
View 3 RepliesI have a button and if the user is connected to the internet and clicks the button I want form3 to show up, but if there not then I want form2 to show up for them instead of form3 Is there a code for this?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
What should I put here?
End Sub
I'm trying to make online chat..I saw 2 P2P tutorials:url...both are great tutorials, but they work in LAN only with addresses and ports given.if anybody knows which port and address could I use with this ideas and go to internet.
View 2 RepliesI built a chat program using Socket (winsock2005dll) but it did not work well on internet, I've heard that using system.net is more powerful
View 1 RepliesVB users i have vb2010 express and fancy having a go at making a simple over internet chat application but i am a beginner at all this.all i have at min is a form with
1x read only textbox
1x textbox
1x button
and now from that i am lost as i never done anything with networks.
Details:
1- Show Soruce IP.
2- Show Destination IP.
3- Show Size Of Data Downloading
4- Show Type Of Data Downloading(.exe,pdf).
3- Make Button(Start,Resume,Stop).
How can I make it so when you press a button, it opens a webpage?
Also, if I wanted to have a website for helps or hints, where could I put it? Like, a site for others to read info on my game which I could make, say.
I want to write a program that if ping www.microsoft.com is success,than caption title it's "ok,connected Internet",if ping it's failed,the program "caption" title is "sorry,not connected",but I don't know how to write those code
View 10 RepliesHow can i make a program that cleans temporary internet file or history ?
View 7 RepliesI'm going to make a program which will share my notebooks Internet Via the WLAN card. how to retrieve the connected peers name, MAC and IP? Also is it possible to get the upload and download speed using by the peers?
View 5 RepliesHow to make program cuts Internet connection without appearing in the taskbar,I used the following methods, but did not succeed
1. shell("net stop dhcp") appear in taskbar
2. shell("ipconfig /release") appear in taskbar
I've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:
[Code]...
im trying to make a chat program.im already done with the chat but i dont have any idea now to make the video.
For the chat i used this :(url)
There are a series of web requests, database handling using php as well as using mysql connector. There are at most 5 timers in one window. some window has 3 or 2 timers as needed.Among some features there is a feature for chat. and I'm doing it with Remote mysql connection using mysql data connector.I'm not much familiar with VB.NET coding environment as well as with optimization issues. However made that app running with some problem, that is, when chatting, sometimes its not working smoothly sometimes stops for 4-5 secs then again responding. I'm not sure if this is happening because of timers. However a chat window has 2 timers of 1sec each.
View 2 RepliesIs there anyone here know how to make a chat bot with video?
View 2 RepliesIm am completely bored and wanted to make my own version of the palringo chat messenger (just to log into the palringo servers tho) and i have what i believe EVERY bit of the server info i need. [code]...
View 7 RepliesChat in vb.net using lan connection
View 2 RepliesVoice Chat program in vb.net
View 1 RepliesI'm trying to make a chat application in Vb what uses MySQL database.
Here is the code for the UpdateChat()sub
Public Sub UpdateChat()
' MySQL Adapter
Dim MySQLAdapter As New MySqlDataAdapter
[Code]....
Now it gives me there error that a connection is allready open with the Datareader (I havea timer running this sub once in a while).
I have been trying to make a chat application that can go out the local network for quite some time, but all I seem to find is chat applications for in local networks?
View 7 Repliesi want to make my own Chat Client but i cant find any TUT'S i can only find them in vb6 so if anyone can point me to a tut.
View 2 RepliesIm trying to make my client send the account to the server and display it on a listview but im having some trouble. I tried to send some messages and it didnt work. The Client sends the account as "CLIENTINFO" + "|c + the users account. And on the server side the server reads it and splits sends it to the select but its not displaying the Clientinfo.[code].......
View 1 RepliesI am trying to write a program that has a server/listener program and then 2 client programs, the 2 client programs are supposed to be able to chat with each other. Can anyone point me in the right direction on this?
View 4 RepliesI have chose to create a text/voice/draw chat application. So far, I have gotten as far as creating a server application and a client application which can be run multiple times on the same mahine allowing each instance to communicate with on another.[code]...
View 5 RepliesI need a program that can send and receive msgs to everyone that's on that program and on that network, then is there a way to add chat rooms to the program 2. I looked all around the Internet and MSDN and found a lot of results but non worked property.
View 6 RepliesOkay so i am dreadfully bored in my Visual basic class at school and thought it would be fun to write a lan chat program for all of my class mates to use. So I was wondering what would be the best way to go about it. I have read up on Winsock but i can't tell if it even exists for Vb 10 or if it is usable if none of our computers cant talk over the internet. If winsock is not a viable option then what would be an alternative.
View 6 Replies