Asychronous socket programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spearlselvam
    New Member
    • Mar 2008
    • 1

    #1

    Asychronous socket programming

    Hi all,

    I have created a chat appln using asychronous socket.. can anyone say the diff of using the below code snippet

    1. SetControlPrope rty(conStatus, "Text", receivedData);
    conStatus.Text = receivedData;

    2. Form1 myform = (Form1)Form1.Ac tiveForm;
Working...