19-08-13, 05:49 PM
تصحيح للكود السابق، جرب
كود :
if (czk1.Connect_Net("100.100.100.14", 4370))
{
Label1.Text="yes";
}
else
{
Label1.Text = "no";
}