Results for "Category: Custom Controls/ Forms/ Menus"
Every ones seen the menu thingi in Outlook, well I decided to make one. So here it is, Its pretty simple but works well and looks good! You can put in as many images as you need with their actions. A great enhancment to an app and looks good! CHECK IT OUT!!
This is an update to my previous version of the Circular Progressbar. Improvements include "Rainbow style progress" and different directions of which the progressbar can progress. The jpg has bad colors and makes the rainbow look bad, download it, it looks better than what it shows. Try it, and don't forget to vote!
This control emulates hot links (seen in web pages, and other apps like Outlook mail rules and the triggers section of the Starcraft Level editor.) It supports word wrap, pictures and highlighting! Have a look and please vote!
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.
Want to create scientific calculator? Today with Chip 8083 FX you can do it very easy. This chip is a kind of ActiveX DLL that handle simple math expression. But... As a mater of fact, simple but powerfull. You can use any expression, and you can use more then 30 build-in functions. If that's not ok for you, you can define your own function and use it in your expression. Try to use it, and you will know... Chip 8083 FX is very powerfull tools that ever created!
This Custom Message Box allow you to change the look of Message Box, which is often use in Windows. I think the Windows's one is boring, so I made it myself. There're still some little bug, but I promise I'll update it again soon. P.S. This version is already out-of-date. Please click on the link to my other submission below to download the updated version. P.S. Using of .gif picture made the screen shot look ugly, so please download the real program to take a look and VOTE. P.S.S. Please don't waste your time downloading this out-of-date submittion, go download another one using the link to my other submittion below. This version is buggy.
This is a new version of my Progress Bar ActiveX controle i studied the feedbacks and add good properties Color,Min/Max with negative value accepted (ex: Min=-500,Max=500) more than 8 FX presets for smoothing the progressBar I'm waiting for your feedBacks or remarks
This code will give a great effect to any control making the user interface much more professional
Shrink Window on Unload
Resize All Controls On A Form
Simple way to have labels replace a couple of standard controls. Very easy to do!
A complete graphical button: Automatic 3D colors, all standard picture types supported with transparency ability, justify and alignment options, MouseIn & MouseOut events... __________________________________________________ Re-coded: 2003.02.19
Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub
Replace plain rectangle tooltip with a Balloon shaped Tool Tip!
This just shows how to access CommandButton's, Label's etc.. from another Command or label. So when you click Form1's Command, you can actually be clicking Form2's command. Very useful for shortcuts.
This proyect has two parts: 1) 3D Transparent Sphere, and 2) Texture Sphere, WITHOUT OCX, DLL, API,... Enjoy it and I'm sure this will help you to understand 3D Programming. Good Luck.
It is a neat way to edit the "display only" MSFlexgrid without locking the user into the TextBox and still permitting "multiple cell entries". Slightly revised and some dead code and typos elimination. Posted as a .vbp & .frm file. Unzip, then load the .vbp file. Added a couple of functions.(9-14-99) (9-23-99) MAJOR ADDITIONS: - (1)In-Cell Cursor control,(2) ADD, DEL, INS, EXTRACT Columns or Rows, (3)"" recovers from accidental OVERTYPE. - Try finding that in MSDN! Please send comments as to useability! 1-4-2001 Backspace annoyance fixed!
This code resizes a form and it's controls (and fonts) according to the users resolution.
Gets how many times your form was loaded
Being optimistic, I have made a code that will resize an image, allowing the user to save the image as a thumbnail. Here's hoping I've solved problems. Even if it doesn't work for you, it should give you a small idea of how it's done.