In an ideal world, .NETpad’s status bar would adapt its layout similarly to the real Notepad when the user resizes the window.
Premium

BY Paul Thurrott with 2 Comments
In an ideal world, .NETpad’s status bar would adapt its layout similarly to the real Notepad when the user resizes the window.
BY Paul Thurrott with 0 Comments
Here’s another quick fix for one of the bugs in .NETpad: It doesn’t correctly identify which theme the user selected.
BY Paul Thurrott with 3 Comments
Here’s a quick fix for one of the bugs in .NETpad: It doesn’t correctly remember the window state if you close it while maximized.
BY Paul Thurrott with 6 Comments
When I made the C#/Windows Forms version of .NETpad available on GitHub in late January, I wasn’t sure what to expect.
BY Paul Thurrott with 7 Comments
Well, this is rather scary: my C#/WinForms/.NET Framework 4.x version of .NETpad is now available on GitHub.
BY Paul Thurrott with 7 Comments
For my January programming project, I’m reviving the Windows Forms version of .NETpad so I can make it available publicly on GitHub.
BY Paul Thurrott with 11 Comments
With .NET 6 now available, I’ve been looking over the four versions of .NETpad that I created a few years back to see how they can be modernized.
BY Paul Thurrott with 41 Comments
The Universal Windows Platform (UWP) isn’t particularly well-suited to traditional productivity applications.
BY Paul Thurrott with 22 Comments
I decided to port .NETpad from Visual Basic to C# in order to get up to speed on the latter language as quickly as possible.
BY Paul Thurrott with 27 Comments
For much of the past year, I’ve been researching and working with Microsoft’s previous-generation developer technologies.
BY Paul Thurrott with 11 Comments
Here’s a useful new feature from Microsoft Word that can be added quickly and easily to .NETpad: Word count.
BY Paul Thurrott with 6 Comments
Here are a few minor changes and fixes to .NETpad related to the status bar, word wrap, and app publishing.
BY Paul Thurrott with 12 Comments
It’s time to think about what’s next for .NETpad, a project I had originally hoped to finish up by the end of 2019.
BY Paul Thurrott with 5 Comments
After months of work on .NETpad’s printing functionality, I think I’ve finally arrived at a solution that works.
BY Paul Thurrott with 4 Comments
Today, we implement the Replace, Replace All, and Go To commands, improve the fit and finish, and change the application name.
BY Paul Thurrott with 29 Comments
In this quick sidetrack, I make a few changes in anticipation of the final branding of our Notepad clone. NotepadWF isn’t going to cut it.
BY Paul Thurrott with 6 Comments
A reader has graciously pointed me in the right direction towards solving some of the more vexing issues with this project.
BY Paul Thurrott with 3 Comments
Our quick and dirty Auto Save functionality was perhaps a bit too quick and too dirty. So here are some improvements.
BY Paul Thurrott with 8 Comments
As I struggle to duplicate some of Notepad’s more complex features, I was reminded that Notepad itself has changed a lot over the years.
BY Paul Thurrott with 16 Comments
As I continue to put off the really hard bits, here’s how to change the icon and add a quick and dirty auto-save feature.
BY Paul Thurrott with 5 Comments
This time, we’re going to clean up some code, fix some bugs, and see whether a context menu can improve the app.
BY Paul Thurrott with 6 Comments
With our Notepad clone getting more mature, the remaining commands are, by nature, the most difficult to implement.
BY Paul Thurrott with 8 Comments
I decided to take a look at adding some features that aren’t available in the real app. First up: Theme support.
BY Paul Thurrott with 7 Comments
As it turns out, the little code experiment we engaged in yesterday can be added to our project as-is to display the caret position.
BY Paul Thurrott with 6 Comments
Taking a step back for a moment, I wanted to see whether using a RichTextBox control would improve our app.
BY Paul Thurrott with 0 Comments
Let’s improve the scrollbars, clean up the status bar, and see what it looks like to publish our app to other computers.
BY Paul Thurrott with 4 Comments
After using NotePadWF extensively at Ignite 2019, I’m ready to make a few bug fixes and fit and finish improvements.