Results for "Category: Custom Controls/ Forms/ Menus"
Purpose: play an AVI file that is stored in a resource file using the standard (Microsoft Windows Common Controls-2 6.0) Animation Control. Credits:Mattias Sjögren (MCSE) - VB+ http://hem.spray.se/mattias.sjogren/ for the API code. For more AVI files visit http://pjs-inc.com/vb-avi
This is the easiest toggle buttons on PSC!!!
Allows you to create custom menus with icons and a bitmap down the left hand side as seen on some commercial products, The forms are dynamically created at runtime to cut down on memory.
Simplified NT Like Progress bars. No OCX overhead! Any colors you like can be used. I also wrote support for each bar in the Dual meter. I put them in my templates directory. Thanks to Jerrame Hertz for bits of code and concept!
Make a standard, ugly, Mscomctl toolbar control look flat, without extra OCX, and just one function call!
With this hoverbutton control you can make different styles of buttons. You can make flat buttons, semi-flat buttons (as in Corel software) and outlook bars. Also supports different pictures for mouseover effects, and positioning of the pictures!
A small sub for 3D Text on a Form or Picture box. You can define the depth of the Text, the color, the font and the fontsize.
Display real Office like icon menus. Source code based on Paul DiLascia's work from the Microsoft System Journal (Jan98); ported from VC++ to VB by me + some adaptation. visit www.dilascia.com **Features: Real Office like icon menus; Partial Win98 main menu effect in Win95 (need help for full effect if possible); Embossed pictures in color (thanks Paul); Uses the form's font (~and style attributes); Working "local" and "global" accelerators (&, Ctrl+?); Easy interfacing between ImageList and VB's Menu Editor; Take a look at the screen shot !
See my other submissions to get v1.3 Features: -Real Office and Visual Studio like icon menus -Disabled pictures in color (optional) -Uses the form's font (optional, +size, +color) -Working "local" and "global" shortcuts (&; Ctrl+?, etc.) -Easy interfacing between ImageList and VB's Menu Editor -Event on selection of menu items for context help -2 ways to display check marks and/or radio buttons -Full selection of item (bar) or text sel. (text color) -IE4 hover effect on main menu bar items -Tested in MDI environement -Subclass more than one form -Over 2000 lines (documented) to modify and play with -Most complete icon menu project ever seen in VB Based on Paul DiLascia's work from the Microsoft System Journal Ported from VC++ to VB by me + some adaptation. visit www.dilascia.com
Real Office and Visual Studio like icon menus New features : -White bug fixed -Pattern behind simple checks -Main menu bar repop bug fixed in W98 -RightToLeft property (still to be tested)
Hey people it's me agian. ;-) This littel program make it easy for you too make a shaped form. You just draw(with the mouse) on the form and click save, then the program saved the shape and writes a *.frm file for you to use in VB. It all so exports the picture you drawn so you can make it fansy in photoshop or something like that, and then use it as your bagground in your form. - TIPS - Now i made the sample bagground in photoshop, and i know you dont need to know how, but if i tell you. Then you can't say i did't tell you everthing! *hehe* To make the bagground . New picture (400 * 400 pixels) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click NEW CLANNEL click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> RENDER -> Lighting Effect Light type = spotligt Gloss = 59 Materiale = 69 exposure = -100 ambience = 47 texture channel = alfa1 height = 100 Now please give me a vote... just a small one(or bigger).. Yours CiX Remember its all about haveing fun ;-)
A Menu made by using Picturebox .
allows zoom on most picture formats including EMF, click on picture to zoom in / out Modifiy ZoomFactor and ScrollFactor to increase or decrease zooming and scrolling speed Included a fairly large embedded bitmap as example (a must see) VB5 (SP3)
Make Your Form Look Coool When You Close It Very Nice And Easy Code Wait you After Download this Code ,Go Head Download code Give Me Commant With Vote !!!
Hi Make 3d Text In Your Form With Small line Of Code 'Give Me Your vote !!!!!
Hi Again With Small Number Of Line You Can Now Make Your Form Look Very Nice And Magic With Fader Color Inside it , Download My Project And Give Me Your Vote !!!!
Shows a good way to make a form a child of another form without the jumpyness of using just SetParent alone.
That code was created by Brad Martinez from http://www.mvps.org (Copyright © 1997-1999) i just compiled it to VB6 Sp4 and made a little adjustment. This code use a listview to simulate a control with a treeview and listview like this one we see on Kazaa or Morpheus. Enjoy.
If you've ever tried to use the standard Toolbar customise feature then you will know it doesn't work. This is a documented bug - visit MS and do a search. They offer some solutions, but these only partially rectify the problems. The problems involve an inabilty to reliably save the configuration of the Toolbar and a failure to display unused items in the left hand selection Listview. My fix Scrap the feature entirely - uncheck AllowCustimize checkbox in properties Replace the dialog with a clone form Power the function with a simple class
BAS module that allows you to print PostNet (aka 3 of 5) barcodes used by the US Postal Service. Can output to printer or screen (i.e. form, picturebox, etc.) No DLL/OCX/TTF used. All code.