alexmicheal49
New member
- Joined
- Nov 26, 2018
- Messages
- 1
- Programming Experience
- Beginner
So, I'm working on this little project to try to learn more about networking and also C# as I go along.
What I'm attempting to achieve is where you click on a button and it opens a Console window that allows for user input and essentially I want to be able to have a user enter an IP address and a port and be able to connect to a computer that is running the Server application (TcpListener).
I have everything working, but not in a windows form. I was using just a standalone console application. Is there any way that I can implement a console application into a windows form?
What I'm attempting to achieve is where you click on a button and it opens a Console window that allows for user input and essentially I want to be able to have a user enter an IP address and a port and be able to connect to a computer that is running the Server application (TcpListener).
I have everything working, but not in a windows form. I was using just a standalone console application. Is there any way that I can implement a console application into a windows form?