Results for "Category: Custom Controls/ Forms/ Menus"
Two little MSFlexGrid enhancers. A single class adds simple Edit functionality. The principle is to make it quick and easy to update existing code and/or create new code in a consistent and resuseable way. The Subtotal Control allows a simple subtotal row for any combination of the columns. Please feel to modify as you need. As always feedback is welcome....
This Example will show you how to add icons to the Submenu Submenu. Most of the examples of placing icons to the submenu do not show the Submenu Submenu icons. This will show you how at runtime. This will also show you how to add icons to the submenu popout menu submenu. Using 0 will not place an icon into that index. This will show you how using MF_BYPOSITION. Enjoy! Thanks, Quake
Makes easy the compression of an avi file by leting you choose and configure one of the available(installed) video codecs while it enhances the process a bit .Also it provides a handy preview.
A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.
This is a very good example of how you can create your own custom list box. This code shows how can it be done but its not xactly a user control. the code is undestandable and the listbox is very flaxible. It uses a class to initialise the list. Hope u like it and drop a vote if u like it. (plz dont take this as a perfect project, I designed it to only show a listbox can be made. If u can enhance it plz share it with me}
It shows the basics of treeview management as well as how to create animated customised tooltips. It shows how to add and remove nodes, how to set their icons, how to move nodes. More than this it shows how to create some cool and awesome tooltips.
load and preview images,like as acdsee. Intel JPG Library(ijl15.zip) is needed: http://www.itkhan.com/reference/ijl15.zip ADDED: CreateThumbImagePack method ADDED: LoadThumbPack method FIXED: you can Pack thumbnail images by scaling the image to the size specified in the thumbWidth and thumbHeight parameters to a file, and load the specified thumbpack file to display every thumbnail images
This code demostrates how to move controls smoothly on a form without them redrawing slowly or chunky looking.
Tabdock 3.1.3 Bugfix release (see revisions.rtf for full details) Two Major Improvements. 1) Extensively Updated. VS.Net Caption Style Now Adheres Closely To New Microsoft Applications. With Pinnable Panels And Tabs. 2) The Control Now Has The Option To Use The New ITDockMoveEvents Interface.(Have More Control Over Docked Panels). Panel Painting Is Now Much Better And Smoother. Too Many Updates To Mention. Please Look At The Revision RTF To Get The Full History Of The Control. On A Personal Note I Would Like To Thank Neal Who Has Put A Lot Of Effort Into This Control. Your Comments And Suggestions Are Greatly Appreciated. Enjoy The Code! Gary.
This control is an update to the excellent HookMenu control written by Vlad Vissoultchev. New features/fixes include o fully customisable colour scheme (allowing Office 2003 style menus) o new properties dialog o menu column support o Accelerator Key support for NT os (thanks Vlad) o various menu drawing issues o + Many More Thanks to Vlad, originally for the control, for help with the Accelerator key support and his agreement to repost this updated version of the Hookmenu control. Also thanks to: Carles P.V. for his coolist - that was ammended to suit this control. Any bugs please report. Updated: 20/11/2003 Thanks To Neal Who Fixed The Bug Relating To The Seperator Lines Being Selected When They Shouldn't.
08/05/2003 - Updated changed VSNET collapsed drawing style. Some Minor Bug Fixes 06/05/2003 - Updated. Implemented PanelSizing And PanelDockedForm Sizing Property. 30/04/2003 - Updated. Implemented New Captions Style VB.Net 28/04/03 - Updated. Procedure: DockChange - this allows docked forms to be moved from one panel to another through code. Property: SmartSizing - Reduces panel flicker when sizing and looks much better. Plus Many Bug Fixes. Check The Revisions.rtf. 25/04/03 - Further Bug Fix. Collapsed Panel Captions and Panel Visible property. Update: The Focus Problem When The TabDock App Pops To The Front When It Doesn't Have The Focus, Has Now Been Fixed. Thanks To Neal Rushforth For Sorting This Bug. Version Updated To 3.0.1 Here It Is. TabDock 3.0 Neal And My Self Didn't Give This To Ackbar Because Ackbar Has Not Uploaded The Last Update From Neal As Yet! So Neal And I Have Decided To Upload It Seperatley. Some Major Changes Have Been Made: -Updated Splitter Bar -New Properties : HasClose Button And HasMaxButton -Disabling Of Close Button When Floating -Max Button Disables When There’s Only One Form In The Panel -Bug Fixed – Caption Bar Styles -Flickering When You Activate A Panel Is Now Sorted -AutoExpand property added -AutoCollapseLeft, AutoCollapseRight, AutoCollapseTop, AutoCollapseBottom - AutoShowCaptionOnCollapse See The Revisions.rtf For Complete History! Hope You Like It! If You Like It Don't Forget To Vote. Comments Welcome! Credit Must Be Given To Ackbar For Version 2.4. Without It, This Version Would Not Be Available.
This program demonstrates how to minimize an application to system tray while it keep running. Show System Tray Icon when Application is minimized and No Icon when App in Max mode. Just similar to Yahoo Messenger functionality. Good for Complete App developers........
Small update to my 3D-Label control. Added X and Y offset as separate coordinates instead of one integer acting as both. Vote if you like the code. Or at least leave some comments...I would appreciate it, thanks.
3D Label Control. Easy to use. Can change appearance. (Raised, Inset, Emboss, Color(s), etc.) See screen shot and PLEASE VOTE!
A custom control I made for a program to save time. Its a custom button using your own pictures. Accurately detect when mouse enters, leaves, or is pressed. Please vote/leave comments :)
The class file will add many useful features to the listbox, such as the ability to remove duplicates quickly, load a file, save the list, and much more. It also gets around the problem with a listbox only being able to hold up to 32,767 items without errors. Please Vote!!!
I GUARANTEE this is the BEST custom scrollbar you will find here on PSC. Has 6 preset bevel profiles, 3 mouse states (Normal, Mouse Hover, and Mouse Down), and you may use pictures in place of each of them giving you endless possibilities. The code is not commented yet but I will get to it soon and reupload it when I'm done. But this code is VERY clean and easy to follow. Please vote, I worked very hard on this.
Version 2 of my 3D Label control. The shadows are now smooth and very professional looking. Easy to use control. Works exactly like a normal label but this one looks better. Vote if you like it please!
Hi This is My Third Submission named as SkinIt. Its a user control (Source Include) to skin your VB Froms at design time as well as run time. I got the inspiration from our own PSC, but all of the code i found only skins the form at runtime or one have to use some heavy skinning engine. But this ctrl is very light in weight and supports 15 customizable skins. But Before all i want to thanx all the developers who helped me to do such thing... Please See the screenshot and as usual DO NOT FORGOT TO VOTE... (some day my code will become the "Code of the Month") ;-) ...
Popmenu for beginners, shows great example of how to implement a popup menu into your program, from this example you should be able to add popup menus to which ever control you wish, hope this provides use to sombody.