Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to write a simple chat program using the Winsock control with VB6 and UDP in one application, is it possible to do this?

Thank you

Gary

What I have tried:

I have searched the internet for some example but did not find anything that applies to what I want to achieve.
Posted
Updated 10-Dec-21 9:34am

1 solution

You probably won't find exactly what you want to hand in, but a simple google gives you all the components, used in different projects: chat program using the Winsock control with VB6 and UDP - Google Search[^]
So start with those, and get the communications working first without worrying about any practical user interface.
Then consider what you need to transfer and add that.
Then start thinking about the UI - which should be pretty easy by that stage.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900