I hope someone might be able to lead me in the right direction.
I currently have a winsock server application that I've written - it works fine as a console application. My problem is I want it to be a Windows Forms application.
When the server application goes into listen mode waiting for a client the buttons on the Form are not accessable (the mouse pointer turns into an hourglass when hovering over the form).
I know there is a solution to this - but can't seem to get there on my own. I'm guessing I need to make the form Modeless? I used MSVC2005 to create a Windows form project and I'm 99% sure that this method gets you a modal form.
Again, I would really appreciate ANY help in this matter as I'm fairly frustrated.
Thanks,
Marcus
I currently have a winsock server application that I've written - it works fine as a console application. My problem is I want it to be a Windows Forms application.
When the server application goes into listen mode waiting for a client the buttons on the Form are not accessable (the mouse pointer turns into an hourglass when hovering over the form).
I know there is a solution to this - but can't seem to get there on my own. I'm guessing I need to make the form Modeless? I used MSVC2005 to create a Windows form project and I'm 99% sure that this method gets you a modal form.
Again, I would really appreciate ANY help in this matter as I'm fairly frustrated.
Thanks,
Marcus