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

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

How To Make A Downloader In C#

How To Make A Downloader In C#
Making your own downloader (simple download) would sound hard and maybe boring but actually it's not , it's very easy to make a downloader in c# . Today i will tell you how to write downloader in c# in the easiest way by the way this is just a simple...