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 ;-)
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 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 !!!!
Hi Make 3d Text In Your Form With Small line Of Code '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.
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.
this coding simply is for beginners and allows you to move your form without a titlebar, or with you own custom titlebar!!!
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 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.
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.
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 sachinweb@hotmail.com
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.
Wow.. talk about cool replicas. I used KR's Awards winning Gradient control for this code. A Custom Control that when placed on your form mimics the red swooshing light on the front of KITT, the car from Knight Rider. You can change the BackColor, ForeColor and the speed at which it swooshes.