Results for "Category: Custom Controls/ Forms/ Menus"
Replacement for the standard Scrollbar with own pictures for the buttons, thumb and body and with quite a few more properties.
A simple soft button control
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.
It's a basic Pop up Menu.....and ....those who dont like it ...f@#k Off and dont ....send me comments..... I made it ....so i like it Thats all 4 now
This is how to use gradient colors in a form. You do not need to do anything or write lines of code to add gradient to your forms. Just put the these three lines in Form_Load Sub Update Note: Thanks for comments, Form_Resize is a better sub if your form is not fixed size
Create Translucency to your forms.. by a single line of code.....
This Common Dialog replaces Microsoft's Common Dialog as using that would just add one more dependancy to your project, where VB already has more than enough of that! Though it is by no means already completed as it doesn't already got colour or font picking abilities, nor does it have a print dialog. It's also not as easy as with the MS Commondialog to use this in your apps. I'll continue on this though as it'd be really great to slowly replace all of that dumb control packages (where you only need one control but got to include the whole file) with single controls, that can be used as usercontrols, not as ocx's which is by my opinion much better as you don't have to take care about the registering and stuff... I dont really trust the setup anymore.
This is a multi-columns listbox with many feature like background picture, apparence, AddItem ,RemoveItem, ReplaceItem, IntegralHeight, Caption alignment, Column alignment and many more...
Remember the custom defined colors for the common_color_dialog.
a Liquid Character Display with the ability to display a picture too. check out picture. Some Bugs fixed and the ability to load an external "charset" from a bitmap (2 included samples. 1 with 126 chars and the other with 255 chars). Any feedback is welcome (good and bad). If u fix a nice charset for it i'd like to have it so it might be included in next releases. Please vote for the original posting at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32233&lngWId=1
This control allows you to set the transparency level of the form that it resides on. I wrote this a good while back when I was learning how to create controls in VB. It uses the SetLayeredWindowAttributes API that is available in Windows 2000. I believe this will work on Windows XP also. I haven't tried it though. A small test application is included to show you how to use the control. It's really simple. If you like it, please rate it and I'll post more code. :)
Tired of windows "numerical" listview sorting? 1 11 2 222 Well now you can sort your listview using true numerics! 1 2 11 222 An easy to use module, just one function to call on! Enjoy ;-) Feedback is appreciated!
My Code replace the Titlebar within your App.The special about it is that you can choose the colors of the Titlebar.And you can use Menus in your Form.When you like it please vote for me ;-))
Make fast calculations in the same place and keep the history of the value u got in the tooltip.
My code creates Transparant Forms.You can choose the Transparanty value (from 0 - 255).All other Controls placed on the Form are transparent,too.I you like and want to support me, vote for me ;-))
You might need this sometimes.Some menu features like Icons in menu, Rolling over the menu with popup pictures,Position of the cursor,Streaming text across teh form , Playing *.WAV files in application , and some graphic options of the form.
Provides Intellisense imitation for your projects. This example lets you load tags from a file to the listbox. You can also choose whether to use upper and lower case tags. Now has new features like: filling the list with drives and fonts, and an updated drawing routine that speeds it up. It now works if the screen resolution changes.
Data entry control for U.S. postal addresses in a single text box with automatic parsing and assembly. If your application has to allow users to enter and view snail-mail U.S. postal addresses, your usual choices are separate text boxes for the parts of the address or one big text box for the whole thing. Usually, which it is depends on how you store it. This control gives your users the ease of having a single text box and your program the power to pick out the two street address lines, city, state, zip code, and 4-digit zip code extension as separate parts. Does format validation, state abbreviation validation, state name conversion to abbreviations, data parsing and assembly to and from the same plain-text representation seen by users. Provides simple explanations for why a given address is invalid, if so. Also provides many of the most commonly-used properties and events of a typical text box. As easy to use in your project as an ordinary text box. Extensive documentation provided in the code. Also includes an extensive HTML help file and demo project. Recent Updates: 5/18/2000: Added .Populate() method 5/22/2000: Vastly improved parser to accommodate odd an incomplete addresses and added public array of error codes / messages. Please vote for this code if you like it.
Check if your app is running, if it is the program will show an error message. You can also visit www.FireStorm.Now.Nu
This project contains some nice ways to unload and load forms with some nice effects. The main functions are in subs so you can easily transfer it to your app and use it if you like it. I suspect it might look a bit fast because i have a slow processor and it seemed to look ok for me so you may need to adjust it. Otherways it is pretty simple and is eyecatching. I saw the same thing in another app and i liked the idea so here it is.. Please vote and leave a comment