Advertisement

Results for "Volume: 2002C"

2002C #9334
Extract images from a VB project files

You just downloaded a VB project from the 'net. But the author "forgot" to include the image files (bmp, ico, gif, etc) he/she used in the project in the zip file. Do not panic anymore! Use this utility (complete with source), to extract these images from the frx, dox and ctx (the binary support) files. You still need the frm, dob and ctl files. (For pgx and other ones, just make the neccessary adjustments in the code.) It is a complete project for VB6 (SP3), executable is included.

2002C #9871
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

2002C #9928
Customize Start Menu

Remove some of the menus in Start Menu and add your name beside the clock, etc.

2002C #9594
Hook Menu

This dynamically creates menus on your form with API. Then subclasses it to see if you clicked it. It also demonstrates how to create a sub-submenu. This example was requested by a couple of people, so I made it. Enjoy =)

2002C #10162
Calculator program that adds times together

My program/code will add between 2 and 4 times together at a time. For example, it could add 3:25 plus 4:28. It took a while to make and correct.

2002C #8906
LogicalSize

Resize and Center an image control(maintaining image proportion)(remember to load an image) inside a picturebox control. This code rescales and centers the image to a size small enough to fit inside any give picture box. Good for thumbnails. I don't know if this code is bug proof... Let me know what you think ,Thanks

2002C #9006
Dynamic Menu Control (Updated)

This control, when placed on a form, will allow you to dynamically create menus at runtime. I have included the code for the OCX and a simple test harness.

2002C #10163
Open explorer with email or web page from program

This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email box so users can go to your web page or email you from your program.

2002C #10160
Image Transition Effects (Wipes)

Wipes is an image transition program allowing you to use various transition effects like Wipes, Slides, Stretches, Grow from Corner, Random blocks, Stripes, Blinds, Maze etc. You can individually load the pictures and apply the effects, or set an directory and then allow Wipes to apply its preset sequence of transition(some customization is possible here). Or you can write you own scripts to customize the pictures, effects, time delays, background sound and whether the animation and sound should loop! PLEASE READ THE "README.TXT" FILE BEFORE USE. Enjoy!

2002C #10176
Close All MDI Children Simply

This code allows you to close all the MDI child forms in an MDI form at once. Goto http://www.vbgreatone.com/ to learn like you've never learned before. Get over 500 api functions with example for each, and tips like this and, much much more. Just visit it, i'm sure you will like it. First, create a menu item in the MDI form name mnuCloseAll, then paste in this code:

2002C #10116
Aprostrophe 'The Rebirth'

Have you ever try so send a SQL String to a database that has apostrophes ? If YES you will get a run time ERROR Here is your solution....A function that formats the variable before sending it to the database

2002C #10177
The Use of Transparent GIF in your projects.

When you have imported a selfmade bitmap into you project (for example with a grey background) it looks great when the backcolor from the form is also grey. But when you change the form color with windows settings the formcolor changes but not the back ground of your picture. Follow the steps below how to get ridoff this problem. 1: First Download the zip that comes with this explaning text. 2: Unzip it. When you are done start the programm. 3: Open Paint en select for a backgroundcolor the cyan color. 4: Draw your picture (dont use the background color) 5: select your picture and copy it to the clipboard. 6: Go to the Microsoft Animated Gif Editor and press the paste button. You will see that your picture is imported in the first frame. 7: Select the Image Tab 8: Klick on the transparantcy Checkbox and then on the littele colorbox below 9: Select the same background color you have used in paint (the cyan color)and press the OK button 10: Press the savebutton and save your picture 11: now open visual basic and start a Basic Program. 12: Put an Image control on your form. 13: Now select the Picture propperty and search for your safed gif you have made in the steps before. 14: When you have opend your picture you will see that the ugly cyan backgroundcolor has become transparent and the is has become the color from the active form.

2002C #8856
Getting list of handles using EnumWindows function

EnumWindow can list the handle of every open window on your system. Here is an application demonstating the same.

2002C #10178
A1 code 4 your prog 2 go into the start menu @ run

This short code enables you to make your application insert itself into the user's Startup menu, if it's not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000

2002C #9413
SortFiles

Given a pathname, the class in this program returns a sorted list of directories or filenames in a string array, without the use of the drivelistbox, dirlistbox, or filelistbox controls. This program illustrates several important programming concepts, including quicksort, passing arrays to and from procedures, and handling undimensioned arrays. In addition, it's very easy to use.

2002C #9062
Image Resizing

To automatically resize an image control in a frame control to view at an acceptable size. The full image is on screen even if the image is bigger than the screen.

2002C #9773
A Graphical Virtual Keyboard

Virtual Keyboard. Looks exactally like a keyboard with all the right keys in their respective places. When you press a key on your regular keyboard, the corresponding key on the virtual keyboard lights up. Includes all keys, even start menu key and option menu key!!

2002C #9445
Create File Association with Icon

Creates a file association with as may commands as you like ie Open , Edit etc. Also sets default icon of file type.

2002C #9995
Cabral IRC Client: open source

An irc client with source code to connect to any IRC server on the net. This is a project that is open to the public and can be modified. For more information visit: http://darkimages.cjb.net

2002C #10446
SpaceFighter

Easy programed space game

Languages
Top Categories
Global Discovery