Results for "Category: Custom Controls/ Forms/ Menus"
This is a single file'd 'ImageList' control. It does not uses a property page to add/delete/modify/list images. All the operations can be done right from the vb's property window. Very simple to use control with the least possible file size and gives better scence and appearance!! Check this out!, and please give me Feedback. Jim Jose :-))
Heavly improved version with Item completer, Subclassing, Api scrollbars, XP style, Mouse wheel... : It is a High Performance, Ownerdrawn and Stylish 'Listbox' control with many advantages inluding Multi-line selection, Custom list-icons, Item Highlighting, Unicode support, Adjustable RowHeight, List Sorting, Grid lines and nice Gradient effects. This control is an update for my 'ListBoxEx' control. It uses 'McImageList' for image reference. The imagelist control is also included in this zip. Check this out, and please give me your feedbacks!!, Jim Jose :-))
This is an advanced, single file'd, ownerdraw toolbar with, XPstyle/Normal HoverEffect, Custom ToolTips with balloon style and icons, Unicode support, fully customizable Gradient effects, Tiled background and many more... It is stylish, customizable and easy to use. The control does not use any property pages for item manipulation! All the opeartions can be done directly from the vb's property window. I think it is a well packed control with the most powerful routines. Chek this first release (may contain bugs)... and give me ur valuable feedbacks and comments!!! Jim Jose :-))
Creating a nice animated menu made from different forms...
A transparent window which stays on the top of the desktop icons and allows you to click them. At the current stage you can only click/dblclick on the icons, but don't forget -- this is just the first version. In the next release you will be able to manipulate all windows in the sysem. Please vote for me if you like the code and its conception! :-))
The code demonstrates the functionality of one of the most widely used window common control - the tree view control.
This is an example of subclassing a window, and moving it around using another form. It's set up to use as a custom form border that is translucent, resembling the Aero effects of Vista. For the example I subclassed notepad to have the Vista style translucent border, though you could apply it to any window.
Pretty much this is an Win XP style menu that Fades in and out alos includes the Drop Shadow Effect. It still could have alot more work done on it. I made this because the "Plane" style menus just wasnt cutting it, and I would like my menu to semi match the rest of my programs. Hope this helps. Please vote
This is an Usercontrol with the Windows Media Player 10 Tabs
This is a skinable ProgressBar This is version 2.0. © HardStream Productions
The vbskinner ultra is reloaded with features! Lot of em! It supports menus, design time skinning, resizable, can remember last skin and a lot more. It’s really faster than the earlier version and now looks really cool. Thanks for all that suggestions that made me think about the code. I will keep updating it with new version. So now u can download this code! U will say that it’s cool!
The Code consist of Activex Controller used for skinning a form . It provides good style and is based to work on vbskinner's skins.This is a reloaded version and now supports faster skinning and skin resizing . If u tried my earlier version , you definitely got to try this again ! Although menus are not compatable now .. i will try to add it later versions ! Enjoy
Another control that I made for electrical controlling program, the is an animated button representing electric fan, lamp, LED and room. I used this controls for my BMS (Building Management System), for those who like my control here just give me a vote, thanks!
I did not make this VBP, it was made by Evan Toder, but as it so good i thought it deserved to be here. This really does look good, all i have done is modified it so that it is easier to undertsand. Plus i have marked out points where you should edit the project. Nothing else needed, just extract and run. Please read the Readme.txt as it will explain alot about the code.
Intellisense in scripting languages like vbscript is like a dream for script programmers. This goal of this project is to provide vbscript editor with intellisense like it was available in most of Microsoft language editor. The control uses the type library refrence to explore the public methods and function exposed in any com library. The script developer has to code like vb 6.0 language (Dim pConnection as ADODB.Connection) and the editor will automatically convert the code into vbscript. The complete vbscript alone with added references can be saved as xml file. The Script property of control will return the pure vbscript which can be executed using the Microsoft Script Control.
Flow Chart designer is used to design 3d Flow charts like in SQL Server DTS Package.Where you have some nodes as tasks or connection, and line connecting task as workflow order.You may put some labels on your chart and adjust lot of properties ( OutLines,Transparency etc) to adjust the label objects.You can move various objects and zoom in or zoom out the graph.You can also save or load the graph as flat file or in database.
An example on how to use some of the GDI+ methods to create a simple Aqua button in VB 6.0.By changing StartColor,EndColor and LightIntensity properties you can create the buttons of your choise.With few lines of code you can also save the button as any picture format support by GDI+ which can be further used in your web sites.You may extent the idea to create round or any shaped buttons with aqua effect.You may also add mouse over effects and click effects easily.You may add properties like Caption,Enable, Font etc..
There are lot of codes around the world to extended the features of standard List View Control. But there are lot of codings or extra effors to implement the extended behiviour of list view control in your project.This component (ListViewEx) can extendend the features of your existing List View control with only one line of Code. For the time being this support Sorting list view and adding the sort icon in the header. This component provides standard sorting as date/string and numeric.This also provides simple way to implement custom shorting method on any column.
This code allows you to implement a 3D Progressbar in your form without the use of a OCX
MSN style alert now in windows form with title bar, it neither requires activeX control nor any DLL file. You can even change sound of Alert Window, just by changing 'PlaySoundResource' in FormLoad event form 101 to 103. You can also add your own sound, just add wave file in the resource file under the heading 'WAVE'. Gradient effect is now included in the version of Alert Window in prior version you could use only one color of heading area but in this version you can use gradient effect of two colors of your desire. You can not only change the colors of gradient of your of desire but also change the angle of gradient. For example: 90 or -90. All you need to do just change color and angle in FormLoad Event as simple as that. Another upgrade version of Alert Window is now here, in this version of Alert Window Fade-In and Fade-Out effect of form is enhanced. You can set FadeIn and FadeOut duration as you like by adding 'Step' code in ForNext loop in FormLoad Event from 1 to 255 depends on your need. Moreover some builtin icons are added that has rang from 1 to 6 you can change icon just change the icon number in SetIcon from 1 to 6 in FormLoad Event.