Hi Everybody,
I'm trying to figure out a silly little issue I've got going on here.
I've written a windows form project using VS c++ 2005 Express.
I have it set up so when the user presses the "connect" button the code jumps to another module I currently have that opens a winsocket port and sets it to listen at the computer's internal IP address.
However, while the code is waiting for someone to connect, the window form "goes blank", meaning all of the pushbuttons/ radiobuttons/ listboxes disappear and are replaced with a all white background in the form.
I'd like this not to happen, obviously, but espcially because I want the user to be able to press the "disconnect" push button if they do not want the port on the computer to be open anymore.
I'm trying to figure out a silly little issue I've got going on here.
I've written a windows form project using VS c++ 2005 Express.
I have it set up so when the user presses the "connect" button the code jumps to another module I currently have that opens a winsocket port and sets it to listen at the computer's internal IP address.
However, while the code is waiting for someone to connect, the window form "goes blank", meaning all of the pushbuttons/ radiobuttons/ listboxes disappear and are replaced with a all white background in the form.
I'd like this not to happen, obviously, but espcially because I want the user to be able to press the "disconnect" push button if they do not want the port on the computer to be open anymore.