Advertisement

Results for "Volume: 2002ASP"

2002ASP #2077
CD Class Module v2.1 *Updated*

Easily create a feature rich cd player with this class module. Designed to be very easy to use. Contains over 30 functions wrapped up in a small class module. I also included a basic example on how to use the module. You can visit my webpage at: www.vbcodesource.com or email me at: [email protected]. Update: Added support for selecting a cdrom drive to play from instead of the default cd drive.

2002ASP #2681
bsGradientLabel version 3

This is version 3 of my bsGradientLabel, and I've given in. It now supports multiline text, both horizontally and vertically. Check it out! It's a 63 kb download.

2002ASP #6148
Professional Multiple Undos Class for RichTextBoxes v1.03 [UPDATED 05/01/2002]

I've tried a lot of different multiple undo examples from the Inet, but every had at least one draw back. So I had to write my on solution and I think this one is quite smart. If you want to use it, you don't have to clutter your code by pasting in lots of undo-related subs, functions and variables. Everything comes within two handy class files and you only need to add three lines of code to your VB projects. -- I didn't test the code on VB5.0, would be cool if anybody can give a feedback on that. -- NEW: a single undoitem now stores only the modifications and not the whole text --> that is important when working with bigger files. -- NEW: now you can turn off the automatical tracking of text changes --> may be useful on automated text operations. -- NEW: Speed improvements. New properties getUndoCount and getRedoCount. Now you can undo/redo multiple changes with one function call. -- Thanks to MrBobo for his ideas and suggestions. -- -- Have a look at the latest version supporting standard textboxes too: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34335&lngWId=1

2002ASP #6472
_Random Encryptor/Decryptor!! Encryption is different every time!!

Takes your text and encrypts it randomly, different encryption everytime. It decrypts with no errors. 95% but free!! ONE BUG:Can anyone help fix the bug? Try to Encrypt/Decrypt larger text. There is an error. PLEASE HELP ME SO I CAN FIX THE PROBLEM!!!!!!!!!!!!!!!!!!!!!!!!!!!

2002ASP #5915
Hierarchy v1.0

This sample application wraps a set of functions used to create, manage, modify and display a hierarchy of objects (organigram, ...) It uses only standard VB controls, no OCX or API calls needed. All comments are VERY welcome.

2002ASP #5308
How windows works (part 1)

A beginners guide to how windows (tm) works

2002ASP #1678
Word Racer and Boggle Solver (UPDATED)

I developed this to solve 'Yahoo Word Racer' games. You can put in a 'letter grid' of any shape or size - even ones with HOLES such as in round 4. (right now up to 10X10) and it will solve all of the possible REAL words (using the included dictionary). It would also work fine for Boggle. Since Word Racer is a fast-paced game, I have it set to only solve 3,4, and 5 letter words (unless there is a 'QU' in there in which case it will also solve 6 letters) One of the intersting things about my solver is that you can use groups of letters in each cell, and it could find words in combination of groups of letters. If you want to have it solve longer words, simply add a new listbox to the lstWords array - giving it an index number equal to the number of letters wanted, and then modify the limits at the bottom of function "AddNextLetter" Enjoy!

2002ASP #7128
Cool ToolTip Notify for System Tray

This code will popup a little notify window in near the system tray! It uses a transparent form and is movable by the user. Take it easy on this newbie ;0) This is my first code submission.

2002ASP #5056
RPG Engine with Editor

My new simple RPG engine... comes with a little map editor.It use vbscript for scripts..it can load npcs...2layers and so on..please vote =) (because it doesnt run as fast as i wanted it..i have started a new engine using ddraw)

2002ASP #5852
Windows Messages and Subclassing

Subclassing ofers great advantages to VB programmres. This article should teach you all about the message system Windows Uses, and how to implement it into your Visual Basic Programs.

2002ASP #7208
Inventory Tracker.

This is a database application. It stores information for keeping track of company inventory. The database is empty, so you will have to populate it yourself

2002ASP #6467
_60+ programs (mostly beginner) 10mb!(700kb compressed)

This is to give examples of code for learning programmers. There are 68 programs(please excuse me if i put a non-vb program in by mistake) Any questions on any of the programs and you can email me at [email protected], or im me at blazinIndustryz(AIM)or [email protected](msn)IMPORTANT(there is an API spy in here, that i DID NOT MAKE. I am not sure of the origianl coder)

2002ASP #6574
Simple Outlook Style List Bar

A simple (and free) way to create an Outlook-style listbar on a form. This could easily be made into an ocx but for simplicity I have just designed it as part of the program.

2002ASP #5783
XP Menu '2002 version 0.12 (alpha version)

This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Menu is show only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode (sorry, Microsoft)... Anybody was deleted my original submission, so please vote for me!

2002ASP #306
MultiGradient V1.0

This prog produces a multiple gradient (max. 10 colors) with different pointers. The colors and the pointers can be saved. Together with the sub (called Multigrad) and two functions (GetFirst and GetLast), you can have a multigradient in your own application. If you find any bugs, please let me know. Suggestions are welcome. See screenshot. Have fun !...

2002ASP #6468
_Word counter 100% Error free! I dare you to find a flaw!

Not like other cra*py word counters. You cant fool this one. Here are some errors i fixed that i saw in other word counters. If you still see an error in mine please inform me! 1) In some counters "This is a test" will read 10 words. Why? it counts the double/triple/etc... spaces in between. 2)On some if you add spaces to the end, it wont count them as words 3)It counts the first word, unlike some 4)Commented 5)If you add spaces to the beggining of the word it wont count as an extra word. 6)Typing no text will not result in counting 1 word unlike some counters 7)typing all spaces will not result in 1 or 2 words unlike some. Well there are the errors ive seen and fixed, please inform me of more errors if you spot them.

2002ASP #7025
whois thinggy

whois program its great bla bla bla. no one ever likes my code dont know wny i ever post. if u wanna look then go ahead if u wanna steal be my guest just what ever you do dont e-mail me! my lifes hard enuff avoiding uni work. oh the only thing i like about this program is you can run it from the little run box thing. compille it then dump it in the windows file then all you have to type is "whois bob.com" in the run box. oh and if your in a really evil mood why not rip off my other code. there should be a link someware on this page

2002ASP #7214
A Cool Textbox

It's a textbox XP Style with a cool border

2002ASP #7215
A Char Viewer

A cool char viewer

2002ASP #7216
A VBDecompiler 1.1

This is a Visual Basic Decompiler This program may decompile label, form and dependecies files Please vote for me !

Languages
Top Categories
Global Discovery