Advertisement

Results for "Category: Miscellaneous"

C_Volume2 #74791
How to Search a Grid of Characters to Find a Specific Word (Like in Boggle)

This code demonstrates how to search a grid of characters for a given word. Similar to the game Boggle.

C_Volume2 #74809
Scrolling Text

--JUST UPDATED - VER 1.1-- Extremely powerful text scrolling engine, supports: 1) Different fonts (sizes, colors, styles (bold, italic, underline) 2) Custom images 3) Different alignments (left, center, right) 4) Shadows (for text) with differnet colors, lengths, and directions 5) Custom scrolling speed very smooth scrolling, no flicker (via BitBlt) and all in an easy-to-use, and fully commented, class module

C_Volume2 #74821
Combo Boxes For Menus

This code shows you how to use combo boxes as a menu if you don't want to use the normal menus. Looks good. Get the latest version of all my code at www.gpa.2ya.com

C_Volume2 #74828
Collision Detection using the Point method.

The Point method is used in this example to detect collisions of objects within the screen boundries. An interesting alternative to setting X, Y coordinates for objects. You need DX7 (or higher) installed. Happy New Year!

C_Volume2 #74833
Handler

The ultimate window handler, this can Hide\Show\Minimize\Maximize\Restore\Close\Flash\Focus\Enable\Disable\Ontop\Not Ontop\Set Height and Width, Top\Left And set window text!!! Vote if you like this code!!!

C_Volume2 #74841
Working With Resource File -(.res)

Working With Resource File "Fast Tutorial & good sourse".

C_Volume2 #74853
Viewing the contents of a ZIP file, sans an OCX

This is largely based on the code authored by Richard Southey, but it works w/o the OCX he used.

C_Volume2 #74871
aDynamicControls

The Purpose of this Example is to Understand the Various ways to Dynamically Add Controls into your Project. With each of the new controls, it may or may not have events due to how it is set up. The Example will use WithEvents, Class Event(subclassing),and VBControlExtender. If you like the coding, Please Vote! The more vote, the more coding I can write. Thank You

C_Volume2 #74891
Form closing effects

It shrings any form to nothing before closing, move it out of screen etc, 16 different options. Is it better then similar ? Yes it shrings any form regardles to its border style. Worth to see it !

C_Volume2 #74902
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

C_Volume2 #74905
A Custom Animated TrayIcon

This small code creates a custom animated icon in your taskbar. You can put your own images in the imagelist, create your own popup menu when rightclicking on the icon. Use this code and build your own application around it!

C_Volume2 #74918
Smooth scrolling marquee text (without API)

With this code you can scroll text smoothly in any direction without needing any API calls. All you need is a PictureBox control, a Label control, and a timer. The code is fully commented and has examples for scrolling in the four main directions.

C_Volume2 #74919
a!!!!!hide program in program menu c+a+d

hides program in crtl-alt-menu one line of code

C_Volume2 #74925
Run Crystal Reports within VB6 with Record Selecti

THis short piece of code illustrates how to imbed Crystal Reports into VB. While simple, it does not seem to be documented well anywhere.

C_Volume2 #74939
EasyEmail

This program was made to make email accounts very fast. You have the option of choosing from 176 domains to make [email protected]. All you have to input is a username, pw, and another email that they can send you your forgotten pw. Please comment. I used dssock32.ocx for the winsock to make this.

C_Volume2 #74948
Currency to text Conversion

Converts the Currency to Text. For Ex: 100.90 is converted as one hundred dollars and ninety cents only.

C_Volume2 #74950
Sending Email to multiple recipients using MAPI

It seems that a lot of people are having problems sending Email from VB to multiple people. Here's a procedure that should fix that.

C_Volume2 #74955
A Winamp Module like no other

I was looking for a winamp code that went beyong the normal play, pause, and stop functions. When I couldn't find it, i made it myself. This is the best winamp module on planetsourcecode, it does more than just play and stop, it can get song length, get song position, set the song position, get the status of winamp, allows you to do just about everything winamp can do. You don't want to miss this code if your looking for code to work with winamp, for plugins or for anything. It's extremely easy to use too, even novice programmers will be able to understand.

C_Volume2 #74961
Register Winsck.ocx & Inet.ocx - Files included!

This code will Install MSWinsock.ocx (Winsock) and MSINet.ocx (Internet Controls) and remove the crappy message about needing a license when adding the control(s) to the form! All done by a BatchFile. You do nothing but click on the batchfile!!! Its that easy! If you have had ANY ERRORS with these controls, or dont even have them, this well fix... DOWNLOAD NOW! Internet programmers MUST!

C_Volume2 #74974
A Good ListBox Seach function

This code searches a listbox for a given string, and returns the the ListIndex of the Item that matches the given string.

Languages
Top Categories
Global Discovery