http://kivy.org/docs/guide/basic.html#quickstart I followed this tutorial about how to create basic kivy application ********************* Creating a kivy application is as simple as: sub-classing the App class implementing its build() method so it r…
How do I make my first Maven project? We are going to jump headlong into creating your first Maven project! To create our first Maven project we are going to use Maven's archetype mechanism. An archetype is defined as an original pattern or model fro…
Install: npm i -g nativescript Create: tns create <app_name> --ng Run: tns emulate ios List all emulators: xcrun simctl list Run a different emulator: tns emulate ios --device "iPad Air 2" Livesync: Run with emulator: tns livesync ios --em…
Create an IIS application. Create a new IIS application pool and set it's .NET version to 4. Set the application pool of the new application to the new application pool. procedure CreateIISVirtualDir(); var IIS, WebSite, WebServer, WebRoot, VDir: Var…
How to view word document in WPF application (CSVSTOViewWordInWPF) Introduction The Sample demonstrates how to view word document in WPF application. WPF does not support to view Word documents directly but some customers want to show word document i…
Whether you are running your site on your own server or in the cloud, security must be at the top of your priority list. If so, you will be happy to hear that IIS has a security feature called the application pool identity. This feature was introduce…