Before writing applications, you’ll need to install the Xamarin platform on your Mac,PC, or both (if you’re using that setup) See the articles on the Xamarin website at:
https://developer.xamarin.com/guides/cross-platform/getting_started/installation
...
Home » Archives for August 2017
How to Get FireFox Theme in VB.NET
in
FireFix,
FireFox Theme for VB.NET,
theme,
vb.net
- By
Mohamed Shimran
- on 8/29/2017
- 3 comments
Just add a New Class and Copy & Past all these codes in it
' Firefox Theme.
' Made by AeroRev9.
' 25/07/2015.
' Updated : 29/07/2015 [2].
' Credits : Mavaamarten, Xertz.
Imports System.ComponentModel
Imports System.Drawing.Drawing2D...
How to Make a WIFI Hotspot Creator in VB.NET
in
Command,
tutorial,
vb,
vb.net,
wifi,
WIFI Hotspot
- By
Mohamed Shimran
- on 8/27/2017
- 1 comment

You'll find many programs on the internet that can turn your Computer/Laptop Internet into a WIFI Hotspot but this ain't no any advanced like this. This is a very simple program to make a WIFI Hotspot using the Netsh command line scripting utility...
How to Fix High CPU Usage / Memory Usage / Disk Usage (Service Host: Local Service) in Windows 10, 8.1, 8, 7

Before you try this method please try the above mentioned methods :
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Disable service "SuperFetch"
If you have tried all of them and still didn't get the issue fixed out then this is for...
How to Uninstall Annoying Windows 10 Photos App

One of the most annoying thing I noticed with Windows 10 is this... if you want to permanently uninstall this program just follow these steps.
Open Windows PowerShell
You can find Windows PowerShell in All Apps > Windows PowerShell > Windows...