C# Optional ParametersAn optional parameter is a parameter that you can either include or omit when invoking the method. To […] May 7, 2020 in C# tagged parameter / optional by Mike
WPF Read a SQL Server Table into a DataGridThis post is about how to connect to a local SQL Server database and read a table from […] May 1, 2020 in WPF tagged datagrid / open / data / table read / database / connection / server / itemssource / sql / T-SQL / table / read / grid by Mike
WPF WizardWPF does not have a built-in wizard control. What you can do, however, is use a work-around. The […] April 28, 2020 in WPF tagged wizard / extended / toolkit / WPF by Mike
WPF Page NavigationWPF offers a way to set up pages for your application. What do I mean by that and […] April 28, 2020 in WPF tagged navigation / pages / click / page / container by Mike
WPF HyperlinksWPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […] April 28, 2020 in WPF tagged hyperlinks / navigate / navigation / URL / request / hyperlink / uri by Mike
WPF DataGrid Get Drive InformationThe DataGrid is a good candidate for displaying basic hard drive information because the rows are created automatically. […] April 27, 2020 in WPF tagged drive / datagrid / drives / WPF DataGrid Control by Mike
WPF Portfolio SampleIn his book WPF 4.5 Unleashed, Adam Nathan uses the example of Microsoft’s Visual Studio program to guide […] April 25, 2020 in WPF tagged visual / studio / panes by Mike
WPF Photo Gallery by Adam NathanIn his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […] April 25, 2020 in WPF tagged gallery / navigation / WPF / photo / book by Mike
WPF PasswordBoxThe PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […] April 24, 2020 in WPF tagged passwordbox / password / box by Mike
WPF ProgressBarWhen you have operations in your software that take a long time to complete, you might find that […] April 24, 2020 in WPF tagged bar / progressbar / progress by Mike
WPF FlowDocumentReader ControlThe FlowDocumentReader is the most advanced read-only wrapper that you can place around a FlowDocument. It offers buttons […] April 24, 2020 in WPF tagged reader / flowdocumentreader / document / control / flow by Mike
WPF FlowDocumentPageViewer ControlThe FlowDocumentPageViewer divides the entire document up into pages instead of just offering a scroll when the text […] April 24, 2020 in WPF tagged find / search / document / viewer / flow / page by Mike