Results for "Category: Custom Controls/ Forms/ Menus"
isButton is an award winner button; is a single file usercontrol with various visual styles and with custom properties like text align, icon align, custom tooltips, and customizable colors. This (hopefully) final update fixes the annoying bugs the version 3.0 had. Uses Paul Caton's self subclassing method. Grayscaled Icons when Disabled were added (thanks to Dennis (dvrdsr)) I Implemented also this feature for BMP Images used as icons, UseMaskColor and Mask color. Comments (and why not? votes) are wellcome. There is a ocx version on my home page ( http://mx.geocities.com/fred_cpp ) at the programming section. ************************************************************** Version 3.4.1 - Changes: Fixed Black BMP's when align <> Right; Removed picturebox pMask for temporal drawing(By teee_eeee); Support for custom Shapes By theme (Thanks to Dana Seaman) ************************************************************** Version 3.4.2 - Changes: Code Clean Up and Now Working Default and Cancel properties, Error Handling in all routines, fixed Keyboard events (All Done by Aldo Vargas) ************************************************************** Version 3.5.0 - Changes: Added Multiline Support For caption,Corrected Java Rects Added Custom Offset for text and Icons for each Style ************************************************************** 2005-7-20 / Version 3.5.1 Added RightToLeft property (Still testing) ************************************************************** 2005-7-28 / Version 3.6.0 Fixed CaptionAlign, Added Space Bar Support (Thanks to Jiri Novotny) Now hover button doesn't bring to front the parent form :) ************************************************************** 2005-7-29 / Version 3.6.1 Code Clean up! RightToLeft fixed? Last Update: 2005-7-39 ************************************************************** 2005-7-29 / Version 3.6.2 A Fast Click detection bug Fixed. Last Update: 2005-9-16
Just a snippet i wrote to show fancy form closing effect.
Updated: 20-Feb-2005. Now Include Example Showing Its Uses (Add To SysTray Code) This code allows you to add any command button (or any control with hwnd) to the VB forms's title bar. Take a look at my other PSC submission ID: 58620
I needed to use windows xp (32-bit alpha icons) icons in my vb app, but vb does not supports them. one day I found a example on vbaccelerator, the vbaccelerator example was fully working but I found one problem with it. the example shown at vbaccelerator needed we should make a Resource Script, in other words the resource file should be manually made. this article shows how you can use xp style icon for the follwing conditions: 1. without using resource at all or without breaking you existing resource file. Plese Vote If You Found this Usefull.
_________Welcome to Custom MessageBox Designer Updated_______________ it is Power Full MessageBox Designer That Enhance Functionality Of Statndard MessageBox Function Used in VB With Many Features you Can Add Check Boxes ,Time out,Positioned,Show Custom Buttons and Many More see screenshoot....Vote it if u like ________________________________________________________ Note Extract All Files According to Directory Structure of Zip Added 1)Play Sound File with MessageBox 2)Automatically Detect Wav /Mp3 Support 3)Set Custom icons 4)Set Animated Icons/ Cursors Note : if you have any Suggestion /Comments /Bugs Leave Feed Back Thanks
Have you ever wanted to insert automatically Predefind Menus in your Application with out typing all garbage with Menu Editor plus Code Snippets and predefiend Control Sets used in your Previous Applications Plus All useFull Source Code in Psc (Stored in your
Custom MessageBox Designer is Power Full MessageBox Designer That Enhance Functionality Of Statndard MessageBox Function Used in VB With Many Features you Can Add Check Boxes ,Time out,Positioned,Show Custom Buttons and Many More....
This code is great if you need to spice up your program with a bit of color. It is a cool looking menu which works like any normal one. By the way, please vote and leave comments!
This project Adds Bitmaps to a Popup menu. this is a demo project of how to add bitmaps to a popup menu! it's a simple project and easy to understand, cause thats the way i can understand it
Custom Listbox control, Version 1.1, Listbox made with only a picturebox. Offers better options then windows. Custom Scroll Bar, Faster Scrolling, Change all colors on it, No more list1.list(list1.listindex). Please leaves tips so I can make this better. This is just the control just insert it into a project, its worth it. oh and don't forget to rate me!!!!!! Thanks for leaving that last tip about the decimals man someone take me outside and kick my but next time i forget to use FormatNumber for decimals, well that problem is fixed enjoy guys. Sorry if my no decimals function was pissing some out of America people off i love other countries.
Splitter Control is a Windows Explorer style splitter. To use it, add controls to it the same way you do for a frame, and set the Child1 and/or Child2 properties to the names of the added controls. Features - Live and non-live updating while child controls are resized - Customize appearance of splitter bar while not live updating - Escape can be pressed while moving splitter bar to cancel the move - Specify a maximum size for a child control - Specify a minimum size for either child control - Horizontal or vertical orientation - Position splitter bar by percentage or absolute position
cCoolScrollbars is a little class which will let you customize (in fact, "overpaint") built-in scrollbars appearance. Two modes: Flat and Custom-Draw. For more information read class' comments and have a look at given URL to know how this SHOULD be achieved. // Need to register SubclassingSink.tlb __________________________________________________ Update Dec 14th: Support for 'drop-down' windows. Added basic demo classes: cFlatCombo and cFlatImageCombo.
A little control: I'm not sure whether 'ucComboTrackbar' is the most appropriate name, but, which one? Quite basic, though it supports 3 appearance styles plus themed one (when available). And not much more... Try it yourself :-) (Last version: 1.2.5 - ~25KB zip)
Another little control. This time, a basic 'custom-draw' method is supported. // Last update: 12.20.05 (rv 4)
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
Lightweight toolbar. Now, three button types supported: Normal, Check and Option. // 20Kb zip.
A simple Up-Down Box. Two versions: scrollbar based and owner drawn. Long support / key support.
Nothing special: a simple progress bar.
New release. Hope now working correctly on W9x, too. // Added 'Enabled', 'Bitmap' and 'MaskColor' R/W properties for caption buttons. Fixed centering of bitmap. // 15Kb.