WPF TextBlock ControlThe TextBlock allows you to put text on the screen, much like a Label control does. A common […] April 2, 2020 in WPF tagged break / linebreak / style / newline / text / textblock / span / run / line / wrap / inlines by Mike
WPF Controls with Built-In Command BindingsSome controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […] April 1, 2020 in WPF tagged WPF / cut / editor / text / command / paste / copy / control / binding / xaml / commandtarget by Mike
WPF Commands CanExecuteIn the previous post we implemented a CanExecute event that simply returned true so that the button would […] April 1, 2020 in WPF tagged text / paste / copy / xaml / commands / canexecute / wrap by Mike
Excel Entering Text with VBAHere is a simple VBA example that creates a small table of data with a bold header, wherever […] September 15, 2018 in Excel tagged VBA / excel / text / Excel VBA by Mike
DOS Command to Append Text to a FileYou may have a need to append some text to a file. Suppose you have an existing file […] June 1, 2017 in Windows tagged xp_cmdshell / output / echo / >> / log / file / save / redirect / append / text / DOS / sql server / DOS by Mike
Notepad++ Text EditorMost computer programmers use more than one text editor. I have Notepad++, Sublime Text, Atom and Visual Studio […] March 3, 2017 in Text Editors tagged count / newline / words / crlf / editor / text by Mike
Sublime Text Multiple FilesSometimes you want to be able to easily work with two or more files at one time. You […] February 18, 2017 in Text Editors tagged files / editor / text by Mike
Convert Case OnlineDo you need to convert some text from one case to another? Perhaps you left the Caps lock […] February 17, 2017 in Text Editors tagged editor / text / convert / case by Mike
T-SQL Bulk Insert-Output of Text FilesAt lot of times when working with databases you will find that you need to import a text […] January 29, 2017 in SQL Server tagged excel / text / import / insert / bulk / paste / T-SQL Bulk Insert by Mike
DOS Command to Merge FilesYou may have the need to merge together a few files into one file. Merging text files into […] January 26, 2017 in Windows tagged copy / file / command line / text / combine / merge / DOS by Mike
Sublime Text EditorThe Sublime text editor is one of the more popular text editors out there for developers. It is […] January 21, 2017 in Text Editors tagged editor / emmet / text by Mike