Results for "Category: Custom Controls/ Forms/ Menus"
3D progress bar giving your program a whole new and modern look
A textbox with XP Style + Firefox ClearText and Icon buttons. When the control got the focus, it changes the border color. When you click the close button, its clear the text. With the ArrowClick and IconClick events, you can make what you think! Have the CloseClick event too. You can change the icon with some icon on your disk or other control that have the .picture property. Have AutoSelect. If you set the AutoTab = True, when Len(.Text) = .MaxLenght, the control gives the focus to the next control in tabindex. RoundCorners Property. When you set .Enabled = False, the text and the background don't change color to gray! CloseButton, the Arrow and the Icon have individuals tooltips. If .EnterGotoNextTab = True, when you press key 13 (Enter), the focus is given to the next control in tabindex. -------------------------------------------------- New features: * The x button and the Icon have individual .Visible Property, so the textbox can have the both, only one of them, or none. * Align, Alignment, Passwordchar, BorderStyle Property. * ColorBack, ColorArrow, ColorText, ColorBorder Property * OnFocusColorText, OnFocusFont, FocusColorBorder, OnFocusBorderStyle * Some bugs fixed * Common Events + ArrowClick, ClearClick, IconClick, MouseEnter and MouseLeave * InputType (None, Letters, Numbers, Numbers and Letters, Custom) * CharSet (LowerCase, UpperCase and ProperCase) I hope that you can enjoy!
Mime Windows XP login progress animation
This is a class that allows a true ping with visual basic. It is organized in an intuituve, easy to use, class that contains 2 methods [funcConvertStringAddressToIp] (self explanitory) [PingHost] which has one argument [szAddress] which may be provided in either an ip format (xxx.xxx.xxx.xxx) OR in string formats ("www.address.com") or ("http://www.address.com") OR ("http://address.com") and one property [timeOutVal] (self explanitory)
The [Anchor] property is a property available to all controls in the .net framework. A control can be anchored to one or more edges of its parent container. Anchoring a control to its parent ensures that the anchored edges remain in the same position relative to the edges of the parent container when the parent container is resized. For example, if you have a Form with a Button whose Anchor property value is set to AnchorStyles.Top and AnchorStyles.Bottom, the Button is stretched to maintain the anchored distance to the top and bottom edges of the Form as the Height of the Form is increased.
This is a hyperlink label control that has dozens of great features and properties such as the ability to control its HOVER state, text, use and image and place it EXACTLY where you wish on the control and much much more. This is my attempt at mimicking C#.net linkLabel control and it came out very nice..i think you will enjoy :-)
i was searhing for VScrollBar that Matches my Project Colors and Style and did find so i mad this one .. its simple to use as normal vScrollBar of microsoft .. if anyonw can also add some modifications on this control to make the MouseDown Event work continuously not like it work now click by click .. it will be nice
[Update] *. Fixed Column Grid Moving Position *. Fixed Column Visible *. Fixed Column Head ---------------------- *. List On Sub Cell *. Background Gradient Grid *. Picture Icon Grid *. Many List On Sub Cell *. Format Show List (* PicThumb) this program not full complete 100% but i want share my program.
isButton 3.7.0 (original by Fred.cpp) the multi style button Updated 2007-12-27. This is an update to support Windows XP/2003 Data Execution Prevention (DEP). Added new Paul Caton Self Subclassed. Also fixes a bug where the ToolTipText was not saved properly.
isButton 3.7.2 - update (original v3.6.2 by Fred.cpp) Reported bugs fixed: Click event fires when button is disabled.
Originally by Paul Caton (txtCodeId=64867), this is a class that gives your forms a customizable shadow. Updated to use LaVolpe's revamped SelfSub (txtCodeId=68737) and adds support for Windows Vista and Windows 7.
This code uses API functions and changes standard apearance of Menu Control.
This source code adds icons to StatusBar control.
TButton Class Draws a button Image on a Forms Title Bar and raises Click ,DblClick Events when user clicks on button. Nice clean wrapped up code wish somebody needs it!! Suggestion & Comments are Welcome Thanks
This usercontrol allows you to easily connect to a ssl server using winsock control. It has proxy support also. This control is a revamp of the ssl class by Christopher Hemple. Edit I left a small section of code out for the proxy so here is the fixed version. Vote if you want guys
Textbox with Arabic support and RTL( right to left )
This will teach you how to deal with the ListView Control.VERY SIMPLE CODE.
Whatz New? - MaskedBox Control XP Style - Frame Control Style XP with show icon on frame - Fixed Bug Error previous version - Line Control Style XP - Separator Control Style XP - Frame Control Style XP with show disable icon on frame Whatz Request on my email? - MaskedBox Control Style XP - Line Control Style XP - Separator Control Style XP Whatz Bug found on previous version? - Text will be loss if press enter - Text will be loss if change scrollbar manualy If you found bug or have request control, you can email me on [email protected] or contact my phone 628112422491. Dont forget to vote me. please visit to my site http://vb6stuff.blogspot.com/ ---===== Having Fun My Friend =====---
It's a class that converts opaque CheckBoxs, OptionBoxs and Frames to TRANSPARENT!. Easy to use, very effective. It can be used with other controls with properties .hwnd and .backcolor . There is only one error: blurred fonts doesn't work fine with the transparency function. Sorry for my bad english!. Comments are welcome! Thanks to GioRock for the tip. I forget to say: the clickeable area will be the non transparent region.
Relatively simple, yet usefull control. I made this control becuase I constantly found myself putting together lines to make a raised/sunken frame effect. So, I decided to make a frame that can be customized to my needs, and besides, I need to learn how to make controls. This control's properties can be changed at design time as well as run time. Chande 3D/Flat, BackGround, Caption, Solid-Colored, Multi-Colored, Raised, Sunken and customizable border width(1-3). Handles Click/MouseDown-Up-Move events, and can be easily made into a button, (if needed to be), let me know of any bugs, suggestions or comments becuase I am VERY new to building controls. ******Updated!, Can now be Opaque/Transparent. Changable at Design, authoring and run time... Thanks Anthony D for suggestion...