Advertisement

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

7_2009-2012 #220664
Back to simplicity: Floating CommandButtons

A lame little "3D" effect with a shape and a command button. makes it look like the button is floating above the form.. the contained code shows how to further that effect by moving the button..

7_2009-2012 #220684
Make a dropdown bigger than its combobox **Simple**

The only code I could find for this used tons of api and was a bit difficult (at least for me) this code is only 3 lines and works well.It lets you save room on your form by making your dropdown bigger than its combobox. My use for this was as a state field on a form. The box showed the two letter abbreviation for each state, but if you dropped down the box it showed the full state name. I'm sure you will find your own uses for this

7_2009-2012 #220699
Self updaing transparent / translucent form

Self updaing transparent / translucent form. It's cthru! (Expanded on Kevin Tupper's and BoS's work.)

7_2009-2012 #220711
Using Collections in VB

Explains the basics of using collections in Visual Basic. These are a very powerful and often unused feature of VB.

7_2009-2012 #220717
Outlook-Style Splitter Form

This form can be used as a template for creating dynamic "Outlook" style forms in VB. Each frame resizes independently...and best of all, NO OCX!

7_2009-2012 #220718
AlphaBar OCX - Easy sorting of lists using intuitive alphabet control.

Very basic example of creating a user control. This one has actually turned out to be useful in an application I wrote. I kept the features to a minimum in this one so that it would be easier to see how it works.

7_2009-2012 #220728
Edit Flex-Grid in place.

Amazingly easy method for editing flex-grids in place. This is an example that I created to help someone out who needed to edit a flex-grid in place and didn't want to get a third party grid. It is a good starting point for a custom grid control. Good, bad or ugly, comments are always welcome. M@

7_2009-2012 #220759
Space Images in Background

Evenly spaces an image as many times as will fit on a form

7_2009-2012 #220760
Multimedia Rollover Menu

This code shows how to create a multimedia type rollover menu that changes text and graphics on the form. This uses a rect function to recognize the rollover hotspots. (A MUST SEE)

7_2009-2012 #220761
Hotspots and Custom Buttons

Hotspots part1. (Basic Hotspots) This program will show new users of Visual Basic how to create hotspots and custom buttons using the image control. See how variable arrays can be used to switch graphics on a single image control. See how you can use control arrays with different graphics. Use a shape control to identify the screen location for your hotspots. You will see how to make custom buttons using graphics and the image control. And finally, you will see the underlying thought process on how an "Interactive Multimedia" program is built in VB. As always, your comments and votes keep these examples coming. Please take a minute to tell me what you think.

7_2009-2012 #220772
Take a screenshot (BitBlt and DC's)

My code here will allow you take a screen shot of the entire screen.

7_2009-2012 #220783
Slider

It's a cool slider

7_2009-2012 #220800
Bars on MSFlexGrid

This code shows the basis to manage a drag&drop bars on an MSFlexGrid. This easy source code lets you make the necesary changes to work in companion with my hierarcical msflexgrid. You can make the changs to work the bars to make it vertical. Add pictures,text (anything!) on the bars. Very easy code!

7_2009-2012 #220801
Grid Hierarcical

Source code of a Control, subclassing the MSFlexGrid, to create a Hierarcical Grid (like Treeview). But, as in a MSFlexGrid, you can set individual fonts, colors, even pictures on any cell.

7_2009-2012 #220811
A Simple Splitter

This will show you how to make a quick little splitter for an mdi form using only a picture box and an image control.You can set limits for the minimum and maximum widths. I also use a stopflicker routine for a smooth transition at the minimum and maximum widths. This is not one of the best ways of doing this but it is quick and it does work

7_2009-2012 #220816
Extended windowless frame control

A nice non-container Frame-Control. Note that there is no window-handle for this control. So it saves your system resources Features : - Styles Raised, Sunken, Etched, Inset etc. - BackStyle (Solid/Transparent) - BackColor - BorderColor Ejoy. Votes are welcome.

7_2009-2012 #220826
Animated Gif in VB6

Create a smooth animated gif pic inside your Visual Basic application. Works very well with a minimum of code. Enjoy! Please leave me some feed back.

7_2009-2012 #220827
Registration form for your CGI via POST/GET method

Connect to your www script and fill out the form on your site using GET or POST method.. It's currently set-up to connect to FormMail.cgi script, by Math Wrigth. (script included) which will then email you the information. Don't forget to change the recipient email address (put your email in).

7_2009-2012 #220829
Quality Color Picker v1.000.0

Select color value either in RGB, HEX or LONG. Very easy to include in your own project.

7_2009-2012 #220840
StartMenu

This is an enhanced Start menu from the BoS project. I pulled out the explorer functionality and made it standalone. New features include: more natural response to mouse rollover, you can set the font, font size and height of the items, the menu gets the real text width and height at runtime so it can adapt to any font, font size or style. Item spacing can be adjusted by adjusting picItem(0) text and icons are centered vertically at run time. Must See. Thanks to Brian for his COOL BoS. I feel this functionality with its enhancements can be really useful in your projects.

Languages
Top Categories
Global Discovery