Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #159791
C# NT SERVICE (FOR HANDLING FILES)

TWINXBASE NT FILE SERVICE (written in C#) ----------------------------------------- UPDATED : 8 sept 2002 Added new Class for Sending Mails by the service This service scans in a directory (C:\FILESERVICE\INBOX) by using FileWatcher component (.NET) (not realy scans.. check for created files) when a file arrives , then the service will check the extension of the file , if the file has the extension .DBX then it will read the contents of the file and communicate with the database (C:\FILESERVICE\DB\MyDB.mdb) and insert / update / delete the records in the database -table. Then the file will be moved to the subdirectory \BACKUP. NEW : When file has extension .MAIL then the file will readed en sended By SMTP server (IIS must be installed and running) When an error occured the error will be logged in the EventLog. If an other FILE arrives in the inbox , not an DBX or MAIL file it will move it to the subdir \UNKNOWN. So if you look at the code, you can easy make the service to use with other kind of files. You can make an application (class) that handle those files. So when you share the C:\FILESERVICE\Inbox for FTP , the service will handle the incoming files... Read README.TXT included in the Zip file for more information!

4_2005-2006 #149731
Check if dynamic array dimensioned already

Tells if a dynamic array has been dimensioned or not. Lu

4_2005-2006 #152508
Should I learn C before C++? Isn't C better because it has less overhead?

Offers advice on whether you must know C before C++ and whether C is preferable over C++ because of overhead.

4_2005-2006 #153544
System Tray Class (Very Easy To Use)

This class I developed makes it very easy to put/delete/modify icons in the system tray. You can also get mouse notifications from the system tray. Once again, NO MFC!

4_2005-2006 #152507
Character to integer

converts a char that is 0-9 and returns that value back into an integer. If the char isn't numeric, 0 is returned and an error is displayed.

4_2005-2006 #149732
Copy a database table

How to copy a database table. This may require some tweaking.... "Bill Pearson"

4_2005-2006 #151145
Make Transparent Forms by a Forms Picture

This will make a Form Transparent according to a Pixel of it's Picture. Be patient with me as I am learning how to code in C++. This code was ported from a project in VB by Chris Yates. However VB is horribly slow so I thought I'd make a Dll in C++ that did the same. Here's the result

4_2005-2006 #149958
Binary Clock

This program is simply a little clock I made in my sp[are time. The clock consists of 28 pictures that alternate between an on and off state to tell the time in binary

4_2005-2006 #154598
Doubly Linked List Template

Template for a doubly linked-list data structure, can be used also for queues and stacks.

4_2005-2006 #154584
Tic-Tac-Toe

A simple improvement on Shariq Haseeb's award winner tic-tac-toe game. Removed some code redundencies, simplified the control process, etc. This code is dedicated to Shariq Haseeb.

4_2005-2006 #160979
Data-Lock 2.0 - Fully Documented - Crypto Algorithm

Fully documented!!! I have written the entire algorithm - probably unbreakable by 90% of general computer users - but, it still can be cracked... There are about 700 lines of code to show you many different aspects of Delphi programming.. check it out!! If you like it, please VOTE.

4_2005-2006 #154624
Geting the CPU usage on Windows NT/2000

This code will allow you to get the CPU usage on Windows NT/2000. More detailed description available - here

4_2005-2006 #154583
Bubble Sort

The purpose of this code is to show novice programmers the simple and classic sorting method of Bubble Sort. The code is in C/C++ and should be compilied in DJGPP. The code includes the Bubble Sort Algorithm in action.

4_2005-2006 #150176
A Flight Simulator - direct X, real flying! COOL !!!

This is a flight simulator game made with direct X, its great, this can teach you to use directX in an easy way. You have GOT to check this out. Soon i'll have this ready for selling to the public! Check out this cool code, and vote for me! If you need help, just email me! Visit my Artificial intelligence and C++ channel at: #fuzzylogic on Dalnet

4_2005-2006 #160961
Form_Unload - Add this event to your form :)

Add the Form_Unload to your form . This code is very hard to find. Great for newbies. Vote pls.

4_2005-2006 #153630
Titanic

Watch Out!! Here comes TITANIC on ur pc.This program created using c++ has animation as well as sound effects of the ALL TIME SHIP TITANIC!!!!!! PLEASE RATE IT.

4_2005-2006 #152506
Common C++ Pitfalls

Discusses some of the easy to fall into C++ pitfalls and ways to avoid them.

4_2005-2006 #149733
ACCESS BACKUP ROUTINE

A short routine that backups the tables from an open Access database George Kinney

4_2005-2006 #149734
DecToBin

Converting numbers to binary algie@tcp.co.uk (Alan Davis)

4_2005-2006 #164023
alarm clock

This is my first complete VB .NET program. It lets you set a time for an alarm to go off. You can even save a preset of the alarm time and minimize the program to the tray to let it run in the background. Most of it is pretty simple. I took the time to comment it all, so please take advantage of it! If you have any questions or comments go ahead and e-mail me at haawk@rogers.com with something relavent to this project in the subject.

Languages
Top Categories
Global Discovery