|
Home >> Most popular code
How to make an invoice program | Version: VB 2005 | Author: Andrei Suba | Submitted: 3/28/2007 | Downloads: 21183 | This was taken off my computer science test in class:
Students are required to create a program that will calculate the total purchase of a custumer in the store. The rorm should look something like this....and it show's a picture of the program.
* ...more>> |
VB.NET 2005 & SQL server 2005 Phone Book | Version: VB 2005 | Author: Mohammed Naimullah | Submitted: 2/1/2006 | Downloads: 21083 | Easy and simple example of vb.net 2005 and SQL server 2005 phone book. Option to ADD new record, Save record, Delete record, and Edit record. It has also example of bandingsource and with the help of this you can display record in data grid control also. |
Date and Time TTS | Version: VB.NET 2003 | Author: Siddharth | Submitted: 4/23/2006 | Views: 20943 | This is a project where when you click at the button it will speak today's date and time.
|
Display MAC Address From Enterd Local Machines IP | Version: VB 2008 | Author: Anonymous | Submitted: 5/14/2010 | Views: 20638 | This Displays MAC Address, add 1 textbox call it MacLocalIPAddressBox and one label called MACAddressDisplayLabel. Then all you need to do is add the code below
and add local machines ip addresss ie 192.168.1.1 then press the button and the label will d ...more>> |
Inventory and Accounts Control System | Version: VB 2005 | Author: Ishtiaq Ahmed | Submitted: 8/7/2011 | Downloads: 20492 | Complete Database Application with Client / Server
Connectivity, multi interface.
Change Connection String as per your SQL Setting.
Restore Database file with the name of "Neruo_BS" from
Database Folder which include in .zip file.
. ...more>> |
Mysql TimeStamp converter class | Version: VB.NET 2003 | Author: Jujhar Singh | Submitted: 5/23/2005 | Views: 20275 | A class to take the date given as a date type or string type convert it into yyyymmddhhmmss string for use in MYSQL SQL strings.
Usage:
Dim dateConvert As New mySQLlDate
myDateString=dateConvert.convertDate(dateString) or
myDateString=dateConvert. ...more>> | << Previous Page 7 of 134 Next >>Go to page: 7 8 9 10 11 12 ...
|
|