WPF MenuBuilt-in to WPF are the two familiar menu controls: Menu and ContextMenu. Menus are just another set of […] April 19, 2020 in WPF tagged menu / menus / menuitem by Mike
WPF ToolBarThe ToolBar control is typically used to group together many small buttons or other controls as an enhancement […] April 18, 2020 in WPF tagged tool / toolbar / bar by Mike
WPF CalendarWPF has a nice built-in Calendar that looks like the one in Windows. It works along with the […] April 18, 2020 in WPF tagged date / calendar / datepicker / dates by Mike
WPF Gadget-Style ApplicationsWith WPF you can create non-rectangular top-level windows that give your application a different shape just like those […] April 17, 2020 in WPF by Mike
WPF Ink CanvasThe WPF InkCanvas control is discussed on pages 316 – 318. The main purpose of the InkCanvas control […] April 17, 2020 in WPF tagged canvas / inkcanvas / handwriting / draw / ink by Mike
WPF LabelThe WPF Label control is a content control that doesn’t have the notion of being clicked (like a […] April 17, 2020 in WPF tagged text / key / access / label / Textbox / focus / display by Mike
WPF Radio ButtonThe WPF radio button control is a type of button that derives from ToggleButton. It is unique because […] April 17, 2020 in WPF tagged button / radio / toggle / radiobutton / ischecked by Mike
WPF The Control ClassAs Microsoft says: “[The control class] represents the base class for user interface (UI) elements that use a […] April 17, 2020 in WPF tagged control / class / controltemplate by Mike
WPF Consuming FileInputBoxConsuming our file input box user control is not difficult. This post illustrates how you might consume the […] April 16, 2020 in WPF tagged file / user / control / box / open / input / consuming / browse by Mike
WPF File Input Box User ControlOne good use-case for creating a user control is a file input text box. This post is based […] April 16, 2020 in WPF tagged dependency / input / file / user / control / box / property by Mike
WPF Custom DialogTo create a custom dialog in Windows Presentation Foundation you really just need to create a Window, place […] April 15, 2020 in WPF tagged modal / show / showdialog / custom / dialog by Mike
WPF SkinsSkinning refers to the act of changing an application’s appearance at run time, often as a result of […] April 15, 2020 in WPF tagged resource / style / template / dictionary / skins / skin / resourcedictionary by Mike