Advertisement

Results for "Volume: 2002C"

2002C #9193
A function that encrypts/decrypts.

2 functions 1 that encrypts a passed variable(string) and the other decrypts the data(path of file) Mainly used for a single password. The code encrypts each character with a simple formula, the more characters the better the encryption. The limit on the password length is 50 characters.

2002C #16521
ABC Payroll

This program is to get a salesmans commision pay and all that good stuff you will learn a lot from this example. This is a project i had to do with school so plz dont judge it to harshley

2002C #16407
Lights Out

A fun computer version of the "Lights Out" handheld game

2002C #9195
Text Box Auto Fill

This simple code allows to make an auto-filled textbox (like an adress box in IE). This example uses an DataEnvironment connection, but it can be easy used in any other cases.

2002C #9186
Build a Stateless Class

The example shows how to create a "Stateless" Class. By sending and receiving UDT's and disconnected recordsets you will find a significant increase in speed with your objects in a 3 tiered application. If you use collections, each time you get/set a property you make a network call. This method reduces network traffic.

2002C #16194
MP3 Player

Create your own mp3 player. Provides basic functionality, plus dynamic playlist management. The code uses custom toolbars as player buttons (including tooltips), and MCI library strings to operate the player. A second window with a child listbox is designed to add to and delete from a playlist. The playlist is managed as a linked list during the session, and stored in a file upon exit, so it can be loaded at next start-up.

2002C #16517
diamond

this code will give u the ouput like a diamond shape

2002C #9205
**FIXED CD TRAY OPENER & CLOSER

This one's a fixed version of the last one. Thanks to the help of others, i've included the CLOSE function... This is a ZIPPED version as well, so it comes with the EXE version and the source code! I still need help on figuring out how to control multiple CD drives....so if you can, help US. E-Mail me: vale-of-tranquility@Juno.com

2002C #8942
Get GUID string

Generates Global Unique ID - when you want to create an identifier which will never repeat all over the word , you will find this usefull.

2002C #16518
Fake File

Create a file of any type, filled with x bytes. (x = user specified). Exercises file I/O.

2002C #9206
Animation Caption.

Quick and Easy! without API. Only a few lines of code. You can scroll your Application's titles and form's caption. I hope you enjoy. G.B.R.Nilantha Athurupana. Wattarama,Imbulgasdeniya,Sri Lanka.(94-03744479, E-Mail: crysbro@cga.lk)

2002C #9200
Get Command Line Parms

This Will Return The Command Line Options That Your Program Was Run With EX if a person used a command line to run yourapp.exe /option then mycommandline would return /option PLUS IT'S ONLY 1 Line Of Code

2002C #9201
Always On Top

Keeps Your Form On Top This Is Really Kewl Because You Can Just Use A false attribuite to set it as not on top instead of using 2 functions

2002C #9202
A Key Logger

It Logs Your Key Presses Place This Code In A Timer On Interval Less Then 20 The Faster It Is The better But It Consumes More System Rescources

2002C #9203
Color RGB from a Long Using "Point" method

After using the POINT method the computer returns a long value like 16711680 but with this function it will return the color in the RGB(R,G,B) format.

2002C #16515
A Beginner's Guide to Pointers

An Example on the Usage of Pointers

2002C #17168
RDS Like connection on a ASP Page with a Combo Box

This is not real RDS but a simulation (Like Access's Not_In_List event). This functions gives the user the ability to 1) Add a new Value into a Database table and 2) update and select the value in the combobox WITHOUT REFRESHING the page from the server. I found this to be a life saver with large ASP pages with comboboxes on them that need to be dinamicaly filled. (You don't have to worry about the controls on the pages)

2002C #16237
Hash Table Accumulator

When you ::Store() keys + values to this class, it first checks to see if the key exists, if so, the value that exists is incremented by the inbound value, otherwise a new key and association is created. ** The class uses mfc's hash table classes behind the scenes. Execution is very fast.

2002C #9208
Convert TimeStamp To String

Converts the timestamp data type of SQL server into a string that is then suitable for use in a where clause

2002C #9199
game - 4000 A.D.

A turn-based strategy game of galactic exploration and conquest.

Languages
Top Categories
Global Discovery