VS 2005 Create A CHAT Server?
Mar 6, 2010I want to create a CHAT server?
View 4 RepliesI want to create a CHAT server?
View 4 RepliesI am trying to create a simple chat server over vb that can relay messages back and forth using an echo server. Could someone point me in the correct direction to begin?
View 3 RepliesI have google it but I couldn't find the answers. So basically I want to make a Client-Server chat. I just want to creating each server for the clients to entered the chat room with each different server, e.g: client 1 and client 2 entered chat server 1 (just a name of a room), client 3 and client 4 entered chat server 2 and so on. How I can do that?
View 5 RepliesI was wondering if its possible to create a chat that runs off of mysql and not a server?
View 4 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.
i have wanted to create a TCP/IP Lan chat program in visual studio 2005. i have already created an interface for it but no codes yet. Attached are images of the client and the server.
View 3 RepliesUDP multicast client and server chat application.
View 10 RepliesSo, in another related post, i got the chat to send to a java server, cool.Now, it's a matter of sending it back to VB.on the server side of things, (in java), I am using the following
JAVA
public static void sendback(String what2send) throws IOException {
ObjectOutputStream oos = new ObjectOutputStream(mySocket.getOutputStream());
[code]....
i have installed visual studio 2005 in my computer i want to create a sql server 2005 file i saw a sql server 2005 option in my installed components i want to know how to create a sql server 2005 from my visual studio 2005 it is possible or not.
View 1 RepliesMulti-User Chat Program (Server & Client) with Main Server?
View 1 RepliesHas anyone managed to create an SSL server in VB2005 on XP platform?
I am having issues with the certificate side of things, and I am at the point now where I feel that it cant be done in XP.[code]...
I have one problem in which i simply want to know how i can create a table that can easily Used as a back end for my solution that is in Vb 2010.
I also want to know that when we choose a data source in a vb.net that is for sql server Which we want to choose....simply which can be used Because there is 2 or 3 with little different name...
I am developing a project where i have to copy a table from ms-Access to ms-SQL Server, for which i wrote a code and it goes like this
[Code].....
Here every thing is predecided, i.e i have already created a table in SQL Server with name Test and Assigned fields same as that of access.
But i want to create a table in SQL Server 2005 dynamically with same table parameters or Structure of Access table
To create a dynamic table in sql server 2005 with all its privilages(constraints,..) from a xml file.
View 1 RepliesHow to create a primary key as A1/D-M/100000 in SQL Server 2005 in Visual Studio 2008 ?
View 4 RepliesI want to create a stored procedure in SQL server 2005 in order to check if there a specific value in a table. As I don't know how to do this can someone give me a link or an example on how to create and store the stored procedure? Secondly I wrote this for my the above stored procedure: CREATE PROCEDURE dbo.dokimi -- Add the parameters for the stored procedure here
[Code]....
One of the things that I am not sure is that I want to check the value that the user passes throuhg my application that I am creating. In the above code this exists in the select query @txtUserName.text. Is this right? Can I use it like this or should I declare something more after the create procedure statement?
I am a beginner in vb.net and I need to customize our application based on end user requirement in the office, I need to create Login Box for the Application to protect my database. I have a loguser table in SQL with field on userid, username and a hashed password for everyuser. Now I created a new project in vb.net and I am confused to what to use on the toolbox? First I use the windows forms to create the txtbox, command button and labels, but then I am confused already I can only create local login in my pc windows account, I need the log-in on my database application based on their username and password saved on the tables.
me..ExampleSQL(datainformation):ServerName=Aries,
DatabseName=Jupiter, TableName=UserLog,
FieldName=Username, Userpassword,
Example in VB.net forms I created lblUsername, txtusername, lblpassword, txtpassword and btnLogin.
how to create table in mysql server 2005 dynamically through vb.net
View 2 RepliesI am working on the client-server on my application and I am unsure which one of those method that I should use for the chat server. When I tried this:
Dim port As Int32 = 13000
Dim localAddr As IPAddress = IPAddress.Parse("127.0.0.1")
server = New TcpListener(localAddr, port)[code].....
I found that both of these methods are the same, I can connect to the server when I use either of them. tell me which one of them is the easy way and which one of them that I should use to connect to the server, send message...etc?
I have been searching for days and months on youtube,google and everywhere else about how to create a Multi user chat system, where everybody can talk to each other all at once. Some people say Winsock is the way to go and others say TCP/IP is the way to go. I have little to no experience in either one of them. So if somebody can give me a really great turtioal or show me the guide lines on how to create a server and a client I would highly appreacite it. I am using Visual Basic 2008 express.
View 3 RepliesRead this: [URL]. Now the question: I want the client will connect to web server (or web hosting).
View 8 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 made one client-server chat application using vb.net. I want to know how can i change the form/icon color when a client sends a message and vice versa.
for eg: like in yahoo messenger or msn messenger,etc, How i user knows when he receives an message.
I have been searching far and wide for knowledge regarding how to make a server program with a client program.Think like Msn ( Messenger ) You have the client and you send a message which is then send through the client to the server, and then to some other client (a friend might be ).I want to make a semilar program where ill make the server and the client myself, i just need a hint or two to get started.
View 1 RepliesI have been looking for a really detailed tut on how to use in a server to client chat room. I looked on google but they just post the script which helps alittle but I need a lot of detail to make a working chatroom.
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 RepliesI've been attempting to create a Chat client/server for a while and I found some good tutorials for Visual Basic Express 2008. But I would like my client to be able to disconnect and have the server acknowledge the fact (and send the same message that it does when someone connects) that a client disconnected.
[Code]
I want to create a setup which requires Microsoft SQL Server 2005 and .NET Framework 3.5. If this software isn't installed, the Setup should offer the user to install them now.
View 2 RepliesIm using VB 2008 express but dw any code i get ill just use the tool 2008 has to put the code in 2008.Anyways what im trying to do is make a chat program for about 100-200.How can i get a server on my comp so i can update the list of usernames of passwords without updating the program? How can i get the program on there PC to check my server on my comp if there input is validate? How can i get several users into the chat?How can i get it to display there names when they join the chat and get it to disappear when they leave?
View 14 RepliesThe server connects, the clients connect, one client sends a message to the server, and the server broadcasts it to the other clients. But what I want to do now is to also have the server communicate with the clients. But when I click on the server form, it freezes, and I cant do nothing.
I think this is because of me not creating a thread for the communication(I saw this on another forum), but I dont know how to do that. I copied basically all the chat program code from a site, and I dont know much of sockets and what not.