Advertisement

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

ASP_Volume3 #51814
Scrollable View Port Custom Control

Simple Scrollable View Port control. Just a control container with scrollbars. My first submition. With enough requests/input, I'll add events and/or other properties as suggested. If you like it, vote. (Updated with a fix for possible graphical glitches at design time and redundant code.) UPDATED 1/8/03 - now allows positioning of scrollbars.

ASP_Volume3 #51835
Invisible Form

This code will simply allow you to create a form which is clear, meaning you can only see the controls on the form, and everything else will appear as whatever ur form is covering up. The best thing about this code is that if you click on an area of the form which has no controls, and is transparent, then it will take you to that window. MAKE SURE YOUR FORM SCALEMODE IS PIXELS

ASP_Volume3 #51845
Unload Event

Shows programmers how to program visually.

ASP_Volume3 #51860
Advanced Shaded Command Buttons

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.

ASP_Volume3 #51870
Static Edge Controls Rock!

Well, I wanted thin borders on my controls, because well, they just look cleaner then normal controls, and I didnt really feel like using XP styles, but this will make a program have a uniqie feel to it.

ASP_Volume3 #51876
JW_Label

A complement VB-Label, that looks cooler than the standard VB-Label. (Please se my other JW-controls to...)

ASP_Volume3 #51877
JW_CoolForm

Enhance the common VB-Form, to look more cool and act with some other features. Please also see the JW_Cooltab control from me :-)

ASP_Volume3 #51878
JW_Cooltab

A new VB Tab-control that looks like the one used in Photoshop.

ASP_Volume3 #51911
CommConfigDialog

Wrapper for CommConfigDialog API call, makes it very easy to show the system configuration dialog for serial ports. Just set the CommPort property, call the ShowCommConfig method and the dialog is displayed. After the user clicks OK, simply read the Settings property and paste this into the MSComm.Settings property. No hassle with long API declarations or tedious settings of system variables...

ASP_Volume3 #51945
Form translucent

Translucent form, that uses some VB transparent controles, I wrote this code using some module that wasnt mine so i like to thank the author for his contribution to my code! Please vote, and leave feedbacks! I am planing of making a version of translucent, sinable and resizable form!

ASP_Volume3 #51946
Menu translucent

My new form that looks like menu, now updated using translucencies! Easy to use in your projects, all you need is to modify some things and it’s ready for use In your project! Please vote or leave some comments, telling me what should I make better, and let me now about its bugs!

ASP_Volume3 #51956
tCalendar

Calendar user control - lightweight and simple to use - full source code included

ASP_Volume3 #51968
Pure VB diagram monitors!

Ever wanted to display graphical information about CPU, memory or any kind of variables? Check the screenshot and you'll know what I'm talking about. This PURE VISUAL BASIC made control adds graphical diagrams to your Visual Basic application very easily!! Just under 10 lines of code, and you have very cool graphical diagram monitoring your variables! All colors can be set easily. Also includes many other options to fit your app. Is you find this useful, please vote me or give me feedback.

ASP_Volume3 #51979
Advanced progress bar OCX (code + ocx + test app)

First off, This is my *FIRST* OCX file.. So don't laugh too much.. You can have a back image, change fore/back color Bar can go: Up>Down, Down>Up, Left>Right, right>Left You can set a caption: ie Loading.. (51%) instead of 51% You can show or hide the % (ie standard Percent bar or most install's percentage bar)

ASP_Volume3 #52002
_aLfa_ Flat Controls

This code flattens ComboBoxes (even if they are ownerdrawn), EditBoxes and Checkboxes without any problems. It also flattens OptionButtons, but the code is still buggy, please wait until the next version (but i need help on that part!!!) :-(

ASP_Volume3 #52035
EasyButton 2.0

This is the second version of my EasyButton. Now support transparent background and can play sounds on click too. You can make easily buttons in any format.

ASP_Volume3 #52036
EasyButton

If you have artistic talent, you can make buttons with this code in any format easily. All that you have to do is draw a image. I included some images like example.

ASP_Volume3 #52040
Menu Replacement Version 2

~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor ([email protected]) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*

ASP_Volume3 #52044
ProgressBar Replacement

As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!

ASP_Volume3 #52086
xpWellsStatusbar 2

Added the Office Xp look to Richard Wells' Statusbar. Also added AutoSize to the panels. Here is the link to Richards Pevious submition http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=44379&lngWId=1 The statusbar more closely resembles Visual Studio Dotnet's statusbar than Office XP's.

Languages
Top Categories
Global Discovery