Question: So I need to add these windows into my VB.net project. I wont allow me to put my code because it says the problem is
So I need to add these windows into my VB.net project. I wont allow me to put my code because it says the problem is too long. If anyone knows code that I can implement it in my project that would be great, thanks.


Assianements: Study the Client -Server architecture and socket programming Based on the general framework of the Client Server architecture, revise and write some codes to improve Multi-User Chat application Socket Serve Requirements 1 The server side a. You can not hard-code the port number. You should provide a pop-up menu to let users input their port number. For example: Port Setting Enker Pt d. The server should accept/forward the message fromto the clients. b. The server GUI should show the status like "Listener started on port For 2. The client side exarnple: a. You can not hard-code the Server IP and port number. You should provide some ways for users to input the server IP and port numter to make conneclion to the Socket Server i. One way is to use two pop-up menus to acept the port number and IP address from users, eg Frie Pot Entar ServslP Cacel c. The server should accept multiple connection requests from clients, like this Another way is to use textboxes, labels and buttons in the form to let user input the port number and IP address, and then make connection to the server, e.g. Socket Client Server IP localhost Port Connect 5000 Send b. The clients should accept/send the message from/to other clients . Submission You will submit both source codes and screen shots Assianements: Study the Client -Server architecture and socket programming Based on the general framework of the Client Server architecture, revise and write some codes to improve Multi-User Chat application Socket Serve Requirements 1 The server side a. You can not hard-code the port number. You should provide a pop-up menu to let users input their port number. For example: Port Setting Enker Pt d. The server should accept/forward the message fromto the clients. b. The server GUI should show the status like "Listener started on port For 2. The client side exarnple: a. You can not hard-code the Server IP and port number. You should provide some ways for users to input the server IP and port numter to make conneclion to the Socket Server i. One way is to use two pop-up menus to acept the port number and IP address from users, eg Frie Pot Entar ServslP Cacel c. The server should accept multiple connection requests from clients, like this Another way is to use textboxes, labels and buttons in the form to let user input the port number and IP address, and then make connection to the server, e.g. Socket Client Server IP localhost Port Connect 5000 Send b. The clients should accept/send the message from/to other clients . Submission You will submit both source codes and screen shots
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
