Month: August 2016
EasyTree is a JavaScript Menu handling mechanism that is concise but easy to configure. It has a comprehensive set of options that can be tweaked according to the complexity of …
As John Meyer states:“The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.”I am …
This basically replicates the “Simple C# Web Server” that is done over at “David’s” Blog:https://codehosting.net/blog/BlogEngine/post/Simple-C-Web-Server I use pretty much the same code – I have given the code the once-over …
Some particularly useful links:http://stackoverflow.com/questions/8778320/how-to-use-gecko-in-c-sharp https://xinyustudio.wordpress.com/2015/07/04/embedding-web-browsers-in-winform-applications/#more-3695See this link if you’re interested in using Gecko in a WPF project:https://www.technical-recipes.com/2017/using-the-gecko-web-browser-in-wpf/Installing and using the latest GeckoFX-45.01. Create a new WinForms application:2. Install the GeckoFX …
Some few tips and instructions on how to bind data items contained in a List to a WPF ListView.Create a new empty WPF Application:Then create a new ViewModel class for …
UPDATE: There is an improved version of this technique, one which does not need to create Views, which can be found at the following link:https://www.technical-recipes.com/2018/navigating-between-views-in-wpf-mvvm/This technique has been already discussed …