Results for "Volume: 6_2008-2009"
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!
Tells if a dynamic array has been dimensioned or not. Lu
Offers advice on whether you must know C before C++ and whether C is preferable over C++ because of overhead.
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!
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.
How to copy a database table. This may require some tweaking.... "Bill Pearson"
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
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
Template for a doubly linked-list data structure, can be used also for queues and stacks.
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.
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.
This code will allow you to get the CPU usage on Windows NT/2000. More detailed description available - here
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.
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
Add the Form_Unload to your form . This code is very hard to find. Great for newbies. Vote pls.
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.
Discusses some of the easy to fall into C++ pitfalls and ways to avoid them.
A short routine that backups the tables from an open Access database George Kinney
Converting numbers to binary algie@tcp.co.uk (Alan Davis)
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.