A smart digital clock, developed in VB 6.0

Submitted by sparsh.kochar on
Hi I have developed this smart digital clock using VB 6.0. In this you will get both project file as well as setup file. Coding is very simple. When u install this application, please install this in startup folder of you operating system drive (ex c:\), so that this clock will automatically be displayed on the corner of the desktop as soon as your system startup. For any query please mail me at

How to Open Cash Drawer using VB.NET

Submitted by admin on
I just want to share with you the code that I have found on the internet on how to open a Cash Drawer using VB.NET. I am in no way claim this code as my own work. I want to share this with you because there’s a lot of question on the internet on how to open a Cash Drawer on VB.NET. The code will simply open the cash drawer using either the LPT port or COM port.

C# Create your own IsNumeric method()

Submitted by beratxt on
As some of you know , in C# , there is no method like "IsNumeric()" . That's why , this method below helps you to prevent entering letters in the textbox or something like that.Hope to use this code in your applications.I used this code in my sms application sending from USB modem string myval= textBox1.Text; int Num;