WPF Label
The WPF Label control is a content control that doesn’t have the notion of being clicked (like a […]
The WPF Label control is a content control that doesn’t have the notion of being clicked (like a […]
Microsoft says: “You can also use brushes to apply rendering characteristics to text elements. For example, the Foreground […]
The TextBlock allows you to put text on the screen, much like a Label control does. A common […]
Some controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […]
In the previous post we implemented a CanExecute event that simply returned true so that the button would […]
Here is a simple VBA example that creates a small table of data with a bold header, wherever […]
You may have a need to append some text to a file. Suppose you have an existing file […]
Most computer programmers use more than one text editor. I have Notepad++, Sublime Text, Atom and Visual Studio […]
Sometimes you want to be able to easily work with two or more files at one time. You […]
Do you need to convert some text from one case to another? Perhaps you left the Caps lock […]
At lot of times when working with databases you will find that you need to import a text […]
You may have the need to merge together a few files into one file. Merging text files into […]