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