Advertisement

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

Java_Volume1 #91174
RM Weather Control

This control when added to your VB app will grab the current weather from the net. You can control how the output will look.

Java_Volume1 #91175
ucStdButton 1.5

Simple button control. (Re-coded: 2003.02.18). Zip 8Kb.

Java_Volume1 #91209
Enter to Tab

This code gives the "enter" key the same functionality as the "tab" key in a vb form. When the user presses the "enter" key, it moves the focus to the next control, based on the tab index order. Don't forget to set the KeyPreview property of the form to True. (My thanks to Pennington. His TabToEnter2 code laid the foundation for this code.)

Java_Volume1 #91230
Center Form on *available* desktop area

Centers a form in the part of your desktop not taken up by the taskbar or other system toolbars. If toolbars take up half the screen, no problem. If they are on the sides or the top, no problem.

Java_Volume1 #91231
Excellent Custom Form Shape Routine

After putting a picture on your form, run this code and whatever background color you choose will be subtracted from the form leaving a very custom form shape.

Java_Volume1 #91233
ElasticForms (actually does the resizing!)

After seeing the "Elastic" post below, I thought I'd release my ElasticForms module 'cause this one actually *does* resize the components on the form (even lines). It's pretty tight, fast and it even allows you to set a min width and min height for a form. A zip containing the source and an example project can be found on my home page...

Java_Volume1 #91234
Improved Simple Analog Clock

Displays a basic analog clock on a form. CREDIT FOR THE ORIGINAL CODE GOES TO: Boriza I enjoyed his code so much I had to add a couple of quick improvements. Incrementally uncomment the code lines in the Form_Load event for different clock positions on the form.

Java_Volume1 #91238
HSL<->RGB and Color Manipulation Routines

Routines to convert between Hue-Saturation-Luminescence values an Red-Green-Blue color values (Converted from C++). Also several unique routines using these functions to manipulate color such as Brighten, Invert, PhotoNegative, Blend, Tint, etc. ***NOTE: I have reposted this with the original sorce (now complete). I am working on and will soon submit this in class form, once comments are added to the source.***

Java_Volume1 #91255
An Easy Way to Create a Transparent Form !

I provide an easy to create the non-rectangle form with usercontrol. We may use the control to design a non-rectange form or a desktop animation easily.

Java_Volume1 #91263
AutoResize

This code resizes a form and its controls according to the screen resolution. It also takes into account the size of the screen fonts (although this is untested!).

Java_Volume1 #91277
Stop Form Resizing

Subclass you form to stop users from resizing below a certain limit! If you hate the generic two-liners "If Me.Height

Java_Volume1 #91282
Docking and UnDocking of toolbar and other controls

Update---------------------------------------- This is an improved version of previos DLL. Now it handles child controls of the container control which is being undocked, plus I've fixed the problem with changing focus. Also I've included test project so you can see how it is suppose to work. Old --------------------------------------------- This class allows to undock any control on the form and drag it around. Furthermore, during Undocked state events will be still received at the same place. It is an emulation of the Microsofts abilities to undock panels (ex VB Properties and Toolbar)

Java_Volume1 #91289
An Email/AnonyMail Program Like No Other, Amazing GUI !

Send an Email as anyone simply, with no need for an SMTP server. The brilliant user interface makes theis program a 100% must have. Please dont forget to vote!

Java_Volume1 #91324
AutoSave

AutoSave is a program that automatically saves the file you are working on in the program you specify as often as you want. It is a very useful program especially if you work in a program that has crashing tendecies, and you are worried that your work might be lost. AutoSave demonstrates use of Registry, Menu and Window API calls, and is commented pretty fully. ***Autosave v1.2 is now out!*** Bugs found in the first version have been fixed, so it now works well in both VB5 and VB6! Check it out at http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=12825 and be sure to vote!

Java_Volume1 #91333
Create your own tabbed dialog.

Demonstrates how you can create your own tabbed dialogs without the use of any OCXs or API. Only 2.8 KB to download! This code is HEAVILY COMMENTED, and explains in plain english what every little line does, this example includes 3 tabs, you can customize each tab, and you can add more tabs. IF YOU LIKE IT, PLEASE VOTE FOR IT! I would greatly appriciate any comments or suggestions which you can place by scrolling down this page some.

Java_Volume1 #91346
QView

Example of a Listview Control, File System Object and an Image combo working together. Sample also a nice way to use the Listview control and show plenty of capability that can be added. Includes String parser and keeps track of Current Clicked Items an current folder location.

Java_Volume1 #91389
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

Java_Volume1 #91400
Form Mage

This is the source code to a custom control that will give you more power to work with VB forms. Extra properties, functions, and events including FormMoved, SysTray Icon, Form Shape etc. This is a useful tool even if I do say so myself, I use it and you will notice that if you down load my next Upload called System Mage (Wait and see!) WARNING: Terry has pointed out a glaring error in my code that has baffled me. Somewhere along the line I have coded an error into the property page that causes an error and I haven't located it yet. I'm going to warn everyone about it until I fix it but leave it on here so you can still use the example of the functions in the control. If you see my mistake then pls let me know! Cheers.

Java_Volume1 #91411
NetButton

Its a button .... what else does a button do ? Note : I have fixed the click event problem :) My mistake ..... who else would it be ?

Java_Volume1 #91412
AnimatedGradientLabel

Making Animated Gradien Label. Changing the background of a label.

Languages
Top Categories
Global Discovery