Results for "Category: Custom Controls/ Forms/ Menus"
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.
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 gardient. For example: 90 or -90. All you need to do just change color and anlge in FormLoad Event as simple as that. Another upgrade version of Alert Window is now here, in this version of Alert Window FadeIn and FadeOut effect of form isincluded. 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 you need. Still more to come with new exciting feature and which will allow multiple Alert Window. Plz vote for it if u like and drope a critical comment if u dont. plz report any bug if u find.
this is m first active-x control plz vote for it if you like, your vote will give me the courage to contribute in the world of vb thank you this is shadow label and you can even change the color of shadow and also you can make a 3d label
This code implements an user control of a listing grid of data where the user can define diverse colors and fonts at the same time, alignment of columns, and several other resources. This component generates three events: Box_Click(), Box_DblClick() and Box_KeyDown(). No DLL, no OCX, pure VB Code!
TreeView subclassing to adding a number at right of treeview text items (like Outlook Express)
***UPDATE 11/05/2007*** Fixed issue with retrieving the expanded event at runtime ***PREVIOUS UPDATES*** Fixed the flicker issue with both the Frame text and Frame icon, Added Expanded Event, Added Click, DblClick, MouseDown, MouseMove and MouseUp Events, Added Frame Pin Button and Pinned event as per request from kibe, Fixed a small issue with repaint refreshing the entire screen, Changed some code thanks to Roger Gilchrist, Create required controls using code, Font support and Picture ability added, fixed issue with Gradient Let code. This is an owner drawn frame that comes with 4 preset colour schemes... xpDefault, xpBlue, xpOliveGreen and xpSilver. The frames have a gradient colour used for their headers and their main body. This also has a button that allows the frame to be used to hold controls and be minimised at runtime. All of the colours can be changed with different colours/gradients created at design time. This was made in a few hours today so I have not thoroughly tested it. Any problems please let me know, or any advice to make this better or maybe even add new styles let me know. The UserControl was written by myself and the module used for gradient colours was written by Mark Gordon, which I found on another site. Hope this is useful to someone... don't forget to vote if you like this xFrame.
***UPDATE 12/05/2007*** System Tray menu support for creating user defined menus, added Form Max & Min Height/Width support as per request. ***PREVIOUS UPDATES*** Transparent corners added. This is an owner drawn Vista Form control that comes with 2 preset styles. It has icon support for 16x16 icons and has transparency support that can be adjusted from 0-100% and also switched on/off. The Minimise, Maximise and Close buttons can all be removed from the Form also. The Form title font can also be changed both in colour and style. This was only coded since last night and finished off today, so be kind when commenting. Any issues please let me know, oh and if you download it... you can at least vote for it!!!
I made these tools about 6 to 8 months ago... Never did get round to finishing them. Some are owner drawn and some just use existing MS tools. The CheckBox and Option Button are fully colour customisable, and the command button comes with 4 colours. There is also a Taskbar control that allows a form to be placed hidden just off screen and a FormSkin control for creating forms in any shape you want with any picture. Also has a Transparency Control, combobox, textbox, label, XP Frame and more... As I said, I never got round to finishing this due to personal and work related issues. If you like this please vote!!! Any bugs with any controls... then try and fix them yourself! I don't have the time nowadays!