Advertisement

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

4_2005-2006 #162677
TitelBar V4.00 Update

This Titelbar ist a complete Replacement for the normal and boring Windows Titelbar. It act like the original, you can handle and Move, you can Minimize and Close it like the real one. Simple put it on your Form (Borderstyle of your Form should be 0). You can change the look by 4 Gradient Color Style, also for two Zones. There 12 Different Styles (like on the Screenshot). Your can also add Icons, you can Change the Sytle of your Caption (Color, Shadow, Border etc.) This time there are 3 Types of Buttons (Close, Minimize, Maximized), you can put your own Icons in the Control as well. Feel free to Comment and to use it for your Projects. Update 16.10.2009 - V4.00 Changed the Style Information into english (I tried :) Added the Maximized Button and Function (as Windows) Regards J.Pfeffer alias Peppa

4_2005-2006 #162678
Dial Control

This Control is useful for example for Musicans. You can use it also as a Volume Meter etc. Feel free to use it for your Projects. You can change the Colors, you can use your own Graphic (any Size) you can edit many parameters (Radius, Style etc.)

4_2005-2006 #162717
AniButton Command button wiht png picts

AniButton = Chamaleon Button reloaded, this control is the conjunction of work of various authors, i added the capacity of load PNG pictures and 32Bpp Icons with the code of FYI(LaVolpe)

4_2005-2006 #162731
ActiveX - loaded dlls with version info

Shows a list of dlls loaded for a task. Also shows extended version information for each loaded ocx, or dll.

4_2005-2006 #162757
transparent forms

transparent forms on windows98

4_2005-2006 #162785
Tabbed Browser Control

This is just a simple control designed as a drop-in component to allow a Tabbed Browser environment. I was working on a browser for personal use using tabs and a few people I work with, including my IT manager wanted apps done, using the interface, so I dedicded to make this control to make it easier to create the apps quickly. You can Add/Delete tabs, Block/Query popup tabs (popups display in a new tab) If you like this....Please vote....if not, don't Any/All CONSTRUCTIVE CRITISISM is welcome.... Please be easy....this is my first submission and I thought that maybe others would find it useful :-)

4_2005-2006 #162850
Advanced ListView Control

This is an advanced ListView Control. It Populates a listview control using the given path with the files and folders. The control retains most listview properties, events and methods plus: UserControl.Path (Read/Write) Property that specifies the path to populate UserControl.Populate Method to populate the control Feel free to enhance it! Copyright © 2002 George Kontostanos

4_2005-2006 #162875
Dedupe ListView Function with an Database. UPDATED! Also shows how to do some simple math

My Code commenting sucked, My bad. So heres the update! This funtion is meant to be used when passing values from another control to a listview control with a database. I needed a way to keep duplicate entries away in the recieving Listview. The funtion is called after the row insertion on a double click event or Drag and drop.It works because the index is set dynamicaly by the database values.If used out of context it WILL delete everything, which in fact, does suck. I used LCase incase you want to pass a nonnumerical value(which i did and then did not), but you can remove it, no harm, no foul. Hope this helps. Feedback is very welcome. Please Feedback, Please.

4_2005-2006 #162921
Windows Xp Style Menus

If you want to make your programs look alot more attractive and stylish, why not start by replacing the dull menu? This code makes your menus look professional like Windows Xp. Of course it is 100% the same, but it still looks good.

4_2005-2006 #162928
FreeImageSuite

The free document image highlighting solution is back again! The original code has been revamped to be more object-oriented. The package now includes a thumbnail viewer and several classes and interfaces that you can use to implement your own annotation classes. The code is still in heavy beta stages, but useable enough for now. Includes a demo app to show you how to connect the image viewer to the thumbnail. Image/thumbnail annotation is kept in sync with a tricky Interface-Events workaround. This may change when multiple thumbnail highlights is implemented.

4_2005-2006 #162954
Cool graphical scroll bar

Scroll Bar[cool!!] This is a cool scroll bar.You can change it base and bar picture whatever you want.It uses only one api call.I think it is great.What do you think? Het don't forget me and Please please........vote for me

4_2005-2006 #162956
Cool graphical progress bar

This is a cool progress bar.You can change it base and bar picture whatever you want.It uses only one api call.I think it is great.What do you think? Don't forget me and Please please........vote for me

4_2005-2006 #162962
A Thumbnail Viewer Control

This version no longer uses RegObj.dll or the scripting runtime. Also fixed the path problems( I hope). The Thumblist ViewerPane control takes a folder path as an argument and displays all the Jpeg, Bitmap and Gif images in the folder as thumbnails in a resizable viewer pane. The control supports multi-select and has a built in image viewer and property sheet for the selected image. Images may also be selected for copying, moving and deleting. The control also features a configurable right click context menu. Check the screenshot of the test application. I have loaded 500 thumbs onto the control with no problem. Note: to run the test application you will require the Common Controls Replacement Project FolderTreeview Control. You select the source folder on the toolbar using the button next to the textbox . The treeview selects the destination path for copying or moving files. This is available at: http://www.mvps.org/ccrp/controls/ccrpftv6.htm

4_2005-2006 #162997
MenuNavigator

Windows Vista/WMP11 menu navigation bar with 4 pre MS Office styles. A simple usercontrol that implements this "new" UI experience. Very simple to use.

4_2005-2006 #163098
Icono en la Barra de Estado - Task Bar Icon

Con este formulario tú podrás puedes poner a tu sistema con un icono en la Barra de Estado ( junto al reloj ) cuando lo minimices. -- With this form you can put to your system with an icon in the Task Bar (next to the clock) when you minimized it.

4_2005-2006 #163124
REAL Flat Button

Aw yeah!!! Check this button out!!! It has great look on Win98, Me, NT, 2000 & especially XP!!!! Aw yeah!!!!! Check out the preview!!!

4_2005-2006 #163141
Fast count of the selected items in a listview control (with the api SendMessage)

returns the number of selected items in a listview control its a lot faster then looping te listitems one by one and check the (.selected) state of each item

4_2005-2006 #163142
Counting en Getting Selected listview items with the SendMessage Api

!! Update !! Now counting the selected items in a listview and get the selected items quick from the listview

4_2005-2006 #163146
XP Button

Subclassing standard VB Command Button, CheckBox, RadioButton for own paint with graphics from Windows XP

4_2005-2006 #163195
Collapsable Toolbox Control (like in Macromedia MX products)

**UPDATED 7-31** Now you can... ->Customize the toggle button ->Add a custom Icon ->Set the Titlebar Back Color ->Set the Titlebox BackColor **END UPDATE** A toolbox that is collapsable (see the screenshot) its pretty self explanatory, you can collapse/expand it programatically by calling the Collapse or Expand method. This conrol acts as a container too! Please vote for me if you like this control, I will update it as necessary. Please leave ANY comments that you have, and feel free to email me!

Languages
Top Categories
Global Discovery