Results for "Category: Custom Controls/ Forms/ Menus"
Demonstrates how to create Innovative and professional looking screens and controls. Simple and very lite weight. Just try it.
You probably have had a need for a unicode label sometime. And maybe need for a label that doesn't blink all the time. I made this usercontrol so you can easily without any hacks have unicode text in your programs. Just include the usercontrol in your project and you're ready to go with it. *** Features: unicode capability under NT4/2000/XP, all the events and properties the default VB label has, autoredraw to enabled/disable blinking. The code is fully commented and being a rather simple control, it should be easy to learn how to make usercontrols. One API call is also introduced. *** Comments and votes welcome - the more interest, the more likely I'm to do more FREE unicode controls :)
I was just playing around with usercontrol code and made this gradient usercontrol. I've included the caption feature mainly for the screenshot.Its limited in function.Hope it comes in handy for someone.Enjoy and howdy from Texas.
This is Control similar with MS Access Subform, enable you to dirrectly edit, save, sort,etc with datacombo, DTPicker, TextBox, Checkbox inside the datagrid
6 Alignment, Picture Support & Multiline Properties Added. Check out the ScreenShot! Properties Include: Alignment/ Caption/ Font/ FontSize/ FontColor/ Gradient(Vert/Horiz)/ GradientStart Color/ GradientFinish Color/ GradientFinishStyle(Transparent/Opaque)/ MultiLine/ Picture/ Shape(Rounded/RoundedTop/Rectangle)
Interactive user warning dialogs for all applications like MSN Messenger and Norton warning dialogs. Add buttons, change background styles, configure fonts, sounds and other options.
Sets A Forms Minimum Size
Completely rewritten. Add an Adobe Photoshop styled layers dialog to your application. Please refer the the screenshot to see this control in action. Supports realtime layer dragging, visibility and editability toggles, full thumnail support and much more. Any feedback and/or votes would be most appreciated.
Hello; This is my first post to PSC I hope someone can find it usefull. The program contains two controls: Numeric Updown and Textual UpDown, the numeric updown can handle fractional values, and restricts the typing of numeic values only. The Textual Updown has similar funcionality to a Listbox, with the diference that it can handles string values in the itemdata property. Also I use some API to modify the textboxes apparience. Please Vote :)
Draw formatted text (with any alignment), draw tables (double border), draw pictures (any alignment and inside cells) You can use this control to give users instructions with formatted text. This control have almost all the functionality of a read only text box control, but can NOT select text. Features: alignment, font name, bold, italic, underline, font size, lines, Bullets, Colors, Web links Also, left margin for paragraphs. Line spacing and space before/after a paragrath. Note: Also, you can set the margin for the second (and other) lines as well. Draw images by path, by handle, by resource number with any alignment. Also text around images. Draw tables and use all features inside cells.
I was just playing around and thought this would be useful for something.It places a colored border around the dull looking textbox.I've updated the ocx with more propertys so try it out.
Enhancing VB Form with a new look and Check out Gradient Buttons. This Program Describe How you customized the Form. Resize the Window From Right Side Corner. Please Check Out The Code. Hope You like it.
PropertySheet control like VB Property window...very useful for handling properties and values in your applications...VERSION 1.4 RELEASED!!! New properties and several bug fix...Thanks Neal!
This is a unique way of implementing tooltips in your project that allows you to totally customize each individual tooltip for each individual control in your project. in addition, the tooltip can recieve a mousedown event just like the tooltips in planets tooltips
A simple and easy gradiant example. No additional ActiveX Control. Used many parameters.
Beware of cheap imitations!!!!!!!!
This is a new cool progress bar control. I've been doing it two days, based partly on my previos progress bar (I submitted it now already as I'm doing my military service and are therefore limited in time). Though this one is different by looks and is also improved by speed. At the moment the control is not complete, there are properties that are not yet finished. Despite this fact, the control does work. I wish you like that control and that it's customizable :) You can change borders' style, all the colors (15 different), direction (right, up, left, down), set text on it, custom done text and so on.
Lot of controls have Imited XP controls with images or code drawing, This is a small template that will show you how to give your usercontrols XP look, Using the real theme data. Heavily commented and easy to understand, this example only draws a command Button With 2 states: Normal and pressed, that's to make the code easy, but you can easily extend this functionality to more states like hover, defaulted, etc. includes names and ID's for all classes, parts and states for the windows controls. Comments, votes, suggestions, requests are wellcome. Regards. - Fred.cpp
Allows your user to create simple ~ complex pure API menus, with scripting and an unlimited amount of sub-levels. This was actually created for a shell replacement project of mine, to allow simple and customizeable menu objects for my users.
This is a neat and useful idea i came up with for a form skin. When offering freeware or trialware to your users this could be a useful technique. the skin causes a message, that you specify, to follow the mouse around on your form. There is also a built in "FormOnTop" property as well