Advertisement

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

5_2007-2008 #179761
Menu translucent

My new form that looks like menu, now updated using translucencies! Easy to use in your projects, all you need is to modify some things and it’s ready for use In your project! Please vote or leave some comments, telling me what should I make better, and let me now about its bugs!

5_2007-2008 #179771
tCalendar

Calendar user control - lightweight and simple to use - full source code included

5_2007-2008 #179783
Pure VB diagram monitors!

Ever wanted to display graphical information about CPU, memory or any kind of variables? Check the screenshot and you'll know what I'm talking about. This PURE VISUAL BASIC made control adds graphical diagrams to your Visual Basic application very easily!! Just under 10 lines of code, and you have very cool graphical diagram monitoring your variables! All colors can be set easily. Also includes many other options to fit your app. Is you find this useful, please vote me or give me feedback.

5_2007-2008 #179794
Advanced progress bar OCX (code + ocx + test app)

First off, This is my *FIRST* OCX file.. So don't laugh too much.. You can have a back image, change fore/back color Bar can go: Up>Down, Down>Up, Left>Right, right>Left You can set a caption: ie Loading.. (51%) instead of 51% You can show or hide the % (ie standard Percent bar or most install's percentage bar)

5_2007-2008 #179817
_aLfa_ Flat Controls

This code flattens ComboBoxes (even if they are ownerdrawn), EditBoxes and Checkboxes without any problems. It also flattens OptionButtons, but the code is still buggy, please wait until the next version (but i need help on that part!!!) :-(

5_2007-2008 #179850
EasyButton 2.0

This is the second version of my EasyButton. Now support transparent background and can play sounds on click too. You can make easily buttons in any format.

5_2007-2008 #179851
EasyButton

If you have artistic talent, you can make buttons with this code in any format easily. All that you have to do is draw a image. I included some images like example.

5_2007-2008 #179855
Menu Replacement Version 2

~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor ([email protected]) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*

5_2007-2008 #179859
ProgressBar Replacement

As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!

5_2007-2008 #179901
xpWellsStatusbar 2

Added the Office Xp look to Richard Wells' Statusbar. Also added AutoSize to the panels. Here is the link to Richards Pevious submition http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=44379&lngWId=1 The statusbar more closely resembles Visual Studio Dotnet's statusbar than Office XP's.

5_2007-2008 #179907
Wait Box (Application Modal)

Show a wait box with progress while your program is performing a task that takes a long time. This project shows an application modal wait box while doing a work. You can change the progress value from the owner form with preventing the user from activating it. The wait box also shows time infos such as start time, elaspsed time, end estimated time, remaining time.

5_2007-2008 #179937
FireFox Style SearchBox Control

FireFox Style SearchBox Control =============================== The FireFox Style SearchBox Control is an ActiveX Control that allows developers to add a neat Search Box to their Applications. As shown in the screenshot below, the test application allows you to change a variety of the controls properties, such as Back/Fore/Border Color, Font Size/Style, Event Trigger Interval, etc. Feature Overview: • Customisable Text Input Area, • Optional Popup Menu Support via Left Icon (Triggers Popup Event), • Customise Color and Font Settings, • Timed Search Trigger (Fires event if Search String has changed every X milliseconds instead of every key press) • Cancel Search Button

5_2007-2008 #179938
FireFox Style User Notification Popup

FireFox Style User Notification Popup. The User Notification Popup System is a visual feature to signal the user of any items of importance. These items may include such things as New Mail Messages, Application Alerts, Completion Notifications, etc. As shown in the screenshot below, the test application allows you to trigger various types of Notifications. Pressing any of the example buttons will launch a popup notification instantly. Pressing another will queue up a request while the first is being displayed. By clicking the ‘Alert’ Button while an Alert Popup is being displayed, rather then queuing up another Alert Popup, it will update the current displayed one. Similarly, clicking the ‘Message’ Button more then once, while the Alert Popup is being displayed, will only register one request in the queue, and when it comes time to display the Message Popup will display the last requested copy. The ‘Notification’ Popup on the other hand, is set to queue every instance as this message has more specific details. Feature Overview: * Display of Title and Description text, * Dynamic Auto-sizing to fit content, * Feature specific icon support, * Optional playing of a sound file on popup, * FIFO Queuing of Popup Requests, * Batching Popup Requests (Removal of duplicates requests), * Optional click description to trigger event,

5_2007-2008 #179950
Center a child form within a parent form

This function centers a child form within a parent form (not MDI), and can be used for custom messageboxes etc... Please try and leave a comment - Dan

5_2007-2008 #179959
Text animation (position, rotation, size and color)

New version at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=24869&lngWId=1 With this control you can flicker free animate multiple text lines. You can animate position, rotation, size and color. During the animation every text line is clickable.

5_2007-2008 #179960
Transparant Forms animation (Win2K)

You can make your forms transparant by adding this control to your form. You can set the transparancy level and you can fade in and fade out your forms with very litle coding (All the code you need is in the screen sample). Be aware that the transparancy will only work on Windows 2000. If you run the code on an other version, then you will just see the forms without transparancy. Yes, I have used the transparancy code that was published by others. Here is the reference for this: When i saw the code 21385 from faisal arif, i wanted to reproduce that. After a search on planet source code on transparancy i found a working sample 8015 from J.-A. Mock. I used this code as a base to crate the control. According to Reland Kluit this code is a 'stolen' copy of his code 6546

5_2007-2008 #179962
Ticker Mania

New in this demo: Active titlebar skin (all running applications) and a new version of my award winning Textanimation control. Extra in this version is: transparent background, Picture background, Transparent background of parent form!, a lot of gradient options, MousIn and Mouse out events, ..? Also in this demo: system tray skin with tickertape, docked window with tickertape, text animation demo, transparent animation (including form), vertical titlebar, gradient form, button control with a lot of properties, Win2k form transparency, animating logo, ...? This publication is using code of about a dozen developers, so thanks everyone.

5_2007-2008 #179964
DIP Switch control

Provides developers with a customizeable DIP switch control common in many hardware applications.

5_2007-2008 #179968
A++ Control Resizer with 4 modes!

Simply and easily resize all the controls on any form by use of a reusable class. Set the different modes for the Left, Top, Width and Height properties of controls by entering 4 numbers into their Tag property (a number for Left, a number for Top, a number for Width and a number for Height). There are 4 different modes: Do nothing: the resize code wont touch properties with this mode. Proportional: control property will be resized according to the forms change. Static change: the control property will move with the form. Limited static change: if the form is made too small then the control wont go off the screen (still in testing stage). For example; a label with a tag of '0011' will not change its left or top property, and the width and height will change proportionally. The next release will be even more improved with the Limited Static Change fully tested and an add-in to easily configure tag properties. Please vote and leave constructive critisism.

5_2007-2008 #180017
msFlexGrid Edit Control

This is a project which contains a user control with a grid that allows editing and also column locking, plus all the properties of the flexgrid

Languages
Top Categories
Global Discovery