Advertisement

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

5_2007-2008 #192592
GFX Frame Control Release 3.2

*** RELEASE 3 *** A Simple Container Which Allows You To Add Depth To Your Forms. Now Supports Rounded Corners, Shadow On And Off And Border Colour, Caption (On\Off), Alignment, Show Tab, Font + Colour. See Screen Shot, Now All It Takes Is A 'Little' Imagination... BUG FIX:The control interfered with the Left$ and Right$ commands, this has now been rectified (Changed The Alignement Enum Members Names). Sorry if this caused you problems, but it's now fixed.

5_2007-2008 #192599
LCD \ LED Display Control 100%

**WITH MISSING CONTROLS** Control Now Supports Fade In Left\Right. As requested the control now also handles images. This control has been completely Re-Written. Tonns of new properties and function to manipulate the output of the display. Fonts now can use there antialiasing to give smoother looking text, it works tonns faster, element dimension can be resized. pictures can be inserted useing my own make of a picclip allowing you to update the text with as many images as you want in real time. Images can all be stored in one picture file. You can now view the results of your settings in design time. Take a peak, don't just look at it, fiddle with the properties and what not. FIXED BUGS:1. Bounce Of Strings Smaller Then The Display 2. Loading Of Large Images (GetImagesWidth Function) 3. Image Place Holder Not Read At End Of String.

5_2007-2008 #192612
Side Box

This user control extends a portion of the standard ListBox ActiveX control, adding a graphical button that "opens" and "closes" to left or right.

5_2007-2008 #192637
Frame buffered, all API, scrolling label control

Labels where all the text doesn't fit due to space constraints. Gah! Here is the solution! Flexbible font face and size, several styles. All API driven from font creation to frame buffering.

5_2007-2008 #192639
ToggleBox - iPhone style Toggle control

Tired of the [tick] checkbox/toggle. Have a new style funky toggle box control with a couple of gradient back styles, shadow line and caption properties. Great skeleton for an owner drawn custom control too!!

5_2007-2008 #192640
iPhone style smooth scroll listbox (beta)

iPhone style low friction smooth scrolling listbox. click drag, let go and the list smooth scrolls to a stop. allows 2 values to be stored against a key and either 1 or both to be displayed. long text is shortened to correct lengths with a '...' suffix. context bar on the right lets you know where you are in the list. there is a custom data class behind the scenes and the user control maintains a linked list on the data to provide quick sorting, regardless of physical data order. arrow up/down or mousedown on header/footer for fast scroll. this is beta, so these functions are implemented but not public interfaced: font name/size and colors. enjoy Mike

5_2007-2008 #192759
Embedded Forms (Tabbed, 2 forms 1 window)

This code allows you to embed a sub form unto a "main" form. Supports loading/unloading. Uses tabs to load and unload 3 simple sub forms. This allows you to have cleaner code by splitting UIs into different forms instead of having invisible frames on the same form

5_2007-2008 #192784
UserControl: Split window, scrollbars with MouseWheel support

UserControl featuring window splitter, useful for editors, worksheets, tables and more. Exposes the work areas: use them in your client like you would use any other PictureBox. Full mouse support, including MouseWheel.

5_2007-2008 #192799
Office 2003 style toolbar

This is my first project in PSC. This a nice Office 2003 style toolbar for VB. You can built a nice Toolbar.The initial idea taken from JCF_Toolbutton created by João Fortes. I have made a compilation of different jobs published on Planet-Source-Code.com I want to thank to - Everyday Panos for your Office 2003 Button AND MOVING TOOLBAR project - Fred cpp for api functions used in his isbutton control - Carles P.V. for 3d UcVertical line - and others authors of PSC All control is drawn using api functions (no images, no other controls) It is including an improving JCF_ToolButton created by João Fortes.

5_2007-2008 #192801
jcFrames (new frame control)

The jcFrames control (NEW VERSION!!!!!!!) will enable you to have new designs on your vb projects. This control provides 5 styles (including Windows XP style) for your frames and different features (caption aligments, textcolor, fillcolor, iconsize, picture, etc.). Version 1.1 incorporates icon alignment and fixs errors of previous version. Thanks to Jim K for doing the initial idea of the usercontrol using my job posted to PSC. Thanks to ElectroZ for his frame style used here as TextBox style.

5_2007-2008 #192802
jcFrames control version 2.0.1

jcFrames control version 2.0.1 (another version of my award-winning frame control) incorporates 4 new styles and new properties (for example: enabled property, it enables or disables automatically all the contained controls). This control will enable you to have new designs on your vb projects. This control provides 9 styles (including Windows XP style) for your frames and different features (caption alignments, textcolor, fillcolor, iconsize, picture,icon alignments, enabled, etc.).

5_2007-2008 #192803
jcToolbars 2.0.1 (Office 2003 style)

jcToolbars 2.0.1 is an Office 2003 style toolbar with 3 standard theme color (blue, silver and olive, includes also theme autodetection) and 2 custom colors (visual studio 2005 and norton 2004). It is a complete new version made from my first uploaded job last year. Four type of icon and caption alignments, different icon sizes and fonts, font color, etc.

5_2007-2008 #192804
jcForms v1.0.5 (new updating)

It's a nice usercontrol that enables you to skin the form. It includes 6 attractive styles, 5 theme colors and 3 backcolor styles. In this version I have added new features and fixed some errors. Have a look at screenshot. Enjoy it!.

5_2007-2008 #192805
SystemGraph

This usercontrol could be used to show your users the outgoing/incoming bandwidth or performance of your program live. This is done by constantly feeding the graph with new data, etc.

5_2007-2008 #192839
another way of using dll

another way of using dll generally i used adding a dll from project>references and so on. but that gave a lot of errors wen i take my project to another pc, so using api, i found this new way of using my dll. hope people here like it, plz give comments !!! base64 dll came from http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=64297&lngWId=1 and resource function from http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=64634&lngWId=1

5_2007-2008 #192846
NSCOMBO

This is truly access like combo box that support keyword and hot-tracking.this is also good exmpal for hottraking in MSGrid

5_2007-2008 #192877
XP Style ExplorerBar (Updated 1-aug-2005)

An ExplorerBar, just like WinXP has! It's compitable with WinXP, but in Win9x also (but classic style will be used). No custom images are used, all with Api. It's flickerfree! For transparant images it only supports .ICO files. You can add a normal group, special group and a details group. All can have a background and a bigicon. The normal and special items can have sub items, the details group only text. Have fun!############################################# Updated! A bug fixed: when it was collapsed the Click mouseicon showed up. ############################################# Another update: Now Paul Caton's Subclassing, so the timer is gone. And a scrollbar when the usercontrol is too small!

5_2007-2008 #192905
Exactly XP Scrollbar

Scrollbar with XP style. Support for Windows Xp Color scheme: Blue, Olive Green and Silver. The usercontrol prepared to replace standard scrollbar with custom scrollbar with XP style. I hope this controls usefull for your application.

5_2007-2008 #192913
Date picker

See the screenshot. You can use this date picker easily in your forms without ocx. It's recommended to use the minimum of ocx because of deployement of your application.

5_2007-2008 #192919
Systray Icon (7-17-07 IMPORTANT)

Reuploaded, last post is not accessible ??? I found a big bug concerning the recovery function now is working right, please if you are using and old version replace it. Major rewrite, additions and bug fixes, added support for windowless projects, class arrays windows 9x balloon, 3 new methods to load icons from resource files, from files and to extract them from dlls, exes. Fixed the balloontimeout and problems with popup menus. Better examples, add no window example, and multiple icons. Ive seen a lot of systray icon codes around here, but this one have everything, all the events including balloon close and balloon click all the properties you need to customize it, and a recovery function that ensure the icon will be shown even after an explorer crash, and is all in single class ready to be added to your projects, it uses LaVolpe and Paul Caton self subclass and callback. Updated: Added balloon timeout/nosound, fix some bugs and modified the recovery function Enjoy it!

Languages
Top Categories
Global Discovery