Results for "Category: Custom Controls/ Forms/ Menus"
I had several forms with several controls on each. I wanted to clear each control, but I wanted to make it as painless as possible. This code takes a form and iterates through each control clearing the values. Currently, it works with text boxes, combo boxes, data pickers, and masked edit controls. all you have to do is pass a form name to the procedure. It uses the for each...next loop, along with the typeof method. I hope this helps.
Displays Three Types Of Customizable Message Boxes. A Balloon Style MsgBox, A Balloon Style Input Box And A MSN Style Message Box. Open The Group Project And Run It From There.
Popup Message box style like Office 2003 now in al XP themes (Blue, Silver, Olive. Look at screen shoot. Please vote for Code.
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.
A small prototype of a much larger project I am working on which required the use of labels with a little more zest. Hence, my solution is tranparent bullet labels. This project demonstrates a simple way to draw text, shapes, etc., on a usercontrol when the backstyle is set to transparent and should be useful as a starting point for anyone wanting to roll their own transparent controls with the added flexibility of drawing it yourself.
Yes another control aimed for beginners (and why not for everyone else too!): include PictureView.ctl and cJpeg.cls to your project and you have a new nice picture viewing control you can use! *** You can view pictures easily in this control. It adds scrollbars when required, if not required centers the picture. With all the additional features of the control, you can easily create your own Paint program, for example. The control is able to save JPEG pictures thanks to John Korejwa's JPEG Encoder Class. You can define new picture to be created, get picture's DC so you can BitBlt or use any other GDI API to draw to the control... and much else :) *** Properties: borderstyle, cornerstyle, picture, scrollable. Functions: ClearPicture, NewPicture, OpenPicture, PictureDC, PictureHeight, PicturePaint, PictureWidth, SaveJPEG. Events: Click, DblClick, Key-events, Mouse-events, PicMouse-events, PictureLoaded *** Hope you like the control! This is the third public release of the control, first time at PSC. Comments, critics and improvements welcome! :)
I took the excelent code (Mario Flores Cool Xp ProgressBar 2.0) and fixed the max value, now it works with any max value. Added the missing let propety. Made major changes to the verticle ProgressBar to use all the types of bars and empty or fill option. I had some help from Roger Gilchrist as I don't do much graphics programming.
Looks like the frame used in Trillian Pro 2. Why? Cause the frame included with windows is just plain ugly. Now uses variable colors, and corrects the gradient to match
1) Windowx XP Frame,(See ScreenShot) 2) Simple Frame for put textbox,picturebox or other thing... (It's only a frame with blue border) Both are simple,you can change them easily (not commented good, but there's a few code, you can understand them!) Just see ScreenShot, It's usefull! Send Feedback, Vote!
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.
It's not another "scroll text in a label" code. He can scroll WHOLE label with text within. Ready-to-use and easy-to-understand user control project. Check the screenshot and see how it works. Just put ScrollingLabel into your form, add dozens of text, set scrolling interval and enjoy :) It has nice arrows (scrolling (up or down): starded, could be continued, not possible), plus fully customized properties: BackColor, BorderStyle, Font, ForeColor, ScrollingInterval. If you like this user control please vote. Thanks :)
This is a great slider that can be used just as the original by MS in any application. It looks much better and has more features!
This is a Label Control But with much more properties and more nicer Basset in the same function with the transparent container control that I post before on planet source. It is very nice. Can Display Vertical also center, right to left, can carry any picture and if the picture has the same color with the back color can be also transparent. Include all the base event’s, 8 type of border’s… I like to have you opinion about this work. Thank.
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 module Creates Owner Drawn Menus for VB that provide MSAA information to be used with screen readers and speech synthesizers.
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........
Look at screen. Date Picker with Xp Visual Style. Please, download it !
This is the first update to the Outlook Dayview control. Check the readme.txt file for a complete list of changes. Briefly: mouse highlighting has been disabled (for now) and you can now save appointments to an Access database.
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 is very simple, easy, fastest way to make your About from which gives a really profession look to your application. Just a Single line of code, no over heads. If you like, vote plz. Thanks.