Advertisement

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

5_2007-2008 #185142
Ma Frame

** PLEASE VOTE ** The first version of my Frame control. Includes header,gradient color, ambient backcolour, differents border lines, ability to change each border line's colour separately, etc...(it's a beta version) SEE SCREENSHOT

5_2007-2008 #185178
AlphaBlend Control

This control allows you to set the transparency level of the form that it resides on. I wrote this a good while back when I was learning how to create controls in VB. It uses the SetLayeredWindowAttributes API that is available in Windows 2000. I believe this will work on Windows XP also. I haven't tried it though. A small test application is included to show you how to use the control. It's really simple. If you like it, please rate it and I'll post more code. :)

5_2007-2008 #185184
FORM ANIMATIONS

MAKE UR FORMS BLINK,BOUNCE,SHAKE,SLIDE AND ZOOM. VERY EASY CODE (without any API mambo-jambo)

5_2007-2008 #185195
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

5_2007-2008 #185196
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.)

5_2007-2008 #185235
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)

5_2007-2008 #185249
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.

5_2007-2008 #185275
transparent forms

transparent forms on windows98

5_2007-2008 #185303
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 :-)

5_2007-2008 #185368
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

5_2007-2008 #185393
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.

5_2007-2008 #185439
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.

5_2007-2008 #185446
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.

5_2007-2008 #185472
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

5_2007-2008 #185474
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

5_2007-2008 #185480
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

5_2007-2008 #185515
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.

5_2007-2008 #185616
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.

5_2007-2008 #185642
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!!!

5_2007-2008 #185659
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

Languages
Top Categories
Global Discovery