This application will demonstrate on how to monitor a printer spool queue using vb.net source code. Some of the API calls used in this example are only supported on Windows NT, 2000, XP and .NET server. Therefore this technique does not apply to Windows 95, Windows 98 or Windows ME. Continue reading…
ICafe – Internet Cafe Billing System (with VB.NET Source Code)
Icafe Billing System develop with Ms Studio 2008 and Ms access for database. the project consist of Client and server application. this billing is very light and simple, just have voucher feature for customer billing. the customer buy a voucher with nominal time. Trully this project is unfinished project, because when i start write this project i have plan to build a billing system with many feature, like voucher, member time manner and time table for ussual member and much more. but the time to finished this project is not enough, finally the user buy a billling with great feauture and with he cheaper price . Continue reading…
“Gives applications capabilities to communicate, send and receive sms with mobile phones and GSM Modems using VB6,VB.NET,C#,J# and etc.”
Kylix SMS ActiveX is a powerful SMS component that gives your VB6,VB.NET,C#,J# applications the capabilities to communicate, send and receive sms with GSM mobile phones or GSM/GPRS modems. This SMS OCX allows you to send and receive ANSI or Unicode text messages, send WAP Push SMS to mobile phone to download pictrues and ringtones, send USSD command to check your Balance. You can also dial or answer a voice call, send DTMF to remote side. This SMS component can read different device parameters, such as brand, IMEI, battery level, hardware/firmware revisions and network information. It supports several communication Interfaces such as serial port, infrared and Bluetooth. It also supports multi-protocols, such as AT command set, Nokia FBus and MBus. So you can use either cheap Nokia mobile phones or GSM/GPRS modems. Kylix SMS ActiveX component provides full range of features and characteristic, and most importantly, it’s easy to use, which make itself the best SMS component for developing any types of SMS software and mobile phone based applications. Supports VB6,VB.NET,C#,J# and other langguages that supports ActiveX. Continue reading…
WMI or windows management instrumentation from microsoft is windows based management implementation for accessing management information in an enterprise environment. With This we can accessing any informastion about system on computer , such hardisk ( partition, size, cylinders, etc), Service which running on the system, Proscessor, VGA detail, memory an much more. even we can reterieve that information from another computer on a network such as like a remote machine. This wmi comes with microsoft windows 2000, xp, and later version automaticly comes with WMI function. for previous windows 2000 such win 98 or ME, you can add this function by download via microsoft site.
This is a good complete gym application management system with c#.net source code. The application can be use to manage gym business, the software has module like membership management, plan / course management, instructor management, equipment and transaction management. The system also include a nice reports and history manager module. Download now and give a try!
Customizable CD/DVD/Etc Collection Database Program (VB6 Source Code)
This is a customizable CD/DVD/etc collection database program. Use it to document your collection of CD’d, DVD’s, or other collection you might have. Uses a simple flat file to store the data.
Windows Image Acquisition or WIA using Visual Basic 6 (with VB6 Source Code)
On prevoius post we the topic abount WIA on Net, in this post the project will talk about windows image acquisition on VB.6.0. Same as like on Net, on vb 6.0 we must register active-x wiaaut.ddl from microsoft into system32 on windows root ( this file include on sampe project, you can download via link on below post). Continue reading…
Java – Add, Edit, Delete, Search in Java JDBC using MS Access Database
JDBC Address Book Version 1.0. Hello everyone this is my first time to share my code in Java JDBC (Java Database Connectivity) a database application which I called Address Book version 1.0. This program is very simple it have the functions to add, edit, search and delete a record in the database. What is good about this code Im using MS Access as my back end where I save my data. This code is very good for beginners in database programming using Java. Continue reading…
The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.
The idea is pretty simple:
You can strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array
The Library also has support for import/export data from differents storages like Excel, Access, SqlServer, etc.