Results for "Category: Custom Controls/ Forms/ Menus"
This Code Lets The User Design A skin Very Easily for one of your programs, It is Very easily customisable and the user can do a quick preview, The code is set up for the 3 test programs i have included, These also teach you basic functions of visual basic so if your a newbie and wanna get started download this, To Know the style of this project you really have to download, If nothing else its just interesting P.S You Dont have to supply the skin maker with yout Project you can just Use it to make cool skins for ur prog.You need microsoft form 2.0 object library to use the demo projects and priveiw screen. THIS CODE IS SO EFFECTIVE YET SUPER SIOMPLE U'LL LAUGH! It can teach everyobody something about something! IF YOU LIKE IT PLEASE VOTE, I NEARLY GIVE UP VB LAST TIME CUZ NO ONE VOTED!!!
This is a rich-text-box with a built-in line-number panel on the left. Typical use would be for a script editor language IDE. I Couldn't find a decent one on here that did this, so I spent some time doing it myself, and passing it on for you to use (and improve on, of course). It is a pretty basic control, but I did make into a control so you can just pop it onto a form and go (of course, source code for control is included). You can control the Line Number panel width, backcolor and forecolor, along with all textbox stuff (uses RTF in case you want to use my syntax code colorizer submission). The Line number panel automatically adjusts its font to be the same name/size/etc., as the text box so that they line up properly. Hope you find it helpful - if so, votes are always appreciated (kind of makes me feel like it was time well spent).
Name: prjPanelTest Description: this control is very useful for those who need more space on their forms, you can extend you form space using this control, see example form how to use: 1.- Insert a ISPanel Control in your form 2.- Insert controls in a picture Box 3.- In the Form Load Event call the Attach Function and pass the picturebox as parameter. 4.- In the Query Unload event call the detach Function Notes: the Control Captures the events of the Picturebox, so if you resize the picturebox, the control adjust the scrollbars. Also, if you resize the ISPanel control, it adjust his properties Feedback and Votes are GREATLY appreciated ;)
This is a Flat ImageCombo, I made It, because I was bored with the "normal" Combo from VB. And I could'n detect when user selectted an Item on the list. So I decided make one better. It's very userful ( I hope ) please Check It out and vote. Comments are also very apreciated.
This code is great if you need to spice up your program with a bit of color. It is a cool looking menu which works like any normal one. By the way, please vote and leave comments!
This project Adds Bitmaps to a Popup menu. this is a demo project of how to add bitmaps to a popup menu! it's a simple project and easy to understand, cause thats the way i can understand it
Custom Listbox control, Version 1.0, Listbox made with only a picturebox. Offers better options then windows. Custom Scroll Bar, Faster Scrolling, Change all colors on it, No more list1.list(list1.listindex). Please leaves tips so I can make this better. This is just the control just insert it into a project, its worth it. oh and don't forget to rate me!!!!!!
Splitter Control is a Windows Explorer style splitter. To use it, add controls to it the same way you do for a frame, and set the Child1 and/or Child2 properties to the names of the added controls. Features - Live and non-live updating while child controls are resized - Customize appearance of splitter bar while not live updating - Escape can be pressed while moving splitter bar to cancel the move - Specify a maximum size for a child control - Specify a minimum size for either child control - Horizontal or vertical orientation - Position splitter bar by percentage or absolute position
This OCX joins ProgressBar and ScrollBar: 1) Choose back picture and 'fore' picture. 2) Select scroll orientation. 3) Set Min and Max values and 4) Choose caption format... Added in this update: 1) Precise value selection (Incr./decr. by one value by right mouse button) 2) Custom caption. 3) Long values accepted. Sample project included.
Improved version. Instantaneous and bigger zooms (100%-2500% - ACDSee "like"). Added Bit/DC process functions: create your own effects. Added Panoramic View tool window.
cpvButton 1.2 none picture version. Autosize property added.
Make your own slider. Complete graphical slider control: Vertical/Horizontal orientation, ShowValueTip option, Long values... Sample project and some images included.
This is a complete TextBox in pure code without any RTF box or anything. It supports custom colour coding, and lots more - now even comment colouring. Also supports external draw events. The Demo is a Java IDE.
This is a label resembling LiteStep's labels. It stays on the desktop and shows system information such as memory usage, CPU usage, Time/Date/Uptime (with user-defined formatting), Active window and Active task, Multiline text, Computer name, Windows version, Processor type, etc. Full support for displaying as many images as you like within the label (e.g. icons). FULLY TRANSPARENT, if you like; or can be made to display a custom BackImage. Supports multiple profiles, so you can load more than one label with different info displayed on each. Shows CPU Usage as graphical progress bar as well. User-specified co-ordinates & size, image co-ordinates for each image, and co-ordinates for the CPU graph. (The included screenshot is within LiteStep, but SysLabel looks the same under a regular Windows shell as well).
Make cool custom buttons using only VB intrinsic controls. 13 types of buttons. Check out the screenshot.
Visual Basic will allow us to add control array to a Form at run time using the load statement. However with this code I will try to explain a way where you can dynamically add a control array to a Form at run time, and then catch the events generated by the added controls.
This project demonstrates you how to build an alert box like MSN Messenger has. It is displayed in the bottom-right corner of your screen. When an alert is shown while another one is still visible, it is placed on top of the existing box. By moving the mousecursor over the text it appears as a hyperlink. And to get a little bit of the Microsoft feeling I've added a simple gradient found elsewhere on PSC.
'Explodes/Implodes' form. (Look at screenshot to see what i mean) Looking for a nice touch when closing you'r forms? Then this might be something for you. Creates a nice effect, and can easily be modified to suit special needs. It also shows how to stop user from closing form with 'X' in one small line.
Use a standard picturebox as progress bar. This progressbar : 1. Don't use much code. 2. Change every aspect of appeareance in a simple way. 3. Fast. 4. Easy to use, create a picbox and place the call for the single sub in a loop. 5. Don't Flicker... New in this version is : Select % display alignment, optional CustomString to add before % display (looks better when doing multi tasks).. 100% Compatible with previous versions. - Now.. go vote! .. (Screenshot comming soon)
The award-winning TreeView Class wrapper has been optimised using APIs plus many new features added like simple Drag'n'Drop with auto-expand & auto-scroll, Multi-Node selection, Overlay Icons, load/save to binary/Xml file, and many more... 6 Tutorial applications are included to demonstrate sets of features to help make it easier to understand and implement into your own applications. The Wrapper contains several files that can either be embedded directly in an appplication or compiled into an in-process DLL (by Default). If you're considering working with the TreeView control, then this will be an invaluable tool for you! *** Latest version can be found here:- http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37553&lngWId=1 ***