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;
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;