Advertisement

Results for "Category: Custom Controls/ Forms/ Menus"

5_2007-2008 #190713
VistaButton

UserControl that provides a Windows-Vista-Button.

5_2007-2008 #190725
Compass Control

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.

5_2007-2008 #190738
Creating 3D Form Effect

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).

5_2007-2008 #190750
Gradient Progress Bar Demo

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.

5_2007-2008 #190752
Gradient Progress Bar v2

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.

5_2007-2008 #190760
Cain Objects improved - more controls!!

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... :)

5_2007-2008 #190761
Custom Treeview and Listview combination

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...

5_2007-2008 #190771
C++ Buttons [Deutsch]

Dieser code ändert einfache VB Buttons in hübsche C++ Buttons um.

5_2007-2008 #190777
Dynamic Control Resize

Resize dynamic control`s in you form ( No voting )

5_2007-2008 #190837
dcButton ActiveX Control - First Public Release!

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!

5_2007-2008 #190846
Add ScrollBars in the Form

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 [email protected] or thru yahoo messenger [email protected]

5_2007-2008 #190847
Updated Add ScrollBars In Form

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 [email protected] or thru yahoo messenger [email protected] If U Like the Code Then Please Vote for Me!!!. Because It Encourages us to Submit more Good Codes to Help People.

5_2007-2008 #190860
Allocate space in the taskbar for a form/control

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...

5_2007-2008 #190906
_Attention Box_

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.

5_2007-2008 #190922
Enhanced Text Control 1.02

This is an enhancment of the usercontrol submitted by Priyank Modi at http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=64582&lngWId=1 With permission from the original author, I modified it and reposted for your use. Hope you like the enhancements. A vote will be appreciated while comments will be most welcome. Thanks and God Bless! Enhancements in this version: * Fixed the conflict of the previous version with the Left$ and Right$ functions * Numeric input type now accepts only one decimal point * Added the multiliner property * Added the control over the groove color * Added disabled state and colors for -> Backcolor -> Border Color -> Border Pattern -> Groove I suggest compiling it into an ocx for better performance. God Bless!!

5_2007-2008 #190923
Enhanced Combobox Control

This is an enhancment version of the combobox found in visual basic. A complimentary control to Priyank Modi's Enhanced Text Control. Built-in features and added GUI control are the highlights of this control. Hope you like it. I will appreciate it if you could vote for it and I will appreciate it more if you could give comments / suggestions on it. For more details and instructions just read the included ReadMe text file.

5_2007-2008 #190924
Create your own button with any shape!

Create your own button with any shape!If you want to have your program with professional and beautiful appearance , you can use this UserControl .Thanks for downloading this program and please post your comment about my program(good/bad).

5_2007-2008 #190936
[[[ __ make custom shape for forms, form __]]]

U are able to make custom shaped form for ur application

5_2007-2008 #190946
MorphTextBox (UNICODE BETA) - Ownerdrawn Single Line TextBox Control

(14 Apr 2007 - Added Unicode Beta code from Pietro Cecchi) A totally owner-drawn usercontrol that provides most of the functionality of VB's single-line textbox. It allows you to set the background as a gradient or a picture. Text color and selection color are also customizable. All the usual stuff is here - PasswordChar, Locked, etc. I have tried to emulate standard textbox keyboard and mouse control as closely as possible, but have not gone bonkers trying to exactly emulate everything. My point was to make a suitable replacement, one that can be used in place of the boring VB textbox. This is version 1, so I'm expecting that you'll find things that need fixed or improved. Known issues listed in source. Comments and votes welcome.

5_2007-2008 #190947
MorphOptionCheck 2.22 - Combo OptionButton/CheckBox UserControl

MorphOptionCheck is a subclassed, ownerdrawn usercontrol that combines the functionality of VB's OptionButton and CheckBox controls. Uses version 2.1 of Paul Caton's self-sub usercontrol code. Unicode supported. Background and border of control may be rendered transparent. A much-improved version of a control I had posted on PSC for a short time about a year ago. As always, constructive comments welcome, votes appreciated. ----------------------11 April 2006 - Added icon display capability, you can now use icons in place of standard checkboxes. Rearranged and tightened up code, added property to allow you to not display focus rectangle, and added code to allow you to see changes as you are making them in design mode. Added property descriptions in IDE property window.

Languages
Top Categories
Global Discovery