Advertisement

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

ASP_Volume3 #65459
Progress Bar 3D-2

3D progress bar giving your program a whole new and modern look

ASP_Volume3 #65484
WinXP Textbox Style With Firefox Like Buttons 1.1

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!

ASP_Volume3 #65488
Windows XP login animation

Mime Windows XP login progress animation

ASP_Volume3 #65543
A true ping with Visual Basic in a convenient class containing 2 methods and 1 property

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)

ASP_Volume3 #65544
Anchor class: allows you to anchor any control on its left,top,right,or bottom....

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.

ASP_Volume3 #65545
HyperlinkLabelControl.ocx

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

ASP_Volume3 #65578
Graphical VScroll Bar User Control

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

ASP_Volume3 #65596
Grid-X9 (*.OCX)

[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.

ASP_Volume3 #65605
isButton 3.7.0 the multi style button (update)

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.

ASP_Volume3 #65606
isButton 3.7.2 the multi style button (update)

isButton 3.7.2 - update (original v3.6.2 by Fred.cpp) Reported bugs fixed: Click event fires when button is disabled.

ASP_Volume3 #65607
Form Shadow (Originally by Paul Caton)

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.

ASP_Volume3 #65617
Extra Menu

This code uses API functions and changes standard apearance of Menu Control.

ASP_Volume3 #65618
StatusBar Icons

This source code adds icons to StatusBar control.

ASP_Volume3 #65620
TButton

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

ASP_Volume3 #65666
Winsock SSL Usercontrol With Proxy Support(proxy fixed)

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

ASP_Volume3 #65711
AbTextBox

Textbox with Arabic support and RTL( right to left )

ASP_Volume3 #65734
ListView Basics

This will teach you how to deal with the ListView Control.VERY SIMPLE CODE.

ASP_Volume3 #65741
Evi Collection Control XP UPDATE v1.1

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

ASP_Volume3 #65775
Check Box, Option Box and Frames transparent

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.

ASP_Volume3 #65794
Simple, yet usefull - CustomFrame - Choose From 3D, Inset, Outset, Flat, Multi-Color etc... Updated!

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

Languages
Top Categories
Global Discovery