Results for "Category: Custom Controls/ Forms/ Menus"
A UserControl made with a VB6 Treeview control (MSCOMCTL.OCX - 6.00.8862) with customized Background (Color, GradientRectHor, GradientRectHor GradientTri, tiled Picture), Backcolor, Forecolor, Buttons, Tooltips etc.
Finally a textbox-control for IP addres input. Now recently updated, with most of the features of the ordinary textbox, plus a bunch of others.It accepts input in either dot-separated (n.n.n.n) and/or zero-padded (00n00n00n00n) string. The combination 00n00nn.1 is valid!You always get a properly formatted output string: "n.n.n.n"
Maybe 2 years ago someone submited VerticalMenu Well... i did fixes major bugs and try to enhanced it. It is not a full Skin control cause the design have to be done differently. Meanwhile this is fun control to use.
With only 6 lines of code, create an awesome new tab replacement that can be customized to any color, font and size that fits your application.
This Awesome Code Doesnt Let People Close Your Form!! Thats Right! It cannot be CTRL+ALT+DEL Closed, Alt+F4 Closed, The X Button, Even When You Get The Window Handle of Your Form and Try To Close it, it wont close!!! The Only way To close it is "End". This is a Great Piece of Code For Either Security Applications, or Even Joke Applications, You name it! The only way to Close is "End"!! So Have Fun With this awesome code and Please VOTE for me!!!
I started to make a Download manager and wanted a progress bar inside of a report list like napster. So here it is, the incomplete version. I guess i'll post a improved version with resizing the progress bar. And for some reason it adds a blank picture to the first item. i dunno so please help. -Special thanx to Eric
This submission uses APIs from ComCtl32.dll to create a drag list box (a list box that enables the user to drag items from one position to another). It includes a class that will do all work for you (after having been initialized with three lines of code) and a sample showing how to do that. Please note: You'll have to register the file SSubTmr.dll included in order to make it work properly.
File transmision between two computers with modem. Supports resume and message sending.
I made some modifications from My previous entry. Fixed the output.txt problem. It was in the OCX file Source included = OCX,DLL and Sample .EXE DLL SOURCE INCLUDED!!!! FREE. FAST. Easy. This is a port from Chris Yates code (Awesome) Make Transparent Forms using pictures. SUPER FAST AND EFFICIENT. Now you can select the Transparent color. Example EXE to show how it is done. No DLL Calls. Use my TransRegion ActiveX to run the TransRegion.Dll REAL easy and it is Royalty free. Please vote for me.
Hover Buttons. Like the Internet Explorer menu buttons. Check it out. And.. if you like it... please vote... ;)
An about/splash box that has a flicker-free Credit scroll. Uses only the form and one Picturebox; bitblt's the pb image into the client area of the form and uses InvalidateRect to force a redraw of only the area affected. Has methods to read data in from a .RES or a text file. Vote for me if you like what I've done with this, but take a look at Mark's original and let him know he did a great job too! This code uses the basic idea of Mark Robert Strange's 'Flicker Free Gradient Credits' and applies a great deal of modifications to use less resources and have more features.
Allow you to create a file that changes the forms shape. Let you create an array of points, and shows you how to load it in another program. Comment throughout the code...
Dither Any Form The Colours: White, Red, Green, Blue or Random to Black (Similar To Setup Programz). Please Remember To Vote & Leave Comments & Suggestions, Thank You!
This is a list of some basic WebBrowser Commands and a few advanced ones.
Create a look like one used in windows2000 Great for wizards dialogs... Demostration of Drawedge API and DrawText API. if you like it, vote!
This code will give you some ideas on how to break away from VB's standard controls, using VB's standard controls. Ironic isn't it? :) Included: Specialized Textboxes Specialized Command Buttons Scrolling Text SelStart / SelLength
This project will show you how to scroll all of 'your controls within a small form - EASY! 'NO External Files needed!
This sample is a great starting point for a custom control. What this source code shows is how to use various shape controls and pictureboxes to create a custom frame container that has the ability to use rounded corners. This code is well commented. Most of this code can be easily migrated to an ActiveX control. See the screenshot for an example of its appearance. Feel free to leave me feedback, and I will try to respond. Don't forget to vote if you like it!
To center all of your forms nicely on the screen, use this as the first line in the Form_Load event--resolution independent. 'note:call this function like this: Center_Form Me
Show how to make a text box not beep but do something else when I hit the Enter key. This code example makes nothing happen, for an extended period of time: