Advertisement

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

C_Volume2 #70100
VB ExTooltip

ExTooltip Class is the First Full VB Open Source from Scratch written code, that allows you to create AWESOME Customizable tooltips. Display any custom Icon of Your Choice. ToolTip can be standard rectangle, or Balloon style like windows 2000/XP Make Your Balloon Tooltip Semi-Transparent (Works on All Windows) Add Any Color, Gradient or Picture of your choice to the Background. Use any Custom Font you want on each Tooltip. And more!! The Ultimate Tooltip code you will want to use! Updates at http://www.geocities.com/sistec_de_juarez/ExTooltip/

C_Volume2 #70106
Transparency Control

Looking for a method to produce transparency fading on forms that easy to use, lightweight (~9kb), and provides a clean method to subclass your forms Load/Unload events? Then this simple Transparency Control is for you! Just drop the control on the form and the rest is done for you…

C_Volume2 #70115
Codeline Tracker :> copies each line of U'r code as it executes so U can examine code flow

This is a simple addin that can help you examine the exact flow of your code. It copies each line of code as it executes...then you can save this as a text file and examine to detect potential weaknesses or bottlenecks your program may have

C_Volume2 #70138
New Code And Procedure Injection

Read On.

C_Volume2 #70147
Allow User To Resize Controls The Simple Way

UPDATED To allow the user to resize a control at run-time with the mouse. All API, short code, just set it and forget it. Useful for picture boxes, report designers, etc. No high overhead.

C_Volume2 #70153
API/constants/types autopaste addin (resubbmitted without the large avi files)

THIS PROGRAM IS A VB ADDIN THAT SIMPLIFIES AND QUICKENS THE PROCESS OF INSERTING API DECLARATIONS AS WELL AS THEIR ASSOCIATED CONSTANTS AND TYPES IN YOUR PROJECT. HERE IS HOW IT WORKS: 1) FOR API DECLARATION INSERTION: type out the api call i.e "setwindowpos" (without the quotes) select or highlight the call with your mouse cursor, and with the left button still pressed down hit the "a" key on the keyboard. 2) FOR CONSTANTS INSERTION (a) if you know the constants you want type out the first 3 letters ( or more) of the constant(s) you wish to insert. For example..say you've just inserted the api call "DrawText" which requires at least on of the constants prefixed with "DT_ i.e "DT_LEFT or "DT_SINGLELINE" Type out "dt_" (without the quotes) select it with your mouse and with the left button still down hit the "c" key select the constants you desire from the alphabetical list (b) If your unsure of the constants you want with the left mouse button pressed anywhere in the code window hit the "c" key select the constants you desire from the alphabetical list 3) FOR TYPE INSERTION (a) if you know the type you desire type out the entire types name i.e. "pointapi" (without the quotes) select it with your mouse, with the left button still down hit the "t" key, confirm your selection (b) if your usure of the constants you desire with the left mouse button depressed anywhere in the code window, hit the "t" key. The entire list of constants is displayed in alphabetical order. Make your selection(s)

C_Volume2 #70181
Real Window Snap to

This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.

C_Volume2 #70192
Combobox - Font Color / Font Bold Ability!

This is a FULLY FUNCTIONAL Custom Control. I have not loaded it with features for the purpose of letting you download it and add to it yourselves! The code Included Allows RemoveItem, Clear, Listcount, Item(X), and AddItem(Text, Bold, Color)

C_Volume2 #70196
Toolbars with Chevrons Demo

Chevrons are buttons that display a popup menu when there are more items on a toolbar than room to display them. All items that overflow the width of the toolbar are dynamically added to a popup menu to display them. Special thanks to Night Wolf for use of the Gold Button control which can be found here on Planet Source Code. Please vote if you like it, and drop me a line if you have any questions.

C_Volume2 #70203
Flicker -free Info Control

This control was used in several commercial applications that I've written as an on-screen Help system. I've included the prototyping code (non-api) and the flicker free API version. I hope this helps someone ..... Happy Coding!

C_Volume2 #70223
PicViewer OCX 1.0

This is not a really new submission. It's a simplified version of PicScroll v3.0. I've added -some people asked about this, and this is the reason for this version- Best Fit mode. Nevertheless, zoom factors still are magnification factors. See iDst_Paint sub to see how current visible area is painted. You'll understand why fractional zoom factors (1:2, 1:3...) 'bring' this problem. __________________________________________________ (Re-coded: 02.10.2003)

C_Volume2 #70248
Alpha Blending Menu's

Shows you how to use the Alphablend api to make a menu system.

C_Volume2 #70249
JW_Cooltab

A new VB Tab-control that looks like the one used in Photoshop.

C_Volume2 #70258
EBDSNCombo

Supplies a list of available User and System ODBC Data Sources. The DriverFilter Property allows you to limit the available DSNs to that of a specific driver (e.g. SQL Server). Uses pure ODBC API calls.

C_Volume2 #70261
MDLockFormResize

Lock's user resize in a form without FLASH. It's very easy, just put MDLockResize.OCX in a form and set the properties MaxFormHeight, MaxFormWidth, minFormHeight, minFormWidth.

C_Volume2 #70267
FIX :TabDock Control with Error Free Example

THIS IS A FIX FOR MY LAST SUBMISSION * ALL FILES ARE INCLUDED! Look in the "RELATED" folder for the tab dock control. COMPILE THE TABDOCK CONTROL, then add it to the MDI form that is included. IF you have any more concerns...contact me on AIM: CAaronWright! This is a nice example of the TabDock control at work. I did not write the control, but I did fix alot of errors in it, so this control should run smoothly now. The example included, however, was written by me, and also works perfectly! The example will show you how to Dock and Undock four different forms all at one time, or individually via Menus. (See screenshot for more detail) This is pretty much like the VB environment, so have fun, and If you like it, please vote, thanks!

C_Volume2 #70283
Transparency Control (Update)

Need a transparency fading effect for both SDI and MDI Forms? Want the control to be drop in place, lightweight (~10kb), provide Load/Unload event subclassing, and allow splash form sleeping? This simple Transparency Control does this and more...Just drop the control on the form, set the properties and that is it…No additional coding!

C_Volume2 #70285
Multilingual Timeline Control for Appoiments

This Control shows any Appoiments in a timeline. The Timeline is variable from any date. You can Display one Day or more. In this example will display 2 Users (JR and HP). He has different Timelines. Try it out. The Caption for Month and Years comes from your System hmmm i like this.

C_Volume2 #70291
XP Container Control (UPDATED)

A simple XP Style lightweight container Control. Updates: 08/04/2005 - Resize Bug Fixed.

C_Volume2 #70300
LaVolpe Selection Tool

A usercontrol that mimics the selection/sizing tool like VB & MS Paint. It is a little unique, is flexible, and works well. Developed for a skinning engine I'm creating. I think it is pretty much done & offer it to you to play with. Read the remarks please. It isn't that big of a project.

Languages
Top Categories
Global Discovery