Advertisement

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

1_2002 #105887
Hover Button

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!

1_2002 #105899
Write 3D Text on Form/Picture

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.

1_2002 #105929
CoolMenu (real icon menus)

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 !

1_2002 #105930
CoolMenu v1.2

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

1_2002 #105931
CoolMenu v1.3

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)

1_2002 #105935
Easy Form Editor

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 ;-)

1_2002 #105958
zoompicture

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)

1_2002 #105961
Coooool Form closer !!!!!!!

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 !!!

1_2002 #105962
Nice Form Fade " Magic "

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 !!!!

1_2002 #105963
Nice 3D Text

Hi Make 3d Text In Your Form With Small line Of Code 'Give Me Your vote !!!!!

1_2002 #105964
Make a form a child of another form

Shows a good way to make a form a child of another form without the jumpyness of using just SetParent alone.

1_2002 #105983
ListView with treeview like Kazaa

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.

1_2002 #106017
PostNet Barcode Generator

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.

1_2002 #106030
Beginners** Move-form no caption and make your own custom titlebar

this coding simply is for beginners and allows you to move your form without a titlebar, or with you own custom titlebar!!!

1_2002 #106032
A New Screen Saver Lookalike!!!

Learn how to make ur own screen saver lookalike with this simple code!!!! please comment and vote!!!

1_2002 #106033
Using TabStrips

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!!!

1_2002 #106059
DragListBox class

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.

1_2002 #106073
Custom Calendar Control

We were trying to create an application in a COM enabled programming envoriment, and needed the weeks shown in a calendar. We came across a bug in ALL of Microsoft's calendars (including Outlook) that will list the wrong week number on certain years. E.G. December 2003/2004. We made a custom VB OCX that does the trick, even thou it's not as pretty as the Microsoft one.

1_2002 #106076
[ A1 Code ] Simple Scroll Text

This code is the simplest form of Scrolling Text. It uses a Timer controle to make a label scroll. No consideration is required for screen cordinates or size or any other thing. Have a look at this simple scroll text application and Please do rate it :) I am watching from [email protected]

1_2002 #106102
XP Style Control Help

I wanted to share what i have learned about supporting XP themes in your existing apps. Note that the themes will only be visible if you are running Windows XP. Any other OS and they will look as they did before. First, make a manifest file for your app. This is fairly simple and samples can be searched for at PSC (go to http://www.planet-source-code.com/xq/ASP/txtCodeId.27928/lngWId.1/qx/vb/scripts/ShowCode.htm and that code will generate one for you). The second thing i learned is that certain controls, especially the option button, will not show up correctly in a frame(ie ugly black box around the option control). This can be resolved by putting your control in a picture box inside the frame. Second, a command button that is set to graphical style will not show up themed. The button has to be a standard style. Note that this property cannot be set through code, it has to de done via the properties in the IDE. Hope this helps.

Languages
Top Categories
Global Discovery