Results for "Category: Custom Controls/ Forms/ Menus"
A simple XP Style lightweight container Control. Updates: 08/04/2005 - Resize Bug Fixed.
A Studio MAX-like(closeable) frame control with an LCARS style, with code to handle multiple frames. Check inside for more!
this is just a simple control that mimics an LED. you give it a binary value for which sections to light up, and it does it. there is also a built in function that has digit presets and other things.
A Led Meter for VU-fx. This control can also be used for a nicer progressbar. You can set the value by code or click on the control to give a value for volume control or slider.
Customizable header you can use in your programs. just see the screen shot for details.. tnx! like the program? vote for it... tnx! :)
MsgBox and InputBox con un stilo XP y algunos opciones mas, como ponerle colores al texto o agragarle un icono, etc.
UserControl that provides a Windows-Vista-Button.
Custom Compass control, will show direction or degrees. Private Sub Text1_Change() 'some basic error checking If Val(Text1.Text) > 359 Then Text1.Text = (Val(Text1.Text) - 360) End If 'call the control Compass.Value = Text1.Text End Sub Easy example of using sin in graphics applications.
Do you ever think about making a form with 3D appearance? If you are, then this code is what you are looking for. Leave comments + vote (if you think this is helpful).
This is a gradient progress bar demo using custom activex control. There are six colors altogether : blue, green, grey, purple, red and yellow. Each color comes from different control. If you want a custom gradient progress bar in your project, this is the best solution for you. Leave comments please. Also, please put some globes for my work.
Gradient Progress Bar v2 is the second version in its series. This progress bar now comes with 12 types of gradient in two main categories: horizontal gradient and vertical gradient. They are 6 colors in each category. Comments are welcomed. If you liked this progress bar, please vote.
I improved the Controls a little bit and added a Harmonizer. The Harmonizer "harmonizes" the color and fonts of all controls that belongs to cainObjects. So you don't have to do it manually. The cainDropdown is unfinished, so don't expect too much from it. The cainMonthview is working fine, except, that I don't know how to calculate calendar weeks... If someone knows, please tell me :) I think there are bugs in my controls that I have'nt found yet. So please if you find something, write a mail :] You might notice that the Wheel of a wheel mouse does not functions. Wel I know how to make it function, but this feature will create wierd effects if VB pauses on error at runtime. So I'll add this later, if I am finished with everything. cainObjects includes the following controls Button, DropDown, Harmonizer, Label, Listbox, Monthview, Progressbar, PUMenu, Scrollbar, Slider, Tab, Textbox, Toolbar Following objects are planed: Tabs, Colorpicker, Sidebar, IntelliCombobox, Listview, Treeview, Actionview (a mix of Listview and Treeview), Fileview, Frames, Optionbutton, Checkbox and many more... :] Aaand.. Please Vote... :)
This is a mix of the Listview and a Treeview. I can be usefull if you want to show associations between datas or something like that... The code is not well commented or there is no comments at all... Its very slow... The next version will be better I promise...
Dieser code ändert einfache VB Buttons in hübsche C++ Buttons um.
Resize dynamic control`s in you form ( No voting )
2nd UPDATED!!! Still working on other issues. New and improved button styles. Fast and efficient control. Good icon/picture handling. Heavy API usage. Rare/uncommon button events aware. Unicode text support. Popup menu support. Single-file'd ownerdrawn usercontrol. Lite & full versions supplied. Fully optimized & flexible codes. Very well commented. Compile ready. For advance & novice users. Coding history provided. In-file code links. Should work on Windows 95 or later (Based on API requirements). Free for use by everyone. No registration required. Comments/suggestions appreciated. Votes valued. Donations/promotions welcome. Made in the Philippines!
This is to show U how to Add ScrollBars in the Form So the Controls in the Form Moves Up & Down or Left & Right According to the Scrollbars. It is very useful when UR Controls Exceed the Width or Height of the Form. No API Functions are Used Simple ScrollBar Controls. If you need support or to give suggestions to improve, you can email me at vikasmadaan25@hotmail.com or thru yahoo messenger vikasmadaan25@yahoo.com
This Code is the Updated Version of My Last Submission of How to Add ScrollBars in the Form. The Last Code does not Synchronize the Contols Added in other Containers like if we add TextBox or Option Buttons in Panels It does not Synchronize by the Last Code But this Bug is Fixed Now. No API Functions are Used Simple ScrollBar Controls. If you need support or to give suggestions to improve, you can email me at vikasmadaan25@hotmail.com or thru yahoo messenger vikasmadaan25@yahoo.com If U Like the Code Then Please Vote for Me!!!. Because It Encourages us to Submit more Good Codes to Help People.
Check out the screenshot... A while back, I purchased an IBM laptop whose battery meter took up space in the task bar between the task switcher and notify icon area. I recently had a need for recreate this functionality and thought I would share the solution. I've seen other code on PSC that "mimics" this but they don't actually allocate space in the Shell_TrayWnd window for a new form. This one does! The code uses all API...
A custom message box that is both simple and easy to make. Just read the included ReadMe file. Please don't forget to vote. Thanks and God Bless.