Month: June 2017
Step 1: Create a new Visual Studio projectStep 2: Add the necessary Unity referenceSelect Tools > NuGet Package Manager.Type in the following command:Unity website for NuGet can be found here:https://www.nuget.org/packages/Unity/Step …
Some instructions on how to use fullpage.js to scroll between sections in your web page.I am not a web developer, so this post will contain a minimum of javascripting, css …
This post tackles the problem of applying the 2-opt algorithm to travelling salesman problems in Java.The results of applying the 2-opt heuristic and applying it to a number standard traveling …
Step 1: Run the Inno Setup installerWhen using Inno Setup within Visual Studio project as a post-build exercise to create an installer package, you will need the contents of the …
A similar post on using the Gecko browser via WPF can be found here:https://www.technical-recipes.com/2017/using-the-gecko-web-browser-in-wpf/In this post I extend these ideas a little so that the Gecko web browser, a WinForms …
Some instructions on how to incorporate the Gecko (Firefox) web browser, which is WinForms-based, for use within your WPF / XAML based C# project.A similar post can be found here, …