Advertisement

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

4_2005-2006 #170493
Basic Slider Control

Do you want a small and efficient slider control for use in your applications? This custom made control is very small and does exactly what a slider does.

4_2005-2006 #170521
Speedo and VU Meters ActiveX Controls

Some time ago I found at PSC a great code made by Alain van Hanegem of a Speedo Meter and a VU Meter class control. The code was great, very useful and one of the best codes I've found here at PSC, but it takes lots of time to configure and customize, and also it is a little difficult for begginers. Thinking on that, I've made the ActiveX UserControls for these meters, and I tried to put on it all the potential of the original class control. It has tons of properties and is much easier and faster to configure. If you are a begginner, I really suggest you at least take a look on my code, but if you didn't have any problems using the original class control, I suggest you to continue using it, because it is lighter, faster (I guess) and uses less PC Resorces. Once again thanks Alain van Hanegem for the incredible original code and allowing me to post these UserControls. Please post any comments and suggestions!

4_2005-2006 #170593
Masked TextBox

Very good method to Restrict input in a Text box. This will allow only certain valid characters to be typed in a predefined format in the text box.

4_2005-2006 #170626
Costumizable LCD display

i created this for my skinnable mp3 player.You can create your own display style very fast with a size as you want.All you need is to set the width and height of the number.The code is very small and it's easy to understand.Please vote if you find this usefull.sorry for my english.. :)

4_2005-2006 #170651
Blue XP Style Datepicker/Dtpicker

I was looking to get xp style dtpicker for my project. I was surprised that no controls on internet could satisfy my need. My searches got me to 2 closest controls to what I want : 1. NeoCalendar, though this is a cool one (can change background etc), but it couldnt give me xp style that I want and anyway it's not free 2. OsenDtPicker, cool, almost all I want, but his dtpicker couldn't let user to write the date that they want (like true vb dtpicker could), user have to choose if they want to change the date. So, I change OsenDTPicker to get user to be able to input the date manually (without having to choose calendar) and makes this control (which I would like to share with all of u). Currently only blue xp style provided cause it's the only one I need as my project mainly used blue color. Credit goes to Osen Kusnadi as I used his control (osenxpcombobox, osenxpspin, and monthpicker) as the start, and to gonchuki, as I used AButton (or chameleon button ?) for the xp style button

4_2005-2006 #170709
The messagebox can be closed automaticly.

The messagebox can be closed automaticly.

4_2005-2006 #170750
Custom Sorting For List/Combo Boxes

This will allow you to sort a specific set if list items in a list box or combo box in either ascending or descending order. For example, in Windows Movie Maker, you will see a combo box containing a list of files in the current project plus other items at the top such as collections, effects, etc. These items are not sorted but are at a fixed position and the list of files is sorted.

4_2005-2006 #170756
Progress Bar 3D-2

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

4_2005-2006 #170781
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!

4_2005-2006 #170785
Windows XP login animation

Mime Windows XP login progress animation

4_2005-2006 #170840
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)

4_2005-2006 #170841
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.

4_2005-2006 #170842
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 :-)

4_2005-2006 #170875
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

4_2005-2006 #170893
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.

4_2005-2006 #170902
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.

4_2005-2006 #170903
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.

4_2005-2006 #170904
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.

4_2005-2006 #170914
Extra Menu

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

4_2005-2006 #170915
StatusBar Icons

This source code adds icons to StatusBar control.

Languages
Top Categories
Global Discovery