Results for "Category: Custom Controls/ Forms/ Menus"
This is just a cool as feck clock its a must download. you will need to get some pics for it though but the code works.
Make cool custom buttons using only VB intrinsic controls. 13 types of buttons. Check out the screenshot.
Subclassing standard VB Command Button, CheckBox, RadioButton for own paint with graphics from Windows XP
Render 3D Objects using a inputted list of vertices and polygonal planes on a X, Y, Z environment. Originally an Object loader for a scrapped chess game. Render in wireframe or vector shading. It's not very well remarked, but I'm sure most of you will understand it. I hope you like it.
This isnt the best example for using a tabstrip... but i felt i needed to submit something... i hope it helps someone out... email me with comments... and as always... VOTE!!!
My Code changes the Titlebar Style in your App. You can specify two Colors for the Gradient in the Titlebar and you can choose the Gradient Angle. It's a must see code ;-) When you like then please vote for me ...
Language interpreter using Visual Basic Runtime. (Obviously slow). I forgot why I took this post down. ModLangNotes.bas has instructions.
menu system
Creates a system tray icon for your application with a popup menu and other functionality.
The simplest (as few as three lines of code needed!) and best code to implement explorer-style splitter bars
Put anything you wanna melt inside my picture box and watch the effect.. With this code you can easyly create a melting-screen-save! So: Try it out!
Allows you to easily create a hyperlink in your program. This control is easy to use and feature-rich! Features: jump to url, mouse-over color change, mouse-over underline, mouse-over browser-style hand pointer, click event sound, tooltip, auto-sizes to fit text, mouseOver and mouseOut Events. Code update for HyperlinkAX. Complete source and example, compiled OCX.
This is the new MessageBox 2.0 !!! Fully customable !!! Easy to implemented !!! Use instead of MsgBox : MessageBox . Same Paramteres!!! and don't forget to vote !!! Now you can make your own MessageBox: Change the Icon and the buttons and you see you have your own MessageBox.
Learn how to make ur own screen saver lookalike with this simple code!!!! please comment and vote!!!
When making menus with Win32 API functions, have you ever wondered how to call functions when the user clicks on a menu entry? This code shows you how to solve that problem using subclassing, in very few lines of code :) Please rate this.
An example for beginners, showing how to use the MoveToEx and LineTo API calls. Gets the current time, converts it into (x,y) coordinates and draw the "clock"...DON'T FORGET: DON'T EVEN THINK ABOUT VOTING FOR ME!!!
Make a standard, ugly, Mscomctl toolbar control look flat, without extra OCX, and just one function call!
Complete ListBox tutorial all on one form! I included the following features of the ListBox control: Loading from file/Saving to file Delete Item Add Item Find Item Multi Selection Stuff: Remove selected items Copy selected items Select all items De-select all items Note: The file that is used for the file loading procedure is included in the .zip file. It is called Names.txt . Try adding lines to this file or even changing the code to open C:\WINDOWS\WIN.INI
This is a simple way to move the form, without the use of a staus bar! Just click and drag anywhere on the form. I also threw in an option to make a menu popup without the use of the menu editor! Shows how to view a menu, made by the menu editor, by clicking a command button! You can also apply this to almost any control.
This program draws a circle gradient wherever you click on the picture box. It uses the point that you clicked as the origin, and you choose your own colors and custom colors.