| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_ ISPanel a Great Option if you need more space in your Forms ! ! _ | VB 5.0, VB 6.0 | Beginner / Fred.cpp | 31285 since 2/18/2002 12:17:08 PM |
By 41 Users 36 Excellent Ratings
|
| |
Name: prjPanelTest
Description: this control is very useful for
those who need more space on their forms,
you can extend you form space using this
control, see example form <br>
how to use: <br>
1.- Insert a ISPanel Control in your form<br>
...(description truncated) (ScreenShot) |
| |
| |
| |
 |
__cHaNgE SyStEm MeNu__ | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / tektus | 8512 since 8/3/2002 4:09:36 AM |
By 5 Users 2 Excellent Ratings
|
| |
Removes Size item from a form's system menu.
So that resizable form can't be resized.
It is a better methode than using in the Form_Resize event;
if me.width < 2000 then Me.width = 2000 etc..
You can remove other items to change the behaviour of the fo ...(description truncated) |
| |
| |
| |
 |
A Complete Multi Downloader (using multithreads) | VB 6.0 | Intermediate / S.Y. Kim | 120634 since 3/14/2001 6:10:51 PM |
By 36 Users 26 Excellent Ratings
|
| |
This project downloads multiple files from the Internet(web) simutaneaously. I used multithreads to do it. <br><br>
You can active up to 20 threads, that is, you can download 20 files at the same time. Or, you can ...(description truncated) |
| |
| |
| |
 |
A Basic, Alpha Blending, Picture Slideshow | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Sean Patrick Kane | 8003 since 7/3/2005 4:04:32 PM |
By 4 Users 4 Excellent Ratings
|
| |
This is a great example of how to resize images into pictureboxes, queue any number of images in the form of a slideshow, and alpha blend each consecutive images to create a fading effect between pictures. The program interface itself isn't designed to be ...(description truncated) (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
A quick VB tip | VB 5.0, VB 6.0 | Beginner / kmmatney | 10282 since 7/17/1999 |
By 9 Users 6 Excellent Ratings
|
| |
This is not code but a simple tip. To easily move one or more controls around the screen, simply select the control(s), then press the arrow keys while holding down the ctrl key. Use the arrow keys along with the shift key to resize controls. I find this ...(description truncated) |
| |
| |
| |
 |
A resolution free programme | VB 5.0, VB 6.0 | Intermediate / Chetan Amin | 10062 since 1/9/2005 8:45:20 AM |
By 6 Users
|
| |
if you face aproblem that your apllication does not proper if someone changes the screen resolutions. Here is the simple code to solve this problem. here you can add as many contreols in form and it will be resized automatically.
|
| |
| |
| |
 |
A very, very simple No resize Form, without OCX or DLL. | VB 6.0 | Beginner / Xip3000 | 4155 since 1/7/2004 6:10:20 PM |
By 3 Users
|
| |
A very, very, very simple No Resize Form, without OCX or DLL, only a simple code.
Please, no vote. Thanks. |
| |
| |
| |
 |
A*Easiest way to move form without titlebar and Resize borderless form! | VB 5.0, VB 6.0 | Beginner / Ryan Olson - OLSONAMI | 6635 since 12/19/2001 11:23:49 PM |
By 9 Users 6 Excellent Ratings
|
| |
This has got to be the easiest way to resize a borderless form (borderstyle=0) and move a form without a titlebar!!! NO API!!! Please comment/vote. (ScreenShot) |
| |
| |
| |
 |
A++ Control Resizer with 4 modes! | VB 5.0, VB 6.0 | Intermediate / Edward Catchpole | 8740 since 6/15/2003 8:45:24 PM |
By 9 Users 4 Excellent Ratings
|
| |
Simply and easily resize all the controls on any form by use of a reusable class. Set the different modes for the Left, Top, Width and Height properties of controls by entering 4 numbers into their Tag property (a number for Left, a number for Top, a numb ...(description truncated) |
| |
| |
| |
 |
Add Progressbar to StatusBar | VB 6.0 | Intermediate / John Phillips | 10158 since 10/1/2002 1:56:13 PM |
By 22 Users 17 Excellent Ratings
|
| |
This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to s ...(description truncated) |
| |