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