Advertisement

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

C_Volume2 #74454
ProgressBar and Slider

ProgressBar and Slider in one to the component. Different sorts of mapping. Handle of sorts of cursors. Certainly it is possible to make and better but me arranges. Excuse for mine English.

C_Volume2 #74511
Animated GIF - ALL CODE (revised)

Displays animated GIFs without any ocx or dll.

C_Volume2 #74512
Rotate WMF

This program lets you rotate a Windows Meta File inside a picture box.

C_Volume2 #74513
IsLoadedForm

Tells whether a form is loaded or not

C_Volume2 #74536
Ever wondered how to fill a region of a picture?

This cool little program demonstrates a basic painting program as well as the hard-to-find dll call for filling a region of a picture. To use the program, all you have to do is draw a line with the left mouse button, then click with the right mouse button to fill the clicked-on area with a random color. Also, as far as I know, this may be the only VB project on the net that has the 'ExtFloodFill' dll call, so make sure to grab it!

C_Volume2 #74537
Real-time fire without any palettes or pictures!

This incredible program shows how to create totally realistic fire without using any palettes to create the right color effects! A simple bit of mathematical color manipulation creates a perfectly colored fire effect more realistic and faster then palettes, making for real-time fire animation. The included .exe demonstrates the current max speed of this program, and it will BLOW YOU AWAY! This code is guaranteed to be the FASTEST, EASIEST, and MOST REALISTIC algorithm-generated fire project at this site. If you don't believe me, try it out! This is definitely the best artificial fire program that has ever been built in VB, so don't miss out on this awesome code!

C_Volume2 #74545
Custom Form Shape Template

Easy-to-use template for creating a non-rectangular form. So simple, even Homer Simpson could use it (if he had a computer).

C_Volume2 #74551
EASIEST way to have scrolling marquee text!

This is the EASIEST way to have scrolling marquee text in a label. 'No long useless code.

C_Volume2 #74552
How to Add Print Preview to VB (updated)

This code was originally coded using 16-bit Win API function calls and I switched to 32-bit... looks like I missed some in the first release. If you discover any OVERFLOW problems, it's because of this fact. I think I got them all. Anyway, here's the intro... It would be ideal to have a generic print routine that could print to the printer or to the screen depending on what you pass it. This project shows you how to create printing routines that can print to the printer or to a picture box. This enables you to add print preview capabilities to your Visual Basic applications. Since there are several ways that you could implement print preview in your applications, this project describes one method that is easy to do in Visual Basic and works well.

C_Volume2 #74553
A FireWork - Cool Graphic /easy code to understand

This Program will make colorful fireworks. The code is kinda short, but it looks so cool. I've included many directions/explanations that will help you change the input value.

C_Volume2 #74555
Read Only Grid

gridClass is a read-only grid comprised of text box arrays. I use it to display information from an Access database and it was developed after expriencing total frustration with the grid provided with VB6. It could be modified to be updatable and I may find time at a future date to do that.

C_Volume2 #74563
MDIChildMaker-Use ActiveX forms as MDI child forms

THE PROBLEM: VB allows regular forms to be instantiated from an ActiveX DLL...but does not allow MDI child forms to be instantiated from an ActiveX DLL! THE SOLUTION: MDIChildMaker! Now you can put your forms in a seperate ActiveX DLL and use them as MDI children forms in your main application's MDI form! NOTE: This is not a trivial example, but uses native VB subclassing techniques. This is one code solution EVERY VB programmer MUST have! Check out www.cyberbiz.com

C_Volume2 #74574
COwnMenu - Make Office-style picture menus

To create an "Office-style menu" (or owner-draw menu) you must register that menu item with Windows as MF_OWNERDRAW and then process the WM_MEASUREITEM and WM_DRAWITEM messages sent to the menu's parent window. The attached project file simplifies this process by encapsulating all menu drawing operations in a class called "COwnMenu" and hiding the details of working with Windows in a code module entitled "OMenu_h." With this mini-system in place, all you have to do to get owner-drawn menus in your program is call SetSubclass on the menu's owner form and RegisterMenu to set a menu item as owner drawn. The provided example project contains complete documentation.

C_Volume2 #74576
LoadImage() to Fit

It's a single function, without API's, that loads an image and puts it in a destination PictureBox. If the source image is bigger that the destination PictureBox, then it will resized to fit in (mantaining the ratio). In other words, the image loaded will nicely fit the destination, but will not be deformed. If the source is smaller, then it will remain that size... This function is an upgrade (in speed, error trapping and results) of Jason Monroe original post. Thanks Janson.

C_Volume2 #74596
Menu Hint 1.01

This Code Show The Menu Hint In The Status Bar. Is a Control For You. Please DownLoad IT!!! I Change Some BUGs. The Source Code Is Here. No DLL. No OCX. Vote ME!!. FULL SOURCE CODE!!!!. . Muestra el item del menu sobre la Status Bar. Votenmen!!! Viva Argentina!!! Le cambie algunas cositas. Cuando se sale del menu se limpia el status bar.

C_Volume2 #74603
SuperTree v1.0.7

Advanced Controls - SuperTree 1.0 NonStandard Tree based Data Browser, Customize your node look, and you can get really usefull non-standard hierarchical data browser.

C_Volume2 #74614
MultiButton Control

Hi. This a control that act as a command button, option button, checkbox, frame, menu and more by setting just a couple of properties. Let me know what you think. Paul

C_Volume2 #74627
Collapsable Toolbox Control (like in Macromedia MX products)

**UPDATED 7-31** Now you can... ->Customize the toggle button ->Add a custom Icon ->Set the Titlebar Back Color ->Set the Titlebox BackColor **END UPDATE** A toolbox that is collapsable (see the screenshot) its pretty self explanatory, you can collapse/expand it programatically by calling the Collapse or Expand method. This conrol acts as a container too! Please vote for me if you like this control, I will update it as necessary. Please leave ANY comments that you have, and feel free to email me!

C_Volume2 #74649
__**CUSTOM PROGRESS BAR**___

This is just like a standard progress bar except you can choose the color of the progressbar. You can specify and dynamically change the color of the progress bar at any time. Very easy to use, very small. NEW FEATURE*- Rounded Progress bar - give your progress bar a new look by making it rounded. To use feature, change the Shape property of the progressbar to 4. I tried to comment the best i can - but 1. I'm not a good commenter, and 2. The code is so simple its self-explanatory.

C_Volume2 #74661
CHAMELEON BUTTON 2.0.6 B - the best command button ever strikes back! (UPDATED, BRANCH)

THE GREAT CHAMELEON BUTTON STRIKES BACK!!! THIS TIME WITH LOADS OF NEW FEATURES ADDED! IT NOW HAS 13 DIFFERENT BUTTON STYLES, SUPPORTS PICTURES, FONT EFFECTS AND MUCH MORE! SEVERAL BUGS HAVE BEEN CORRECTED AND A LOT OF FIXES WERE DONE TO THE CODE. ONCE YOU TRY IT, YOU WILL NEVER WANT ANYTHING ELSE THAN THIS! ADD STYLE TO YOUR APPLICATIONS, ADD VALUE TO THEM, BUILD MARVELOUS USER INTERFACES AND IMPRESS THE USERS OF YOUR PROGRAM. HAVE FUN!!! UPDATE: Some bugs/flaws fixed in ver 2.0.5 & 2.0.6 JUNE 08, 2003 >> A BRANCHED VERSION HAS BEEN POSTED TO FIX SOME CRITICAL BUGS, THIS IS STILL FOR NO COMMERCIAL USE. MORE INFO AT http://gonchuki.8m.com

Languages
Top Categories
Global Discovery