hi to all,
i am new to .net development. i have daveloped an application which is to receive continuosly from another using socket programming.i have used the following statement
while(true)
{
-----
client.receive( data);
-------parsing code
}
actually this code prevent me from using other controls in the form. but i need to access other controls.is any other way to identify the arrival of data in the remote host.
please help me to learn.
thanks a lot to transfering ur knowledge
i am new to .net development. i have daveloped an application which is to receive continuosly from another using socket programming.i have used the following statement
while(true)
{
-----
client.receive( data);
-------parsing code
}
actually this code prevent me from using other controls in the form. but i need to access other controls.is any other way to identify the arrival of data in the remote host.
please help me to learn.
thanks a lot to transfering ur knowledge
Comment