Click here to Skip to main content
15,949,686 members

Comments by daniel honarpishe (Top 2 by date)

daniel honarpishe 17-Mar-21 5:01am View    
," : "," : join"; now give here error
daniel honarpishe 17-Mar-21 4:36am View    
now give me this error: CS1660
my code :
log_txtbox.Invoke(() =>
{
log_txtbox.Text += Environment.NewLine+ DateTime.Now.ToString()+ e.IpPort.ToString()+" : "+"join";
});