Results for "Category: Custom Controls/ Forms/ Menus"
NOW WITH MAX AND MIN PROPERTIES!! This is a simple horizontal progress bar with yellow and red zones. The zones can be changed and values must be within 100. If you don't want any zones at all and just want green, just set the yellow and red to 100. Still working on a more visible label for the center, otherwise not bad. PLEASE VOTE NO MATTER WHAT YOU THINK.
Just a few fixes added to this one. I made it easier to select the colors. Now you just change the "Color" property to any of the enums that popup. It does the rest for you. The Demo will illustrate that as well as the screen shot. Don't worry, I'm working on scaling. :-) PLEASE vote!!
This 7 segment LED control has a simple code interface for displaying standard 7 segment characters. It's expandable to do anything you want. Just set the dim and bright colors, the character to display and you have it! Please vote, even if you don't like it.
NEW UPDATE! I have now made it so you can use an 8 character string to effectively "turn on" certain segments in the display!! It includes ALL the functionality as the previous versions as well! CHECK IT OUT. Please vote.
A few ActiveX controls for you usercontrol folder including 2 types of ToggleSwitch's, A Progressbar, L.E.D., Custom CheckBox, And an easy to use SystemTray control.
This is an update to Dan Redding's code for an auto complete combobox. Ive just encapsulated it into a user control to make it a bit more portable from project to project.
This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Menu is show only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode (sorry, Microsoft)... Anybody was deleted my original submission, so please vote for me!
This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Work only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode. See code at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33571&lngWId=1
The new update about XP-Form, removed some bug, needed only menu function to subclass (owner draw).
This is the alpha version of my XP Menu system. Menu is flat with shadow as Office XP menu. Great and simple code that using subclassing. Working only in popup menu, to test, please, right click on form ...
Custom barchart control with simple user interactivity. Fixed resize bug. Please vote and leave any comments/feedback so that I can continue to enhance the control. Thanks for your interest in my work.
Updated resize bug. See http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32583&lngWId=1
Office XP Style Rollovers ========================= Heres a quick example of how to make Office XP style rollovers. This is where when the mouse rolls over then button the background changes pale green and the edge changes green. Needs a bit more work done. Slaped it up in about 8 minutes. Keep on looking i will submit the latest version soon with full property minipulation. So buttons can be added and the bar draged and maybe even full toolbar access like in Office XP. All my own. NO ocx's. (Open Source)
This is a Office-2000-style font selector combo box. Flat appearance!!!!!! To make it flat, remember to register the SSubTmr6.dll. Click on "Reference..." and choose the SSubTmr6.dll. Then use a line of code to make it flat: FontSelector1.MakeMeFlat Precaution: You must do something on the click event to remove the focus of the control, otherwise, there will be a Drop-Down List here. Enjoy yourself!
Font Selector III This is the newest version of Font Selector. All the thing you need is the Font.ctl. Copy it, and Drag it into your project browser, and enjoy it. This is the newest, fastest, smartest and coolest version!!!
Stylist Toolbar Control OCX! The combination of the best button on PSC, GONCHUKI's Chameleon Button, and a systematic class toolbar management system. With the button style of WindowsXP, OfficeXP, Mac, KDE.... and special button style like DropDown Button, Seperator and CheckBox. Click in and see.........
Adds printing functionality to the windows list view control(report view). Self contained routine to provide a print facility to the list view control. Lots of features - page numbering, small icon printing, column alignment to name but a few. No API calls used though comments have been kept to a minimum. My first upload to planetsc. I may extend this routine if feedback is constructive. Free for private use only - please contact me is you wish to use this code elsewhere.
Sabastian Mares recent post prompted me to do this and I thought it might be useful to a few people. It is taken from one of my projects so therefore, is not particularly well commented but hopefully you can pick your way through it. It works on all OS but I have discovered a bug on certain system builds. I would be interested if everything works Ok on yours. There is an ocx which you may need to register.
Credit for this code really must go to *vcv* who submitted this earlier and did a very good job on it. I simply added hooks to a status bar and fixed a SubScript error. The menu item and the status text may be set in the same sub to make it easy to keep in sync.
Supplies a list of available User and System ODBC Data Sources. The DriverFilter Property allows you to limit the available DSNs to that of a specific driver (e.g. SQL Server). Uses pure ODBC API calls.