Sunday, December 28, 2014

Invalid URI: the URI is empty.

I found a solution:



if (txtUrl.InvokeRequired)
{
txtUrl.Invoke(new Action(() => txtUrl.Text = line));
}


No comments:

Post a Comment