Create A Chat Program And Use Winsock To Connect?
May 18, 2010if i create a chat program and use winsock to connect me and my friend would my friend have to download MSWINSCK.OCX to run the application?
View 2 Repliesif i create a chat program and use winsock to connect me and my friend would my friend have to download MSWINSCK.OCX to run the application?
View 2 Repliesi have made a client and server chat system in VB 2008 with winsock,it's a one to one chat and works perfect fine, but do anyone know how to turn it into a multi-client chat system? Code in below: Here is the code for the server:
[Code]...
Make a Chat Server and Client using winsock:I want to have a Login forum and Be able to ban user and Give them ranks I would like it to Use INI files.
View 2 Repliesim trying to create a simple program that send string data through winsock, there are hundresd of tutorials allover the web, but non of them seem to work! I am fairly new to visual basics but i undersatnd the consept of winsock and 'all that stuff'. [code]
View 5 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 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 RepliesI want to make a basic winsock chat server and client, and I just need to know the basics, like.How do you determine where to send the data?How do you determine where to receive data from?How to actually send and receive the data?I just don't want to read from a website that has a lot of extra information. I just want to start off with the basics so I can actually learn.
View 2 RepliesI'm trying to connect two programs using winsock, I connected it, but I want to send to the server to do some thing like open the camera . or do any thing .
View 1 RepliesI am facing a situation with winsock. My application successfully connects to any computer that is connected on my router but i can't connect to any online computers (using port 7771). It simply doesn't connect without any kind errors. Any ideas? I am using port 7771 as local and remote port.
View 9 RepliesHow can I connect to Facebook chat using C# or Visual Basic?
View 1 RepliesI'm trying to create a program that will disconnect/connect you from the internet.Example:When I press F10, I get disconnected from the internet. When I press F11 It connects me to the internet.
View 4 RepliesIn visual basic 6, there is an index property, but not in 2008. How can i create an array of winsock controls?
View 4 RepliesHow to add winsock listener in Vb 2008
View 1 Replieshow can i make claint/server program without winsocet
View 1 RepliesI am trying to code a client - server program. I have 4 winsock controls on my main form. The client is able to connect to a free one just fine, and can figure out if they are all in use. When testing my program, I found that when I try to send data through a socket, then send different data directly after, it jumbles the data together.
CODE:
That is the code I am using. When the client is connected to the server, and ready for data, it sends the packet "@Ab". When the server receives this packet, It is supposed to send the welcome alert, and then current events posted in the server.
On the client side, there is a message box that is supposed to show the welcome alert, and at the bottom on a status strip, the current events are supposed to be listed.
When the welcome alert shows, it contains the alert text fine, but then shows the packet for the events after it.
How can I create my own LAN Chat?
View 1 RepliesIam planning to create a chat box by vb.net but I don't know what to do.What is that app needs?
View 3 RepliesSo I was looking around the forums for how to do a successful Winsock program but noticed that there is an alternative way of creating connections, using system.net.sockets. Would you guys say that system.net.sockets has replaced Winsock? Is there a particular one that is better than the other?
View 3 Repliesim a bit humiliated on searching the net with a step by step instruction on how to create a vb.net form app that can communicate to other computers using tcplistener/tcpclient.
View 11 Repliescreate a chat room? My current hosting is a linux server with mysql. I want to make a client that can connect to the database.(already done) and if the user exists, to open a chat form. I want this to be multithreaded, that way I can have up to 500 people chatting with each other at the same time, from different locations. (realistically will usually be around 50)I have found some winsock type examples, but I dont understand how I can adapt that to work with a linux server... Can anyone help give me examples? I guess I basically want an IRC.(Which I dont know how to implement.)
View 2 RepliesI want to create a tcp/ip chat system using vb.net. I have created using vb6 using winsocks but unfortunately I couldnt find it in VB 2005. I have discussed with some friends about it and they also couldnt do it. I like to try something I dont know in this way I learn more. I want to create the in such a way that the client and server both have an interface and the client and server both have port text-boxes and the client has the host text box and the connect button.
View 2 Repliescreate a chat client for vb2008.The user logs in from a form, And they are taken to the main form with all the features. From their I want them to already be logged into the chat. The chat will get the username from the config.ini file. Since multiple people will be using this, I will be hosting the server part of the chat on a windows 2008 server.
View 2 Repliescreate a chat robot from theprogramming Currently I use Compiled language is VB.NET.From VB.NET in a few months exposure to MS SQL and use of these twotools to design my chat robot. That is fluent sentences of everyday language, a sentence stored in MSSQL.
As follows:
I say: <What did you say?
AI: I returned to what?>
A few months down the progress of the lack of progress.I can not find a better solution to enhance the smart until I found the AIMLchat robot.AIML is derived from the Artificial Intelligence Markup Language-basedword processing streaming XML.It is specifically designed to deal with sentence structure and the birth ofcomputer technology.I recently started slowly in contact with this technology AIML?[URL]
I would like to create a voice chat application using Vb.net
View 2 RepliesI am trying to create a user control that basically looks and feels like fb chat contacts list complete with friends lists and online/offline toggle buttons. How should I proceed??
View 1 RepliesI want to create a CHAT server?
View 4 RepliesI was wondering if its possible to create a chat that runs off of mysql and not a server?
View 4 Repliesi would like to create a private chat for our office branches.for sending simple message for the designated employee.and have a list of online employees.
View 1 Repliesi want to create a simple chat and server application but i dont know where to start in socket hope someone will help me to create the application.
i found some tutorial in .net but it doesn't explain the code.
Chat in vb.net using lan connection
View 2 Replies