Results for "Category: Custom Controls/ Forms/ Menus"
A custom control that allows you to use an Office XP-style toolbar with your applications. Combine with the vbAccelerator Icon Menu Control (www.vbaccelerator.com) and you can make your apps look almost completely like Office XP!
This code is an enhanced version originally written by John Colman. Revisions include: Adding the following events: DblClick, KeyDown, KeyPress, KeyUp, MouseDown, MouseMove, MouseUp, OLECompleteDrag, OLEDragDrop, OLEDragOver, OLEGiveFeedback, OLESetData, and OLEStartDrag Properties added include: Default, Cancel, CenterLineOffsetFactor, Enabled, RightToLeft, and BackColor Properties removed include: Red, Blue, Green, (replaced w/ BackColor), BorderStyle Added auto caption sizing (more work than I thought) and embedding round corners into the control. Added Help File and property pages. Bound checking for property values. Scaling for mouse movements over both the control and the controls label.
first, my apologies for my bad english, hehe. this example demonstrates how to accept only numbers in a textbox control with ONE LINE OF CODE AND FAST CODE. * MUST SEE *
Numeric textbox with complete control, including number of decimal places, negative number acceptance, number and position of the negative sign and the decimal separator, automatic replacement of the decimal separator according to the users PC international settings.
This code will make your form stay on top of any other windows running, just like winamp stays on top.
Let you lock your textbox for inputs and it will NOT be grey, but will be able to highlightning and scrolling. One line code is all you need!
With this code you are able to display vertical Text in a Flexgrid. This is very helpfull, when you need to display a column which only has a YES/NO Value and would waste to much horizontal Column Space to display the Column Header
Scrolls an image across a picturebox and randomly chooses a new height to place the image
This is a splitter control with many customizable features. You can alter the splitter width and color etc.
Easy.Fast!Create your gadients!My code is only 20 line without Api.it works great.I will upload and a better version.This code i created on my own so i may have done some mistakes.Please vote for me and send me any comments.
This code I found was quite useful on a number of vb projects, and thought that it would be worth the upload. This is basically a multi-purpous results bar (Or could be called progress bar, what ever suits) The 3D colours can be change as well as the height. Written in the Constants the values can be changed to change the 3D view of the 'Bar.' Overall I think this is an easy project and suited for a beginner. I got to admit that its not that hard to know how to use this. I must state that if your using vb.Net, the drawing functions might not work... i'm not completely sure, just read it up on a microsoft bulitten. If this is true place all the draw bits into the Paint function of the object. But I'm positive it will work. Please give me some feedback to see how it goes, plus theirs also minor amount of comments in the code needed for the more complex bits.
I found on PSC the ActiveChart control and decided to use it in my programs, but it was not fully customizable. So, I implemented some new features. I'm still working on it for other customizations. Thanks for your interest in my work and thank you to MIRAGE for the basic idea.
This template form allows programmers to let their programs have the new look of Windows XP without coding a new user interface.
My tab control like tabs in Excel. You can add/remove/edit any tab by index or key. Custom any color,different effect when mouse hover. raise events: mousemove,tabchange,click,dblclick,selectchange,hover. enjoy it :-)
Maybe the easiest way to move a form without any API's. Works in all versions/ all oses (I think ;). It also shows a easy way to make snapping.
Want to know how to animate your form?..well here it is =)...this is nothing big but it is a form with Insane Programmers ( My vb website )
This code shows three different samples of using low security password entry to a form. Yes this is quick, easy and some might think somewhat lame but for beginners these samples will be just fine and useful. It keeps prying eyes out of my stuff anyways. These code examples can easily be modified for more sophisticated routines. It just lays a basic foundation is all.
Every ones seen the menu thingi in Outlook, well I decided to make one. So here it is, Its pretty simple but works well and looks good! You can put in as many images as you need with their actions. A great enhancment to an app and looks good! CHECK IT OUT!!
This is an update to my previous version of the Circular Progressbar. Improvements include "Rainbow style progress" and different directions of which the progressbar can progress. The jpg has bad colors and makes the rainbow look bad, download it, it looks better than what it shows. Try it, and don't forget to vote!
This control emulates hot links (seen in web pages, and other apps like Outlook mail rules and the triggers section of the Starcraft Level editor.) It supports word wrap, pictures and highlighting! Have a look and please vote!