C# Desktop Deployment SquirrelThis post summarizes most of the video by IAmTim that covers how to create a setup for your […] December 13, 2020 in WPF tagged deployment / deploy / Squirrel by Mike
Daily Thought DeploymentThis post follows from the previous post that was about preparing for deployment. Here we assume that you […] December 4, 2020 in WPF tagged platform / deploy / one-click / MSIX / package / setup / install / WPF Daily Thought by Mike
WPF Check if Key is PressedWe have a small demo program in Windows Presentation Foundation (WPF) that shows how you might check if […] December 3, 2020 in WPF tagged keyboard / press / detect / ctrl / alt / up / key / down / preview by Mike
Daily Thought Deployment PreparationAfter you have fully developed your Windows WPF program, you may want to create an installer so that […] November 27, 2020 in WPF tagged install / installer / deploy / WPF Daily Thought by Mike
Daily Thought C# ListingIn this post I will show the C# listings of our DailyThought program. Now we’re in the coding […] November 26, 2020 in WPF tagged previewkeydown / keyboard / code / C# / event / Quote / daily / thought / keydown / WPF Daily Thought by Mike
Daily Thought AlgorithmHere below is an outline of an algorithm for our Daily Thought program. I start with what happens […] November 25, 2020 in WPF tagged algorithm / WPF Daily Thought by Mike
Daily Thought Back-EndIn this third post on this project we’ll look at the back-end, meaning the database. The database technology […] November 25, 2020 in WPF tagged sql / table / sqlite / daily / thought / back / end / database / WPF Daily Thought by Mike
Daily Thought WPF Front-EndThis program is being developed with Windows Presentation Foundation in C# using the Visual Studio IDE. Below is […] November 25, 2020 in WPF tagged WPF Daily Thought by Mike
WPF Buttons with Polygon GraphicsAre you working on a WPF program that requires buttons? Are those buttons requiring symbols instead of words? […] November 24, 2020 in WPF tagged graphic / button / arrow / previous / forward / polygon / shape / left / right by Mike
Daily Thought Program in WPF, SQLite and DapperThis series of posts illustrates how to code a Windows program that displays a quote or thought for […] November 20, 2020 in WPF tagged Dapper / sqlite / Quote / daily / thought / scripture / day / WPF / Windows / WPF Daily Thought by Mike
WPF Quick & Easy TimerThis is a WPF app that counts down the hours, minutes, and seconds from a starting point that […] May 24, 2020 in WPF tagged timespan / opacity / transparency / hours / minutes / seconds / center / start / timer by Mike
WPF String Static ResourcesWhen you are working in XAML you may find that you’d like to have a way to declare […] May 24, 2020 in WPF tagged resource / key / string / xaml / static / constant / double by Mike