Advertisement

Results for "Category: Custom Controls/ Forms/ Menus"

Java_Volume1 #94974
Autotype Combo Box

This code was taken from O'Neil. It searches a combo box as the user types. O'Neil's code was modified to use the SendMessage API to search the combo box, which made it much faster. This is very fast, even with thousands of records in the combo box. Thank you O'Neil for the idea, and the well commented code!

Java_Volume1 #94989
Place an Object in the Center of your Screen

This will take an object on a form, and place it in the center of the screen. Good for password protection programs that take up the whole screen, this will ensure that an object that you want in the middle of the screen, will remain there for any resolution.

Java_Volume1 #94993
Color Picker Example

Shows how to fill an Image Combo (part of Microsoft Common Controls) with each of the 16 standard colors to be used as a color picker such as in a word proccessor on the toolbar. All the images are created by code for ease of modification (As opposed to using 16 Bitmaps).

Java_Volume1 #94999
Icon Extractor

This code extracts icons from Dll's and Exe's. The code is so simple any VB newbie should be able to understand it.

Java_Volume1 #95000
Floating Menus

Gives you application the Windows 95 look of a floating menu. Right click any where on the form and the menu will appear.

Java_Volume1 #95008
move&resize

Resize and move controls during Runtime...very simple to understand

Java_Volume1 #95014
BACKGROUND GENERATOR(FIXED)

The background generator should now work. the *.frx files are now in the zip. The program will make bitmap images for either windows desktop background images or web page backgrounds. I got some code from other programs from PlanetSourceCode the rest is mine.

Java_Volume1 #95015
Highlighting Labels

Changes the backcolor of a control when the mouse move on and off of the control. Like the changing links you see on web pages. Good for trivia gaming code.

Java_Volume1 #95022
Balloon Pop

This is just a little game were you will have to pop the balloons when they pop up in the picture boxes. Demostrates how to use the timer controls.

Java_Volume1 #95024
Listview Listbox Combobox Textbox Print Save Load

This is yet another submission for printing, loading from the file and saving to the file from Listview, ListBox, ComboBox and all one Forms textboxes controls. There are couple changes for part of this code. Check the explanations, please.

Java_Volume1 #95030
Greedy Guts

A little game that I created, it is a little like who wants to be a millionaire. You got three life lines and if you get one wrong then you're finished. There are only 38 questions there, but hey it's just a demo. The source code is in a zip file along with the exe.

Java_Volume1 #95031
Using Transparent Images Example!

This example demonstrates what most people using Graphics in VB really needs, the use of Transparent Images in your programs that can overlap each other (using BitBlt), like GIF images do for example! This is the Ultimate Demonstration Program and it's REALLY easy to use. All the lines have been commented and turned into functions so you can easily use them in your programs. The program also shows how you can flip your images horizontal and vertical with just a mouse-click and includes a really fast code for creating masks (which you need when dealing with Transparent Images). This is a "must have" code not only for the beginners but also for EVERYONE using Visual Basic!

Java_Volume1 #95033
design

Creates a pretty neat geometric design!

Java_Volume1 #95035
Simple Spiral Graphics

This code is all in a simple module, making it fairly easy to draw a spiral at run time. I have commented most lines, but anybody with some understanding of trigonometry should be able to get it. Uses about 9 different input parameters to totally customize your program. I have tested this with VB 6 and 5, so no guarantees for the lower ones, but it should work 'coz all it is is maths. I have also included a nice testing app to show what types of spiral are possible ;) Please vote. Thanks!

Java_Volume1 #95038
Fade text control

Dev Fade is a control which can create faded text on your forms.

Java_Volume1 #95040
FormShape Editor and OCX

You can edit the shape of your forms using mouse or images. The OCX attached makes the effect visible in design and runtime mode.

Java_Volume1 #95051
Gradient module and sample code

Yes! A module that creates gradients! This BAS file will seperate a color into red, green, and blue with one sub, then create a gradient in another. This BAS allows horizontal, vertical, or circular gradients to be created for your VB projects easily! It also has a quality feature, if your gradient is particularly large. This BAS can write to any control that can be drawn on. No API! UPDATED!!! This code can now create a gradient in ANY SHAPE OR SIZE!!!!!!!!!!!! Also added in the update: Common Dialog boxes for color picking, click the from and to boxes showing the sample color to get a common dialog for the appropriate one. Also new, is the feature to save your gradient as a bitmap file!

Java_Volume1 #95069
Cheap Cool Button

Simulates a cool/flat button. Easy and simple. No API's or advanced codes. Could be used but coding is really newby-ish.

Java_Volume1 #95074
Time Textbox Control.ocx

This is a "Time Textbox". Kinda like the 'Windows > Control Panels > Date and Time' one... It has a separate input for hour, mins, am\pm. use the "up and down" arrows to chnage the time"..please try it out, and vote if ya like it. Provide some feedback too...

Java_Volume1 #95075
IsDirty

(Update 3/2/2000 I forgot to add the Enum To be used with the MyFormValuesOnLoad() Array But its in there now:) This code will aide in determining if Data has changed on a form. It serves many purposes. 1. To tell wether or not it is approriate to prompt user if they want to save changes they have made. 2. if the user wants to Reset or Undo changes they have made to a single text box, checkbox, or combobox Or all Controls at once(Works for control arrays as well).

Languages
Top Categories
Global Discovery