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...
Home » Archives for 2017
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#

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
in
Ad Publishing,
Ads,
Advertisement,
Earn Money,
earn money online,
Infolinks
- By
Mohamed Shimran
- on 9/19/2017
- 3 comments

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
in
C-Sharp,
c#,
c# tutorial,
Dongle,
GSM,
Modem,
sms,
tutorial
- By
Mohamed Shimran
- on 9/14/2017
- 5 comments

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
in
Circl Progress Bar,
custom controls,
Progress Bar,
vb.net
- By
Mohamed Shimran
- on 9/10/2017
- 2 comments

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
in
Android,
Cross Platform,
How to Create Windows / Android / iOS Apps Using Xamarin Platform,
ios,
platform,
programming,
Windows,
Xamarin
- By
Mohamed Shimran
- on 8/31/2017
- 1 comment

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
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...