C#

C-Sharp

Multiplication Table in C Sharp

Submitted by hamborgy on
simple Multiplication table in C Sharp,i made it with windows form and i display the table via text box control,you can manually enter the range dimension of multiplicand and multiplier, hope you like it, and you can also visit me @ http://borgy-basic-programming.blogspot.com , happy coding ^_^ The Hardest Thing to Do is to Do Nothing

DVD Sales and Rental System in C# and MySql

Submitted by itachi_philip on
Updated 10/12/11 Hello again, Here is my updated DVD Sales and Rental System..there are many changes happen to my system, and most of the bugs and error are now fix.. and as I promise about the cool GUI factor.. here it is you can download my system now... Features of the system: * the system has the capabilities to send email to there customer.

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;