Showing a Form inside a thread
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello,
After searching and reading for a long a time I have a little question:
I have a ClientSide of a chat program i'm programming. There is a
thread running in order to handle all the incoming data from the
server.
What I want to do is Create a new instance and Show a form after
specific data arrives from the server. The problem is that it doesn't
allow me. I know in fact that the thread that handles the incoming data
is the one trying load the new form. The porgram crashes once trying to
show the new form.
can someone please help me?
Thank you very much!
.
Relevant Pages
- Simple chat problem - really stuck! Please help me :o)
... I'm trying to write a really basic chat program that allows 2 client ... programs to send messages to each other via a server. ... public class ChatHandler extends Thread ... (comp.lang.java) - Re: W98 serial server -> Linux
... The W98 computer runs a serial server program, which tunnelizes the serial data through the TCP stack. ... On another PC workstation, another copy of TCPcom receives the TCP/IP data, feeds them to a local virtual serial port, and i can display or analyze the data reading from such com port. ... I have tried to watch the incoming data opening a telnet session towards the serial server address and the appropriate IP port, but i couldn't display any incoming data. ... (comp.os.linux.networking) - Re: preventing data from being mangled
... > buffer or depends on how much data is to be read. ... > of a message from the server towards the end of the buffer and after ... The key is to read the incoming data and break it off into a list of ... string to store the current line. ... (comp.programming) - Re: preventing data from being mangled
... > buffer or depends on how much data is to be read. ... > of a message from the server towards the end of the buffer and after ... The key is to read the incoming data and break it off into a list of ... string to store the current line. ... (comp.unix.programmer) - Whats wrong with this server code ?? Cant read incoming data
... I have been looking for some C-code which listens on a user-defined port ... I found some C-code (server) that almost does the job. ... port and responds to incoming data by writing how many times somebody ... (comp.lang.c) |
|