Advertisement

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

ASP_Volume2 #26977
ucCoolList 1.3 (Long scroll support)

This is in response to a request. Nothing new, only a little addition: long scroll support. __________________________________________________ Zip 19Kb

ASP_Volume2 #26984
ucCanvas 2.0 - High-quality image previewing

ucCanvas2 user control: High-quality image previewing (w/ zooming+scrolling) through GDI+. If you don't have XP or Win2k SP3 then you must install GDI+ dll: http://www.microsoft.com/downloads/release.asp?releaseid=32738. __________________________________________________ Zip 11Kb

ASP_Volume2 #26991
New! Skingen! Make transparent forms the right way!

Skingen loads a bitmap and makes a form transparent. See screenshot.

ASP_Volume2 #26994
Gradient Progress Bar Demo

This is a gradient progress bar demo using custom activex control. There are six colors altogether : blue, green, grey, purple, red and yellow. Each color comes from different control. If you want a custom gradient progress bar in your project, this is the best solution for you. Leave comments please. Also, please put some globes for my work.

ASP_Volume2 #27007
MySkin V1.02 UPDATED Preview

Recently I noticed a few submissions without all their source code, one in particular caught my eye, ESEE VB FORM SKIN, there was no source code to the DLL, so I set about making my own simple version, here is the result, please note I have only spent about 2 hours on this, and its not that advanced as ESEE VB FORM SKIN, but it is complete source. There is a simple test app as well, please read the ReadMe file included though! Thanks. UPDATED: 02 JAN 2004 PLEASE READ THE README FOR MORE INFORMATION!

ASP_Volume2 #27012
XP Style Button 2

This is the 2nd version of the XP Style Button. Have a look at the Screenshot. What you see is what you get. It even brings the look and feel of XP to 9x. The color of the gravel surface can be selected from properties or during runtime. You can select a MouseOver color, a MouseOverFrame color or hide one of them if you select the same color. The edges are round on any background. Please send me your feedback for improvements

ASP_Volume2 #27034
_Disable X button on form

_Disable X button on form

ASP_Volume2 #27093
Cool Alternative Frame for Visual Basic (UPDATE Version 1.1)

Alternative frame with Visual Basic. Very cool. Acept colaboration from other users. More Resources. Tanks for users send sugestions for me.

ASP_Volume2 #27118
_ Shadow Label Control (Version 2)

Version 2 of my 3D Label control. The shadows are now smooth and very professional looking. Easy to use control. Works exactly like a normal label but this one looks better. Vote if you like it please!

ASP_Volume2 #27119
Bevelled Controls

Three self-drawn bevelled controls, no bitmaps used to create the full 3D effect. BUTTON control usable as command, option or check button. NUMERIC DISPLAY control with built-in interchangeable Base display, Display format, Angle Units and others, suitable for use as a calculator display. WHEEL control, this is a vast update of an ealier submission, may be used in place of scrollers, sliders, up-down control and progress-bar. This a beta version only, Property Pages have not yet been constructed and documentation needs to be expanded. Whether you like, dislike or hate this, please VOTE and reply with CONSTRUCTIVE comments.

ASP_Volume2 #27127
CuStOm EXE BuTtOnS!

You can make your own EXE command buttons and make the button captions! Also included is a Custom message box editor. This was tested may times so the the Error count is 0! PLEASE VOTE! and leave feedback for improvements or anything else!

ASP_Volume2 #27130
Outlook 2003 SideBar V1.6 Final (Update 25 Aug 2004)

A Complete Implementation Of The Outlook 2003 Sidebar Control. Now Version 1.4 Too Many Updates To Mention Take A Look. This Code Is Completely Free, But If You Use It Please Credit The Me, Alot Of Time And Effort Has Went Into This Code. As Always Comments and Constructive Criticism Is Always Welcome. Kind Regards Gary ___________________________________________________ Updated: 24 Aug 2004 Fixed: The Large Icon No Draws Properly On The Toolbar. Added New Propery: Display Chevron Menu. Gives The Developer Control On Wether Or No The To Show The Popup Menu. Control Version updated To Version 1.5 Kind Regards Gary ____________________________________________________ Updated: 25 Aug 2004 This Is The Final Update I Will Be Posting.(Until I Get More Time) Added: Caption Font Property, Item Selected Color Property. Changed The Menu Chevron Color Appearance To Look More Like The Outlook 2003 Sidebar Chevron Button. Cleaned Up The Code And Set Version To 1.6 Kind Regards Gary

ASP_Volume2 #27138
_Attention Box_

A custom message box that is both simple and easy to make. Just read the included ReadMe file. Please don't forget to vote. Thanks and God Bless.

ASP_Volume2 #27143
A 3D Pie Chart Control

Design a 3D piechart for your custom app using an array of percentages. You can change the color scheme, and add mouseover , mousedown, and mouseup events for each pie piece in the chart

ASP_Volume2 #27154
MS Winsock for VBscript

Winsckw.ocx is a custom wrapper around mswinsck.ocx control. Allows using winsock in Vbscript overcoming licensing issues. Few VBscript samples for sending emails, peer-to-peer HTML chat is included.

ASP_Volume2 #27156
textboxBorderOCX -updated

This is an update to my previous submission. It does not use shapes this time.I hope I got enough of the right properties to make this useful and flexible. Have fun and Howdy from Texas

ASP_Volume2 #27181
Adding multiline balloon tooltips to ListView items

The attached code demonstrates a technique you can use to create multiline balloon tooltips for ListView items. The code is based on the following simple idea. In the MouseMove event you need to check the index of the item under the mouse pointer, and if this item is changed, you simply redefine the text of the tooltip attached to the ListView control. Notice that you should destroy the tooltip if there is no any item under the mouse pointer. To determine the index of the list-view item under the mouse pointer, we send the LVM_HITTEST message to the ListView control. The SendMessage function you should use to send this message returns the index of the item at the specified position, if any, or -1 otherwise. Before you send the message, populate the pt field of an instance of the LVHITTESTINFO structure with the coordinates of the mouse pointer (you pass the reference to this structure as the value of the lParam parameter in SendMessage). You can use for this purpose the X and Y parameters of the MouseMove event of the control, but draw attention at the fact that these parameters can be measured in twips and you need to convert them in pixels. This simple idea can be used to create such tooltips for ListBox items, any grid control items and so on. For instance, we use this technique in extra samples for iGrid ActiveX Control we produce (this is an editable replacement for ListView and FlexGrid – visit www.10Tec.com for more info).

ASP_Volume2 #27194
LED Control

this is just a simple control that mimics an LED. you give it a binary value for which sections to light up, and it does it. there is also a built in function that has digit presets and other things.

ASP_Volume2 #27206
Calendar DLL

---XPDualMonths DLL File Source Code--- Features: 1.Single Month display and Dual Months display. 2.Multi-selection with key,even using Mouse rectangling to do multiselection;Using to de-select it. 3.Left,right,up,down,home,end key to move selected day. 4.Customerized visual styles.(Border style,color styles,Line styles...) 5.Selected dates can be rolled back. 6.DLL File attached to a Picturebox 7.Resizable 8.Easy to extend to 12 months Zip File:21KB

ASP_Volume2 #27219
LightGrid

Lightgrid is a little(45 KB) replacement for the big FlexGridControl (240 KB). It hasn't all the features like the FlexGrid, but it has a great features, like BackgroundPicture, transparent cells, you can draw on the Backgournd like on a PictureBox, and so on. It's good for these people who didn't want a 240 KB big Control and didn't want to use such a big grid like in Excel, because it's not really fast if you use many cells. I've commented in german and english. So try it out and see if you can need it and if you find it good, then please vote.

Languages
Top Categories
Global Discovery