Advertisement

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

2002ASP #3030
Custom button in Titlebar - Updated!

This code shows you how to place an own CommandButton into the Titlebar of your program. Great for special commands in your app. Easy to implement and a cool thing that will impress your users. Enjoy! AND VOTE FOR ME! To users of WinNT4 or Win2k: I am sorry I have to tell you that this code won´t work on your system. That might be because NT Technology has got a higher security level and doesn´t allow this program to hook windows.

2002ASP #3031
Columns in Menues! Look at the Screenshot!

This code creates a column menue from a normal menue with a free selectable number of items in one column. This works also with bitmaps in the menue. Useful when you have menues that are too large for normal VisualBasic appearance. Enjoy! AND VOTE FOR ME!

2002ASP #3032
RAINBOW PROGRESS BAR (like in InstallShield)

Tired of using the ProgressBar control? This Example shows you how to create your very own ProgressBar with FREE selectable BackColor and FREE selectable ForeColor. Enjoy! AND VOTE FOR ME!!!

2002ASP #3033
REAL C++ CONTROLS IN YOUR APP!!!

Do you know the code "Real C++ Buttons" by Randy Mcdowell? It sends a message to a VB Button to make it a "C++ Button". But if you look at this button with Spy++ you will see that it is still a "ThunderCommandButton", the VB Button. My code lets you use EVERY C++ control in your app!!! And these controls are REAL C++ controls!!! Think of the fantastic controls you can have: e.g. the cool hotkey control. Or what about a "real" RICHEDIT control? The only limitation is your fantasy! Control events are also supported. Well commented, and easy to use even if you don't understand everything that happens. Have fun with this code, use it in your app, and if you like it VOTE FOR IT!!!

2002ASP #3034
Mirror Menues!

This code flips menue items horizontal! Just take a look at the screenshot.

2002ASP #3035
How to make an individual Form - ActiveX Control

This Code shows how to make an ActiveX-Control that gives a Form the shape of a bitmap or the shape of any text. Includes Demo Projects. Very Cool Effect! Must see!

2002ASP #3049
Windows XP clone command buttons, option buttons, and check boxes.-- MAJOR UPDATE!!! (finally)

I'm finally updating this submission! I have completely redone all three controls. The command button is more richer, has more of the "feel" of the acutal Windows XP command button. I noticed previously it flickered, not anymore! I'm completely drawing these buttons to the user control, so there is no flicker. I was also using a timer to detect when a mouse entered and exited the control, which was a bad idea. I'm now using a different method. On these controls you can set the ForeColor, BackColor, and Font properties. Responds just like actual Windows XP buttons. This is a major improvement from my last submission. Well anyway, hope you enjoy these, now everybody can take advantage of the appealing Windows XP look. NOTE: In the screenshot, the controls on the left are the cloned ones :-) Can't really tell a difference, can ya?

2002ASP #3052
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!

2002ASP #3103
A Progress Bar / Slider

I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.

2002ASP #3116
Create Random Control at Runtime

Create a label, commandbutton, frame, textbox, hscrollbar, listbox, picturbox, shape, dirlistbox, filelistbox, drivelistbox, vscrollbar, optionbutton, line, checkbox, image or combobox randomly with random height, width, top & left properties

2002ASP #3118
Save last screen position

Save the last screen position of your form.

2002ASP #3135
How to add new menu items to a form's existing menu at runtime...

This code demonstrates how to add new menu items to a form's existing menu at runtime. It can be easily modified to add new menu items to other programs' menus as well.

2002ASP #3177
MacSHELL 1.90

MacSHELL is a macintosh look alike shell for windows. My main idea was to emulate the macintosh system as accurately as possible. It still doesn't look completely like the mac but I hope to add more mac features soon! I got lots of feedback from my first two versions and now I have updated it as best as I can. There is lots of room for improvement so please leave your comments.

2002ASP #3180
SysTrayIcon.ocx

This ocx allow you to easily place, change or delete an icon in the system tray and set its tooltip. This ocx provides support for mouse events. To use it in you project just place this object in a form and call CreateIcon, ChangeIcon or DeleteIcon. A test project is included.

2002ASP #3185
Magnetic Forms

Modified from Benjamin Wilger's original source. Gives forms a Winamp-like docking behavior. I have added support to make the forms move together when docked, just as in Winamp. Previously, the windows would dock to each other, but not move together. This version adds the option of making one form the "master" of the other docked forms, so that when the master form is dragged, forms docked to it are dragged as well. Many, many thanks to Benjamin Wilger for his code, without which this version would not exist. (See http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=27489&lngWId=1 for the original code.) Please cast a positive vote if you enjoy this code. It only takes a few seconds, and I feel less like I'm operating in a vacuum here.

2002ASP #3203
Windows Start-Up Progress Bar

Hey! This creates a type of progress bar like the one Microsoft uses when Windows is loading. This looks so much better than the standard windows progress bar for those times when you just want to show that the computer is working and you don't need to show a percentage of how much is done. I created a class to easily import it into a project. This example has enough comments to understand how it works and how to implement it in your project. I am personally using it in a Splash screen to show that work that must be completed before the user can continue.

2002ASP #3219
Get the seperate RGB values of a Colour

It turns the Decimal format of a colour value (example: 16777215) into three seperate values containing the seperate Red, Green, and Blue values. (example: red = 255, green = 255, blue = 255).

2002ASP #3223
Real mask you password

This code mask symbol in TextBox. Nobody (unmask-programm) cant show you password. Four line of code protect you programm.

2002ASP #3246
Customizable Color-Shifting Slider Control

It always bothered me that Microsoft didn't make their boring Slider control with more options. This control allows you to customize the appearance of the gripper. It also, like the Winamp Slider control, allows the background to shift color intensities as you get closer to your miniumum or maximum values. Enjoy!

2002ASP #3250
Without Common Dialog Control

This code does every thing that the common dialog control can do. the module CDModule (CD = Common dialog) has function that replace the common dialog actions. You need to have the common dialog dll.

Languages
Top Categories
Global Discovery