Results for "Category: Custom Controls/ Forms/ Menus"
The best progress bar on PSC: it's fast, it looks cool and it's stable. All you need when it comes to showing a progress. Includes: 1) colors and colorfades! 2) use any font, make it appears as you want 3) you can use seven different borderstyles 4) make the bar grow up, down, right or left 5) Blending (changes color opacity or CosSin mode makes weird colors!) 6) Set the caption just like you want it to be 7) ManualRefresh for optimal usage: if you change colors a lot or do other big changes at a time, you might want to refresh the bar only when you wish 8) Min, Max and Value as big or small as you want 9) You can change parent easily with SetParent 10) enough events: make it a command button as well! 11) clear, optimized code: learn how things can be done fast in VB. Also great example on how to make an ActiveX control with VB. If you like it, please vote & rate :)
VeryWellsStatusBarXP Update to V. 1.2b - More than a fine usercontrol statusbar in Windows XP, Office XP or much more looks! Very lot of advanced features, also useable as a modern TOOLBAR! Have a look to the screenshot with nine examples and the panels propertypage. Include things like gradients and frames to panels, integration of all kind of controls and many more! We have autosize, spring to contents and alignment for text, alignment for panel pictures, more events, no more need for timer controls ... Sorry for the bugs I did'nt find yet. Tell me and I will fix it soon. If you like my uc come back regulary for updates! ____ New to V.1.2: * 'Bold'-Fontstyle for panels captions and * background pictures for the statusbar! (Now e can do things like skinning ... ). Some bug-fixes, finetuning and removing of no more used code (less is more ;) ) [UPDATE 1.2b: Bug fixes & changes to Pulic defs] ____ UPDATE 1.2c: Fix with ToolTipProperty _____ Regards Light Templer ___=== BTW: VOTES are welcome and motivating ;) - Thanx! === ____
Make any Object/Form Transparnt & non-squared, so Powerfull and Easy
Just a simple Splash screen that fades in Via the Alpha transparency. This is intended to be put into your \Templates\Forms\ directory so that you can simply Add>Forms>Fading Splash Form
Enables the drag reorder of listitems within a listbox. No API, very simple code.
Simply and easily resize all the controls on any form by use of a reusable class. Set the different modes for the Left, Top, Width and Height properties of controls by entering 4 numbers into their Tag property (a number for Left, a number for Top, a number for Width and a number for Height). There are 4 different modes: Do nothing: the resize code wont touch properties with this mode. Proportional: control property will be resized according to the forms change. Static change: the control property will move with the form. Limited static change: if the form is made too small then the control wont go off the screen (still in testing stage). For example; a label with a tag of '0011' will not change its left or top property, and the width and height will change proportionally. The next release will be even more improved with the Limited Static Change fully tested and an add-in to easily configure tag properties. Please vote and leave constructive critisism.
I looked on planet source code for an image hover button (a 3 state image button that changes pic when mouse is on it.) Couldn't find any... So I decided to make my own, and since I am so nice, I uploaded it to PSC. Sending comments will motivate to give you more... ;)
This code demonstrates how to draw an image into your MDI area and serves as image background or logo. With two modes: center and stretch.
This is remake of vbAccelerator's Toolbar and Rebar Control. In this control everything is included in one ActiveX, so no external dependencies (like SSubTmr.DLL) is required.
This demo application demonstrates the use of a Custom Tooltip Class supporting square and ballon style tooltips, centered at the corresponding control or at the mouse pointer hot spot, with or without title. Individual back- and forecolors and fonts are also possible as well as an assortment of Icons to be displayed in the tooltip and finally individual delay- and show-times. And whats more - the tooltip can now speak using Microsoft's Speech Object Library (SpVoice in sapi.dll), no XVoice.dll or VText.dll! The code is easy to follow and well documented. And on top of that the class is very easy to use. Check it out, download is only 10 kB.
transparent forms on windows98
HotKey for TextBoxes in Form
Aqua style progress bar for use in your applications. Includes option for 4 built in skins, and a custom user defined skin. Complete colour customisation, font selection etc. Votes appreciated.
Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. just look at the screenshot.
Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. Now I fixed the crashing. And also a fixture code for FileListBox. just look at the screenshot
This is an update to Dan Redding's code for an auto complete combobox. Ive just encapsulated it into a user control to make it a bit more portable from project to project.
A utility class for adding/hiding the horizontal scroll bar in the ListBox control dynamically taking into account its font (using the IFont interface). The code uses the SendMessage API function to add a horizontal scroll bar dynamically to a list box using the LB_SETHORIZONTALEXTENT message. To precisely calculate the width of a new item, our class uses the DrawText API function with the DT_CALCRECT flag. Draw attention at the fact that our class works properly if you change the font of the listbox as you want. We use the IFont interface and its hFont property to retrieve the handle of the font used in the listbox. Our class can also calculate the minimum width of the list box when the horizontal scroll bar disappears (it takes into account the visibility of the vertical scroll bar in the listbox; it determines whether this scroll bar is present by retrieving the listbox style flags and testing these set of flags for WS_VSCROLL).
This is in response to a request. Nothing new, only a little addition: long scroll support. __________________________________________________ Zip 19Kb
ucCanvas2 user control: High-quality image previewing (w/ zooming+scrolling) through GDI+. If you don't have XP or Win2k SP3 then you must install GDI+ dll: http://www.microsoft.com/downloads/release.asp?releaseid=32738. __________________________________________________ Zip 11Kb
Skingen loads a bitmap and makes a form transparent. See screenshot.