What Affects your Internet Speed

Fast speed internet has more or less permeated through the country, with the exception of a few areas. But the days of dial up have gone, and with that, the days of extremely ridiculously slow internet speeds. We subscribe to internet plans...

How to Convert Byte Array to String in C#

How to Convert Byte Array to String in C#
In .NET, a byte is just a number from 0 to 255 (the numbers that can be represented by eight bits). So, a byte array is just an array of the numbers from 0 to255. At a lower level, an array is a contiguous block of memory, and a byte array is just...

How to Make Excel Spreadsheets [.XLS &.XLSX] in C#

How to Make Excel Spreadsheets [.XLS &.XLSX] in C#
There's a library called ExcelLibrary. It's a free, open source library posted on Google Code. It's very simple, small and easy to use. Plus it has a DataSetHelper that lets you use DataSets and DataTables to easily work with Excel data. ExcelLibrary...

Infolinks Review with Payment Proof 2017 | Best Adsense Alternative

Infolinks Review with Payment Proof 2017 | Best Adsense Alternative
Infolinks is a global advertising platform offering ad solutions for both publishers and advertisers. Online advertisers utilize the Infolinks Self-Serve Marketplace to customize their own campaign. Advertising with Infolinks means delivering brand...

How to Send SMS in C# Using GSM Modem/Dongle

How to Send SMS in C# Using GSM Modem/Dongle
This is a very simple method to send SMS via GSM Modem so without much explanations let's get into it. Thing's you'll need : GSM Modem with a SIM Libraries :GSMCommServer.dllGSMCommShared.dllGSMCommunication.dllPDUConverter.dll If you've installed...

Circle Progress Bar Control for VB.NET

Circle Progress Bar Control for VB.NET
Add a new User Control and add these codes in it : Dim _Myrr As Integer Public Property rr As Integer Set(value As Integer) _Myrr = value End Set Get Return _Myrr End Get End Property ...

How to Make Windows / Android / iOS Apps Using Xamarin Platform

How to Make Windows / Android / iOS Apps Using Xamarin Platform
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  ...

How to Get FireFox Theme in VB.NET

How to Get FireFox Theme in VB.NET
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

How to Make a WIFI Hotspot Creator in VB.NET
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

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...
Page 1 of 53123456789...53Next »