Click here to Skip to main content
15,880,972 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I am a beginner want to do a GUI based server client TCP based programming in visual studio. cannot find it on net. please give me any completed programs or sources from where I can perfectly learn.
Posted
Updated 17-Mar-21 22:15pm

1 solution

GUI and sockets have nothing to do with each other. Find a GUI example, find a socket example, implement both, and you have a program with both a GUI and sockets.
 
Share this answer
 
Comments
Jeevan83 6-Feb-14 13:15pm    
No by using winsock we have functions like AxWinsock.Bind(). But when I normally code for my FPGA or PC, i will be having like bind(). I know the functions for FPGA and PC, but dont know for winsock used in GUI. help me with that please.
Sergey Alexandrovich Kryukov 6-Feb-14 13:19pm    
Perhaps you need to read the answer again. Sockets and GUI are unrelated. If you don't understand the absurdity of the expression "winsock used in GUI", maybe you are not yet ready for GUI development.
—SA
Jeevan83 6-Feb-14 13:25pm    
Of course you are so right. I am a fresher but my boss gave me this project. So confused please guide me i have to develop a GUI in visual studio like server when I say connect it should accept the client and when I say send it should send data to client. My client is FPGA for which I already did the coding.
Albert Holguin 6-Feb-14 13:57pm    
Normal code for FPGA or PC? ...not even sure what that means... You just have to implement both independent of one another, there's no real link between them.
Sergey Alexandrovich Kryukov 6-Feb-14 17:46pm    
"FPGA" are such field-programmable chips. Saying "code for FPGA or PC" sounds so ridiculous... :-)
—SA

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