The NES Classic Edition is Nintendo’s miniaturized version of the groundbreaking NES, originally released in 1985. It comes pre-loaded with 30 games and it doesn’t […]
In Progress Dialog
The following C# code shows how to make a Progress Bar in a dialog window that can be shown for tasks that run for an […]
Handling Big Red X DataGridView
The reason why sometimes a grid control shows a big red X and stops working properly is because an unhandled exception has occurred during the […]
Multi-color Text in ProgressBar
The standard ProgressBar class provided by the .NET Framework does not have a way to write custom text over the progress bar. However, it can […]
Automatically Scroll RichTextBox To Bottom
Normally when you want a RichTextBox to automatically scroll to the bottom, whenever you add new lines to it, all you need to do is […]
RichTextBox CR/LF Text issues
It seems that sometimes when you get the text from a RichTextBox object, for instance to put it on the Clipboard, that the carriage return/line […]
targetNamespace issue with XmlSchemaSet
When attempting to validate your XML Document against a schema file in .NET, you might see the following error message: [System.Xml.Schema.XmlSchemaException] = {“The targetNamespace parameter […]