Results for "Category: Custom Controls/ Forms/ Menus"
Do you want to input only numbers in a textbox? and just want a few lines of code ?Well this code is for you....See it for yourself....Want to know more of my codes then email me....
Hi there everybody !...I just want to share this one, this is not mine and I give credits to Thomas Spink. This is very useful when your OS is Windows Xp.Even if you have an OS XP, all controls in Visual basic still the same.It transform all controls in visual basic to XP style. And it is very simple to do.
This trick changes a Command Buttons Forecolor. I've seen lots submission here changing Command buttons forecolor using API's. This trick achieves the same effect but just a 3 lines of code. NO API's required !. Have nice day ! No need for votes ! just comments will do !
For all Beginners and advance users out there!. I've got a nice tip for you. VB Programmers must know this tip co'z it affects speed in our program especially those building large programs.And Also I have found a nice replacement for Vb Controls and they have lots of features with like Transparency and Picture Stuff.I know Advance users already know this but just for the sake of those who do not know.Look at the screen shot.Anyway enjoy tip inside.Have a nice day !
In office xp , the ComboBox control highlight when mouse move over it , and lose highlight color when mouse leave , but if combo had focus , it will not lose it's highlight color .. the same idea in the FrameEx control , hilight when mouse move on it or one of it's contained controls , and still highlighting if one of it's controls had focus .. PLEASE SEE IT AND VOTE FORM ME ..
This is a great menu engine which will give you free control on your applications menus .. No DLLs or OCXs You can just use it's classes-modules directly .. >>PLEASE VOTE FOR ME >>What does this class do ? - Add \ Remove unlimited menus at run time - Modify standard properties for VB \ Non-VB menus - Put icons\radio-check-style in menus - Set font, BackColor,ForeColor .etc for 3D style menus - Set a picture as a background for your menus - Make Office-XP style menus - Make your own style menus - Get events (Click-Highlight-etc) for menus - Make menus break - Set one shortcut or more for a menu - Midify shortcut(s) at run time - Custmize shortcuts dialog - Save\Load menus' shortcuts from a specified file - Create menus without forms to make a pop-up menus - Advanced PopupMenu function - HelpText\Tag\OwnerDrawID\OwnerDrawData to store info for menus
Turn your VB5/6 Application into a WINDOWS SERVICE that can run in the background without you even logging into your computer - just like Anti-Virus applications do! Enclosed are two demonstrations of what you can do... one being a CPU monitor (mainly to show you how to interact with services using the MS Windows Service Manager) and the second being a very simple web server - BOTH projects are from PSC and were mildly updated to become services! (See the enclosed README for author credits and links.) Included with this project is the source and compiled control (Again, see the README for instructions.) The source for the VB projects should be rather straight-forward (the sections where we've added service control are commented - the 3rd party apps; please see their postings here at PSC.) Q: Why do I need a custom control to create services within VB? A: Visual Basic (prior to .NET) has no ability for VB to communicate properly with the Windows Service Manager on a stable framework. Worse yet, for those of you accustomed to using NtSVC from Microsoft years ago you've found that it crashes when you try to use sub-classing in your application. Control Source: Basic image files and such have been removed to ensure the smallest possible download. Should you wish to re-create the sources, see the resource file for the file names of the images needed and create your own!
- Updated in response to feedback 11 Nov 06 - Owner-drawn ComboBox that provides multiple columns in a ListView (in Report View) style display. Features include Item CheckBoxes, Item Images, dynamic Column Sorting/Resizing, Item Formatting (ForeColor, FontBold etc), datatype aware sorts, custom sorts and auto-scrolling (when mouse dragged out of control). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible. NOTE: This control has partial Unicode Support (Editable Mode does not support Unicode Data Entry due to VB TextBox) UPDATE: This Control was formerly called ComboView - renamed for consistency with my other controls.
Added FormatCells method for fast bulk formatting and per cell Fontname properties. Owner-drawn Grid. Features include CheckBoxes, Images, Multi-select, dynamic Column Sorting/Resizing, Cell Formatting (BackColor, ForeColor, FontBold etc), datatype aware sorts, custom sorts, Independent Row Heights, Word Wrap, Column Drag, Cell Images and auto-scrolling (when mouse dragged out of control). A Control Binding System allows external controls to be used for editing Cells (ComboBox, DateTimePicker etc). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible.
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.