Hello Friends,
I need help in windows form. When ever i am trying to implement the Async method in background for infinite time , my windows apps not performing well. so i need solution for this please suggest me the solution for this issue.
i just want to run my windows application does not...
Having trouble running multiple processes one after another from within backgroundworker
First processes, regardless which one I put as first seems to run, however nothing occurs afterwards.
Please excuse my ignorant, I cant seem to find what I am looking for,
Wondering if someone can shed...
How do I attaching a XmlSerializer to Progress Bar (called SaveBar)? the Serializer is called from a background worker
public class TestObject
{
public int OneValue { get; set; }
public int TwoValue { get; set; }
}
TestObject test = new TestObject { OneValue = 5, TwoValue = 4 };
private void...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.