Advertisement

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

ASP_Volume3 #63870
ucTabStrip – A Visual Studio Style TabsStrip Container.

*UPDATE-v1.0.142* - Fixed Tab Offset for TabCount > 10, Optimized Contained Controls Movement to allow for upto TabCount <= 45. *UPDATE-v1.0.139* - Fixed GDI Leak in Circular Gradient Method which Caused out of Memory Error. ucTabStrip emulates the Microsoft’s Visual Studio Style while providing “true” container support not found in VB’s native version. In addition, this control provides multi-row support, 6 background gradient styles, 8 custom color properties, transparent tab headers style, tab mouse-over hovering, accelerator keys, and a host of appearance and alignment properties for allowing complete customization. Moreover, this control implements a rich assortment of public events (15) to provide the developer with the tools needed to get the job done. So if your looking for an alternative to the native controls, and don’t have time to build your own, then check out this little ditty…TerriTop

ASP_Volume3 #63871
ucTimer - Self-subclassed API timer control.

ucTimer is a self-subclassed API timer control which is polymorphic to the native VB Timer control. This drop in place control provides all the functionality of the native control, along with setting of process priority and timer directionality (i.e. CountUp or CountDown). This UserControl, which was loosely fashioned after the count down timer of ucMsgBox (PCSID: 67387), is an attempt to solve the single file issues described in Paul Mathers VB Timer submission (PCSID: 3596). Hope this is of use.…..Enjoy! TerriTop

ASP_Volume3 #63878
ucBrowse - Theme-Aware Browse for Folder Control

ucBrowse - Theme-Aware Browse for Folder Control ucBrowse is a single file, self-subclassed sited (Form Bound) Browse for Folder replacement control which supports customization. Each control supports the following independent properties: Appearance (Flat, 3D), CheckBoxes, FullRowSelect, HasLines, HotTracking, Path, Root and Theme Detection (Auto, Classic, Blue, HomeStead, and Metallic, None). As a bonus, this submission also includes a Theme Aware version of ucPickBox, which is a self-subclassed Theme-Aware control which wraps up the Browse for Folder, Color, SaveAs, Open and Printer dialogs (see PCS ID 63905). So, if your project needs a Browse for Folder functionality while remaining sited on a form, then this control might be just what the doctor ordered. [Update 16Oct07] Added Unicode support for OS >= Win2K, added HideSelection property (Default = True) to remedy focus management issues, added HasButtons property to allow simple line styles. [Update 28Oct07] Added IsFolder and IsFile support, fixed minor bug in QualifyPath which incorrectly added a backslash to file paths (thanks Ruturaj for catching this!). Enjoy!! TerriTop…

ASP_Volume3 #63879
ucStatusBar - Theme-Aware Owner Drawn StatusBar Control

ucStatusBar is a single file, self-subclassed StatusBar replacement control which supports complete customization per individual panel. Each panel supports the following independent properties: Text, Text Alignment (Left, Center, and Right), Auto/Manual Sizing, Editable (Dynamic Text Editing), Icons, Icon States (Enabled, Disabled), UseMaskColor, MaskColor, ForeColor, Font, ToolTipText, and Width. In addition the ucStatusBar as a whole supports BackColor, GripShapes (None, Classic Bars, XP Squares), Sizeable, and Theme Detection (Auto, Classic, Blue, HomeStead, and Metallic). ucStatusBar also provides dynamic runtime Control Binding to allow external controls (Progressbar, Droplist, etc) to be bound to individual panels. As a bonus, this submission also includes ucProgressbar, which is a self-subclassed Theme-Aware progress bar (modified from Mario Flores - Cool XP ProgressBar). So, If your project needs a modern lightweight StatusBar with dynamic runtime functionality without the overhead of dependencies, then this control might be just what the doctor ordered. Enjoy!! TerriTop…

ASP_Volume3 #63897
Listbox Replacement Class V1.2

I often find myself in need of a listbox in applications in which I don't use forms. I couldn't find anything on PSC (which would have saved me some time), so I just wrote my own. This is just a simple listbox class, no events, no confusing, never ending functions, just plain, simple VB code (I haven't used any APIs :D). The class is very small (only 2.3 kb). Also, this class can have more than 32767 items, because I've used Longs, and not Integers (like the VB listbox). V1.2 New features (since V1.0): --V1.1: 1) alphabetically sorting (module by Rde) 2) Add items somewhere in the middle of the list 3) Transport the list to a control (build-in textbox/listbox/combobox support) 4) Events --V1.2: 5) Search 6) Import from and export to a file 7) Encryption/decryption* *The encrypting/decrypting doesn't work very well. I'm not really an expert on encrypting/decrypting, so if anyone can (re-)write this for me... :D

ASP_Volume3 #63913
Make UserControl Runtime-only properties

Teaches you how to make runtime-only properties

ASP_Volume3 #63932
McCalendar 1.07 - [Advanced OwnerDrawn Dropdown Calendar]

**Not an another big stack of controls**. This is an accurately build ownerdrawn, sizable, lightweight (not in code) calendar control with 'Dropdown' , 'List' mode and as beautiful as my girlfriend. The calendar is provided with unique form animation and eight different color-themes. The calendar if fully customisable with wide range of color options. A fresh technique is used to show the dropdown calendar. A help form is also included to understand the functionlity easly. Hope you all like it. Jim Jose ;-))

ASP_Volume3 #63933
ListBoxEx V1 - Upgraded Version for VBListBox

This is an upgraded version for VBListBox ActiveX, with 'ListIcons'. This version is fully customizable and aims for a clear and simple code. A powerful 'ItemSort', 'TextAllinement', 'Icon Focus' and 'FullRow select' are included in this version. Feel free to use it, visualize more features and give me feedbacks. Good Luck!

ASP_Volume3 #63936
SystemTrayIcon!!! [Easiest access to you SystemTray]

Upgrade on a request from PSC. Optimized version for creating animated tray icon. You can ADD... DELETE... MODIFY... tray ICON with TOOLTIP. Simple module with minimal code... Highly recomented, error free code. Feel free to ask me, if you have anu questions... Jim Jose ;-))

ASP_Volume3 #63938
Custom ToolTip?? Wow! Thats simple!!!

[Optimized for simplisity...] This is a simple tooltip generation code, specialy designed for ur UNSUBCLASSED projects. This code does not requires subclassing and can be used for any controls on the form. You have Balloon type and Plain type tooltip. The TextColor and BackColor are customizable. The same code is suited for usercontrols also. May u find it useful Jim Jose :-))

ASP_Volume3 #63940
McCalendar 1.19 - [ Upgraded Version for Advanced Owner-drawn Calendar ]

Released version 1.19, with balloon tooltip (See screenshot) > Features : Owner draw, List mode, PopUp mode, PopDown mode, Datepicker compatable, SpecialDay information (like national holydays), Auto regional settings with language detection, Custom tooltips, Month selection view, Unicode supported, Today button, User defined Calendar size, Fully cutomizable color options, Eight differnt color themes, Unique animation technique, Custom DateFormat, Custom FirstDayofWeek and more... The main factor which makes this control unique is , it is 'Owner-draw'. The dead-line version uses subclassing the parent form and calendar can show even out side the form. It has got "ListMode' and 'PopUpMode'. The calendar can show 'Special days' like national holydays special events (you can customize these for your native calendar). It supports all the languages even the unicode languages like chinese, Japenese...etc. The calendar is provided with full range of color options with eight different color themes. It has unique form animations which realy smooth and gives a pleasent appearance. The McCalendar can be used as a standard date picker by it's datepicker compatable procedures. All over this calendar is fully sizable and stylish. Thanks to all those coders who helped me in building this useful control with their comments, suggessions and code. Hope U all like it: Jim Jose :-))

ASP_Volume3 #63949
McListBox 3.3 (Hybrid)-[With ListBox,FileList,FolderList,DriveList,FileBrowser, FolderBrowser modes]

Added features... 1) Horizontal ScrollBars 2)Drive's Label 3)New tree view line style : McListBox 3.2 is the hybridized version of ListBox,FileList,FolderList,DriveList,FileBrowser(with filter) and FolderBrowser. The control will extract the true icons (16*16,32*32) , such that the items will have the same icons that the explorer is showing. The FileBrowser and FolderBrowser modes are auto-responding... ie you can open the folder by DbClicking on the list item. Apart from the previous version, in the new version it is not neccessay that you REFRESH the control to show the items, the List will be automatically refreshed. The control is more than 4 times faster than vb's ListBox. I am submitting this as a new post, bcose I wish to keep the old (Listbox only) version as it is. Features includes... Item completer, Subclassing, Api scrollbars, XP style, Mouse wheel, high Performance, Ownerdrawn, Stylish, Multi-line selection, Custom list-icons, Item Highlighting, Unicode support, Adjustable RowHeight, List Sorting, Grid lines and nice Gradient effects. Try it and feel free to comment... HAVE A NICE TIME!!! Jim Jose :)

ASP_Volume3 #63950
McToolBar 2.3 - [Advanced multi-style toolbar with Chevrons]

Hi guys, The new version of McToolBar-2.3 is released now and it claims itself as the most advanced toolbar writen in VB. It could solve the very big task 'Chevrons' (see Screenshot) and have multi-style appearance. All the drawing routines are completly re-writen and it works very sooth. The features includes... single file'd, ownerdraw with, multi-styles(Flat,Soft,Solid,Win98,WinXP,Plastic and full range of colour options), HoverEffect, Custom ToolTips with balloon style and icons, Unicode support, fully customizable Gradient effects, Tiled background and many more... It is stylish, customizable and easy to use. "The control does not use any property pages for item manipulation! All the opeartions can be done directly from the vb's property window". Thanks for all who helped me in the previous release with there comments and feedbacks. Lets try the new one and make this control more perfect!!! Jim Jose

ASP_Volume3 #63952
McImageList 1.4 - [ A single file'd Lightweight ImageList Control ]

This is a single file'd 'ImageList' control. It does not uses a property page to add/delete/modify/list images. All the operations can be done right from the vb's property window. Very simple to use control with the least possible file size and gives better scence and appearance!! Check this out!, and please give me Feedback. Jim Jose :-))

ASP_Volume3 #63953
McListBox 2.2 [ A perfect replacement for vb's ListBox ] ( *All you need!! )

Heavly improved version with Item completer, Subclassing, Api scrollbars, XP style, Mouse wheel... : It is a High Performance, Ownerdrawn and Stylish 'Listbox' control with many advantages inluding Multi-line selection, Custom list-icons, Item Highlighting, Unicode support, Adjustable RowHeight, List Sorting, Grid lines and nice Gradient effects. This control is an update for my 'ListBoxEx' control. It uses 'McImageList' for image reference. The imagelist control is also included in this zip. Check this out, and please give me your feedbacks!!, Jim Jose :-))

ASP_Volume3 #63954
McToolBar 1.4 - [ Advanced, Ownerdraw, SingleFile'd, XP style ToolBar ] (**Updated 14/10/05**)

This is an advanced, single file'd, ownerdraw toolbar with, XPstyle/Normal HoverEffect, Custom ToolTips with balloon style and icons, Unicode support, fully customizable Gradient effects, Tiled background and many more... It is stylish, customizable and easy to use. The control does not use any property pages for item manipulation! All the opeartions can be done directly from the vb's property window. I think it is a well packed control with the most powerful routines. Chek this first release (may contain bugs)... and give me ur valuable feedbacks and comments!!! Jim Jose :-))

ASP_Volume3 #64004
Menu Cube

Creating a nice animated menu made from different forms...

ASP_Volume3 #64024
A "layered" window (Pre-Alpha version!)

A transparent window which stays on the top of the desktop icons and allows you to click them. At the current stage you can only click/dblclick on the icons, but don't forget -- this is just the first version. In the next release you will be able to manipulate all windows in the sysem. Please vote for me if you like the code and its conception! :-))

ASP_Volume3 #64106
Gallery - Tree View

The code demonstrates the functionality of one of the most widely used window common control - the tree view control.

ASP_Volume3 #64107
Translucent Vista Style Subclassing

This is an example of subclassing a window, and moving it around using another form. It's set up to use as a custom form border that is translucent, resembling the Aero effects of Vista. For the example I subclassed notepad to have the Vista style translucent border, though you could apply it to any window.

Languages
Top Categories
Global Discovery