Results for "Category: Custom Controls/ Forms/ Menus"
PLEASE DON'T VOTE Add functionality when the mode is FolderList, see the screenshot Original purpose about of this great UC McListBox 3.3 (Hybrid)-[With ListBox,FileList,FolderList,DriveList,FileBrowser, FolderBrowser modes] Description: 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 :)
This is a grid control that is based on VB's ListView control. It includes methods to get and set individual cell data, row counts, column sorting, and column widths. I got the code that is used for the multi-line tooltips from somebody else's PSC submission.
Add profressional 2000/XP style popup balloons to your project in seconds. Works with Win 98 and up, because this is a VB control that looks EXACTLY like the real thing! Plus only takes one line of code to add tips for standard controls!
The TreeBook Control is designed to store information, (as example contacts). There is a picture storing feature available. It is possible to store practically any information. The data inside the viewing area has a tree-like structure.
This contains new and updated controls that mirror the actions and looks of the Macintosh system. THe menus are much better. Updated rollover effects. Also added a custom Scrollbar. NO NEED TO EDIT ANY "UserControls"! I added many RaiseEvent commands to these controls to make them easier to use. All controls are now more stable also. This comes with a demo of each control so you can see how to use them. Please tell me what you think.
This is a very easy to use control. Example Code: 'Text2.Text = Text2.Text & DOS1.ExecuteCommand(Text1.Text)'. Thats all you have to do. You execute the command and it captures the result. Tell me how you like or what i need to do to make it better.
This control does not need any user input. All the user has to do is drag and drop it onto a form and your done. This control does NOT contain any graphics at all, all pictures are drawn from lines and PSET. Many lines of code but all very easy to understand. This control allows you to resize, minumize, maximize/restore, and close the form. It also reads the forms icon and caption and displays it. Also the HotPink areas do become transparent to make this form a little more appealing. I plan on addins some animation and better buttons to this project. please help me make this better.
This is a control used to display that your program is doing something, such as checking the internet for updates or checking for previously installed applications. Sort of a "please wait while" control. Basicly fully customizeable. Many options. Rate it if you like it.
This is a basic layout for a shell that looks like Linux RedHat. Comes with a few custom controls for easy customization. Has a 'startmenu', 'taskbar' as well has desktop icons. i was really bored and this is what i came up with. i didnt mean for this to have any use, just did it for fun.
I wrote this to use along with my RedHat shell. It isnt quite done yet. Ive basicly subclassed everything with OnMouseOver and OnMouseLeave abilities. The form will resize without a Timer, API only. Doesnt seem to respond well with slower machine when resizing. Tell me what you think. This program has no purpose, just basicly EyeCandy.
This code set a balloon tool tip with the standard windows API on every type of control with or without window handle (no hwnd or windowless) Please vote if you like it Adapt this code for your needs
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.