Advertisement

Results for "Volume: 2002VB"

2002VB #17797
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.

2002VB #25125
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

2002VB #25011
Lights Out

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

2002VB #17799
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.

2002VB #17790
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.

2002VB #24798
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.

2002VB #25121
diamond

this code will give u the ouput like a diamond shape

2002VB #17809
**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: [email protected]

2002VB #17546
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.

2002VB #25122
Fake File

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

2002VB #17810
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: [email protected])

2002VB #17804
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

2002VB #17805
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

2002VB #17806
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

2002VB #17807
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.

2002VB #25119
A Beginner's Guide to Pointers

An Example on the Usage of Pointers

2002VB #25772
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)

2002VB #24841
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.

2002VB #17812
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

2002VB #17803
game - 4000 A.D.

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

Languages
Top Categories
Global Discovery