Results for "Volume: 2002ASP"
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.
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.
Remove some of the menus in Start Menu and add your name beside the clock, etc.
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 =)
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.
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
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.
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.
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!
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:
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
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.
EnumWindow can list the handle of every open window on your system. Here is an application demonstating the same.
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
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.
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.
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!!
Creates a file association with as may commands as you like ie Open , Edit etc. Also sets default icon of file type.
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
Easy programed space game