Advertisement

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

7_2009-2012 #237016
VB Skinner

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

7_2009-2012 #237023
Electrical control

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!

7_2009-2012 #237032
MAC Window

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.

7_2009-2012 #237118
VbScript Editor With Intellisense

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.

7_2009-2012 #237119
Flow Chart Designer

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.

7_2009-2012 #237121
Aqua Buttons (GDI+)

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..

7_2009-2012 #237123
Extended List View COM Component

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.

7_2009-2012 #237128
Simulated 3D Progressbar

This code allows you to implement a 3D Progressbar in your form without the use of a OCX

7_2009-2012 #237231
MSN Style Alert Window 4.0

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.

7_2009-2012 #237232
MSN Style Alert Window 3.0

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.

7_2009-2012 #237233
Shadow Label(New)

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

7_2009-2012 #237246
Advanced ListBox

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!

7_2009-2012 #237248
Numbered TreeView

TreeView subclassing to adding a number at right of treeview text items (like Outlook Express)

7_2009-2012 #237286
xFrame Usercontrol

***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.

7_2009-2012 #237287
xVistaForm UserControl

***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!!!

7_2009-2012 #237289
Xanders XP Tools

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!

7_2009-2012 #237301
Alert Messages like MSN

Its a cool way to you show alerts, informations, or any messages on your program, its very simple and have a good features and inteface. It's show how much message (With animation) you need, if right side of screen is full, its wait one message close to show a new message.

7_2009-2012 #237336
Ultrabox - Listbox Replacement Control (Tons of Features!)

A nicely format text file of this description is in the zip file. Seems PSC is working again. This will most likely be the final upload of this, unless there is any major problems. Ultrabox Features: *A picture can be added to the begining of each item, with optional transparency. *Bold, Italic, Underline can be added to the items, with the ability to have only part of the string any of those three (or a combo of them) *Can Enable/Disable the whole listbox *Can Enable/Disable only 1 item *Has a Sorted property to sort the list in ABC order *MultiSelect, ability to select more then 1 item, while holding down the CTRL or Shift button. *Multicolored items *Check/Option items *Horizontal Scrollbar *Find method and FindInStr. >Find matches exact string >FindInstr works if the input is found anywhere in the item, it will be triggered as found. *Progressbar Item *Fill View as either Lined or NoStyle >Lined with have every other item a light grey, and the other items white. *5 Different Border Styles >Raised >Sunken >Etched >Bumped >Line >None *Ultrabox list starts at 1 instead of 0. *Can add a control back picture (see screenshot) *2 different select styles: Default: Normal select view. Faded: Allows you to see through the select and see the picture behind it *Events: _Ctrl: Fires when user presses the CTRL or SHIFT key when multiselect is true _HorizontalScroll:\__ Fires when the respective scrollbar is scrolled _VerticalScroll: / _ItemAdded: Fires when item is added _ItemCheck: Fires when an item is checked or and option is selected _ItemClick: Fires when an item is clicked *When the space bar is pressed, if the item is a check or option, it will select/unselect them it I've updated this item with a faster sort, a backpicture, a select style, and a few other tweaks here and there. I havn't tested this one on windows 98 yet, so if you have it, give it a shot. Also if you have any memory leaks anywhere, please tell me so i can fix them.

7_2009-2012 #237360
Multi_skinner

PLease WHo ever voted 4 me please vote again i was just editing the name and it was deleted so iam very soory and as befeore this a multi skinning engine that supports all the skins of vbkinner pro i have placed about 80 skins with it and iam developing it to support more skins like winamp and windows blinds so please vote and comment and report any bugs and ideas

7_2009-2012 #237395
Cool Menu Replacement

A nice Menu Effect.

Languages
Top Categories
Global Discovery