vb.net chat application
-
hi can any one help plz i have application in vb.net and sql server 2005 db, many users can login by using there Username and password, I need to add a form for chatting any user login to the program his name show in that for so any one can chat with hem. I hop i clear my need SO PLEASE HELP ME THANKS SO MACH :^)
A simple google search should give you all the help you could ever want as this is asked at least twice a week here.
Member 4048188 wrote:
SO PLEASE HELP ME
THANKS SO MACHNot screaming helps a great deal.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
A simple google search should give you all the help you could ever want as this is asked at least twice a week here.
Member 4048188 wrote:
SO PLEASE HELP ME
THANKS SO MACHNot screaming helps a great deal.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
Member 4048188 wrote:
tcp\ip chating
So what? You have some other requirement other than using the Internet Protocol for Internet chatting?
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
Member 4048188 wrote:
i get nothing except tcp\ip chating
So how do you epect the messages to get across the Internet?? Carrier Pigeon?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Member 4048188 wrote:
i get nothing except tcp\ip chating
So how do you epect the messages to get across the Internet?? Carrier Pigeon?
A guide to posting questions on CodeProject[^]
Dave KreskowiakDave Kreskowiak wrote:
Carrier Pigeon
lol... someday I would like to try that smoke signal protocol....
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
Dave Kreskowiak wrote:
Carrier Pigeon
lol... someday I would like to try that smoke signal protocol....
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
It predates the Internet and is still used today, so they've got to be doing something right with it!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
hi can any one help plz i have application in vb.net and sql server 2005 db, many users can login by using there Username and password, I need to add a form for chatting any user login to the program his name show in that for so any one can chat with hem. I hop i clear my need SO PLEASE HELP ME THANKS SO MACH :^)
This sounds like a homework assignment. Try something like this ... Create a message table with timestamp, usernameTo, UserNameFrom, Status (Read/Unread), MessageText. When someone sends a message, you insert a record into this table. You would have to create a client application which checks to see if a message is pending for your current user and retrieve it from the db and display it in a chat window. The other guys who replied are correct, you need to investigate TCP/IP chatting otherwise your client application will be constantly polling the db for new messages. However, i think this basic design will get you through your homework assignment.
-
Member 4048188 wrote:
i get nothing except tcp\ip chating
So how do you epect the messages to get across the Internet?? Carrier Pigeon?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Member 4048188 wrote:
i get nothing except tcp\ip chating
So how do you epect the messages to get across the Internet?? Carrier Pigeon?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
This sounds like a homework assignment. Try something like this ... Create a message table with timestamp, usernameTo, UserNameFrom, Status (Read/Unread), MessageText. When someone sends a message, you insert a record into this table. You would have to create a client application which checks to see if a message is pending for your current user and retrieve it from the db and display it in a chat window. The other guys who replied are correct, you need to investigate TCP/IP chatting otherwise your client application will be constantly polling the db for new messages. However, i think this basic design will get you through your homework assignment.
-
not necessary across the internet , its between users , that users use my application in local lan Example an accounting program in a company any user can send message to other user use the application i hop the issue is clear now thanks
Well, you did say in your original post "I hope I was clear". Nope. If you mention chat, everyone immediately thinks two remote machines over an IP network.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Well, you did say in your original post "I hope I was clear". Nope. If you mention chat, everyone immediately thinks two remote machines over an IP network.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
That makes no sense. If it's not between machines and is instead between two users, couldn't they just turn their heads and talk to each other?? Of course it's between two machines!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
That makes no sense. If it's not between machines and is instead between two users, couldn't they just turn their heads and talk to each other?? Of course it's between two machines!
A guide to posting questions on CodeProject[^]
Dave KreskowiakOf course it's between two machines when i mean two user that means two users use same accounting application, and that users one in department of company and other from another department "again same application on two machines and single DB 'SQL Server" thanks anyway Dave
-
Of course it's between two machines when i mean two user that means two users use same accounting application, and that users one in department of company and other from another department "again same application on two machines and single DB 'SQL Server" thanks anyway Dave
In a world where email is ubiquitous and, almost so, a corporate instant messaging system, is there really a need for this?? I think your application is trying to solve to entirely seperate and unrelated problems that do not need to be in a single application.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Member 4048188 wrote:
i get nothing except tcp\ip chating
So how do you epect the messages to get across the Internet?? Carrier Pigeon?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak