Cross-thread operation not valid May 14th, 2008 Sometimes you need to create a new thread in a windows form to do a parallel job, and (usually) want to update some windows controls based on what the worker thread is doing (typically incrementing a progress bar). …
Blogs / using void;
Latest posts
-
Cross-thread operation not valid
http://log.usingvoid.net/index.php/2008-05-14/cross-thread-operation-not-valid/ -
dOOdads MarkAsDeleted might mislead you.
http://log.usingvoid.net/index.php/2008-05-14/doodads-markasdeleted-might-mislead-you/dOOdads MarkAsDeleted might mislead you. May 14th, 2008 For everyone who starts using MyGeneration.dOOdads (and suffices it to read the quick reference), a problem might happen when deleting multiple rows through iteration (as shown below) - some rows don’t get deleted. …
-
Two Little Problems
http://log.usingvoid.net/index.php/2008-02-05/two-little-problems/Two Little Problems February 5th, 2008 Two little problems that you may encounter in a Windows Application project: 1- You are using a DataGridView and want to change some (all) rows’ (cells) style, for example their color. …
Top Tags
What this blog is about