Results for "Category: Custom Controls/ Forms/ Menus"
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.
Easy code for clone flat comboBox style office2K
Learn how to make ur own screen saver lookalike with this simple code!!!! please comment and vote!!!
This isnt the best example for using a tabstrip... but i felt i needed to submit something... i hope it helps someone out... email me with comments... and as always... VOTE!!!
this coding simply is for beginners and allows you to move your form without a titlebar, or with you own custom titlebar!!!
This small OCX (80 K) contains a implementation of the Date Time Picker (called DTPicker in VB6) and Month Calendar (called MonthView in VB6) controls of the Windows ComCtl32.dll in VB. It's especially useful for VB5 users or VB6 users not wanting to ship the whole MSComCtl2.ocx just because of the DTPicker or MonthView control. The interface is a little different from the one offered by MS. Now with an ready to use VB6 version !
This submission uses APIs from ComCtl32.dll to create a drag list box (a list box that enables the user to drag items from one position to another). It includes a class that will do all work for you (after having been initialized with three lines of code) and a sample showing how to do that. Please note: You'll have to register the file SSubTmr.dll included in order to make it work properly.