Sending SMS using SMS Gateway (Clickatell) as requested !!

Submitted by emond on
As requested here's my sample of Sending SMS using SMS gateway (HTTP). No need for SIM, Modems or even load.. All we need is an account from Clickatell and Buy Credits using Paypal or CC from the Best SMS Gateway (Clickatell). This SMS Gateway is using by Big Companies like Easy Forex, T-MAC, Global Forex Trading, Money Bookers, etc,, Even me , Im using this Superb SMS services ,(",) (too bad its

How to Add New Data Source

Submitted by admin on

One of the coolest features of Visual Studio .NET is the ability to bind a database into Windows Forms easily using DataSet. Since VB 6.0, I’m waiting for this kind of feature to be implemented in VB.NET. I am used with MS Access before and seem that VB.NET and MS Access has no difference when it comes to DataBinding.

There are many ways to bind your data. You can use the old fashion which is hard-coding, but this is out the scope of this tutorial. Why use hard-coding if you can do it easily using drag and drop operation?

How to Create a Windows Application Project

Submitted by admin on

In order to create an application in Visual Basic .NET like Payroll System, Accounting System, Enrollment System, Calculator, Point of Sale System, and Library System you need to create a project called “Windows Application”.

If you are new to programming and want to learn Visual Basic, you will probably confuse with so many option to choose in starting a Visual Basic Editor.

Please look at the screen below.

How to Attach and Detach a Database

Submitted by admin on

Sometimes you want to transfer or backup your database in SQL Server. When the database is attached you cannot copy/move it to any location. All you have to do is detach it first using SQL Server Management Tools.

Another reason why I write this tutorial is to teach you so that when we finish the Library System project you will be able to switch from my own database to your own database just in case you want to differentiate each of the table.

To attach a database

1. Open SQL Server Management Tools.

2. Right click Database and click Attach.