Results for "Volume: 2002C"
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
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
Generic structure disk file manipulations. These functions form a basic template for reading and writing structures to a sequential file. This template is probably most useful for files with 500 or less records and eliminates the need for a more elaborate file handler such as C-Tree, DB-Vista, Mix etc. Routines to put data in the struct is out of scope here. Written by Lynn Nash 8/28/91 and donated to the public domain.
Last day of the month Calculates the last day of the month. "Jim Doherty"
This is an API spy which will display all kinds of info on a window and has a bunch of options for you to play around with. Take the time to leave feedback and give me a vote too if you can find the time. Enjoy! =)
Norts And Crosses ----------------- By: KuNT ICQ: 57591748 C/C++ It is a Win32 console Norts and Crosses game. This is a simple example for beginners. 1 Header file: iostrem.h shows: if statments Arrays while loop functions this is my first C/C++ code, so please vote high.
This is a very simple function i made to allow you to disable and re-enable Ctrl-Alt-Del. It's short code but works perfectly. =)
*UPDATED* Now uses a more recursive and less pattern oriented algorithm. Basically encrypts a text type file using a simple recursive character shift techinque. Pretty basic, but powerful.
NetworkRoutines:DisconnectNetworkDrive, MapNetworkDrive,GetUserName,GetUNCPath,etc. proactiv@ssnet.com (Kenneth L. Rosenberg)
.INI read/write routines mfncGetFromIni-- Reads from an *.INI file strFileName (full path & file name) mfncWriteIni--Writes to an *.INI file called strFileName (full path & file name) sitush@aol.com
StriStr--This function is an ANSI version of strstr() with case insensitivity.
The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')
Complete access to INI files through a simple class module, which works with VB4 16,32 and VB5. This class module allows you to read/write INI values, delete values, delete sections and query whole sections through a simple inteface.
MAXIMUM SECURITY (CDynamicEncrypt) Is really a simple class it inherits the CFile class of MFC and override Write, Read & Seek functions so that you can use them normally. but the data that is saved or read is encrypted and decrypted at the run-time, YOU DONT NEED TO ENCRYPT YOUR FILE AFTER YOU FINISHED ALL OF IT. YOU DONT NEED TO DECRYPT IT AT ALL IN ORDER TO READ IT. Thinks about it when saving sound and bitmaps of your product encrypted all the time and you use the normal classes you already use that utilizes the CFile class to read these encrypted files.
I've recently taken over a project from someone else, and I've been left with code that has few naming conventions and a lot of bugs. I often find myself stepping through code wanting to check the value of a field. Unfortunately, I don't know the field's name-it could be Name, UserName, NameUser, txtName, and so on. It's a real pain to stop the program, click on the control in question, press [F4], get the control name, start the program again, and return to the point in the code where I was before. Here's a handy trick to get the control name right away. by Jeff Brown; Jeff.Brown@piog.com; Pioneering Management Corporation
Visual Basic 5.0 allows you to use UserControls to create ActiveX controls in your projects. The following code snippet does two things: It gets a reference to the form in which a UserControl is placed, and it gets a reference to that control on the form. by David Mendlen
Encodes files with a password you choose and decodes them back if runned again with the same password. If you like this program, I would be glad if you rated it for me to know how many users like this program.
Suppose you have a listbox with some elements and want to drag&drop a selected one into a textbox. http://137.56.41.168:2080/VisualBasicSource/vbdraganddrop.txt