majkinetor
Programmer
I have a large table that needs to be exported to XML.
I used dt.WriteXML(..) but it blocks entire application for some time. Also, I can not get the current status of export as nothing calls me back from the mentnioned function.
Alternative for blocking application is another thread.
But what should I do to announce at the status bar current phase of export ?
Thx.
PS: Also if you happen to know any good thread related article in C# please post it here.
I used dt.WriteXML(..) but it blocks entire application for some time. Also, I can not get the current status of export as nothing calls me back from the mentnioned function.
Alternative for blocking application is another thread.
But what should I do to announce at the status bar current phase of export ?
Thx.
PS: Also if you happen to know any good thread related article in C# please post it here.