Advertisement

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

Java_Volume1 #86986
Information Header v1.0

Customizable header you can use in your programs. just see the screen shot for details.. tnx! like the program? vote for it... tnx! :)

Java_Volume1 #87003
Percent Bar - Transforms a PictureBox into a Percent Bar!

I thought this code might help those struggling to make a percent bar. This code transforms a normal picturebox into a Percent Bar (progress bar with % in the middle). Choose from 2 different borders.

Java_Volume1 #87006
IconButton Control with standard or xp style

A popup button that uses GDI graphic methods to draw either a standard or xp style.

Java_Volume1 #87025
VB Splitter

VB Splitter is a developer-friendly ActiveX control to allow the user to resize docked controls at run-time. You can now have a splitting-capability for any number of controls with only one VB Splitter control and one line of code in your program. The control has 11 properties, 2 methods and 7 events customly made for your pleasure. It's very well-commented and has a strong encapsulation technic that making this control an author-friendly ActiveX control. Just don't miss the demo (open the VB Splitter Demo.vbg). Your feedback and vote will be very appreciated. Thanks in advance.

Java_Volume1 #87031
[ RGB Form Colour Changer ]

This little code will allow you to change the forms colour using Scroll Bar and Text Boxes, this can be changed to change the colour of a Text Box, etc. Please vote and leave your comments :)

Java_Volume1 #87033
Gradient Active-X

This is an Active-X Control for Filling Form with a Gradient BackGround. It also Contains A ColorChooser control. A Must see For all who Plan to Develop Active-X Controls.

Java_Volume1 #87063
CommandBar

This is a remake of vbAccelerator's CommandBar Control. In this version, everything is included in one ActiveX control, so no dependencies (like SSubTimer and vbaImLst) required.

Java_Volume1 #87064
Remote MDB Access

This Active-X Control allows you to access your MS-Access file on your webserver.you only need to put the serverside script on the root of the webserver which you want to access the file I included scripts in ASP and ASP.NET Open the testproject that shows all the use this Control

Java_Volume1 #87077
Exactly Osen XP Form with different Color Scheme (Blue,Olive Green,Silver) support menubar

This is ActiveX Controls, prepared to help to make xp form with different color scheme (blue,olive green,silver) and on this part, it supported for menu bar. look at screen. please download now, and don't forget to vote me !

Java_Volume1 #87090
MaxFrame Control

A Studio MAX-like(closeable) frame control with an LCARS style, with code to handle multiple frames. Check inside for more!

Java_Volume1 #87113
Make UserControl Runtime-only properties

Teaches you how to make runtime-only properties

Java_Volume1 #87118
Flexgrid ADO Excel Wrapper Classes Event Binds for custom controls. ex. TypeAhead and Column Sorting

Wrapper Classes for Ado and Flexgrid. Resuable code for fast error friendly code. Learn how to bind the events of a control to a class and customize standard contols. My example is a group of classes that include a flexgrid wrapper that adds type-ahead, column sorting and Dynamic adding of flexgrid to the form and many other functions; Ado wrapper for SQL and MDB connections; Excel class that allows dumping of a flexgrid straight into excel then formats it.

Java_Volume1 #87121
Add Menu To System Menu Updated

This Program Describe How You can Add Menu To System Menu as well as Modified the System Menu, like Checked Or Unchecked Menu, Delete Menu, Enable Or Disable Menu etc. Remove Windows Control Box. Hope You like it. If you developed it further please send me a copy. Check It Out.

Java_Volume1 #87127
Add Menu To System Menu Modified

This Program Describe How You can Add Menu To SysMenu as well as Modified the SysMenu, like Checked Or Unchecked Menu, Delete Menu, Enable Or Disable Menu etc. Remove Windows Control Box and remove Maximize button without affecting Minimize button. Hope You like it. If you developed it further please send me a copy. Please Check It Out Now.

Java_Volume1 #87146
Menu Extended

MenuExtended with MenuDesigner is a tool for advanced menu subclassing. Add/customize background, color, images, sidebar with text/image, three menu style: Office2000, Button, OfficeXP, and more... ALL WITHOUT TO WRITE CODE!!! With MenuDesigner you customize all the properties at runtime, and has Multi-Languages support (9 languages is includes). Visit my website http://www.vbcorner.net/eng to download the MenuExtended.dll and other info.

Java_Volume1 #87147
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

Java_Volume1 #87151
View your activeskin skins at design time

With this you can view your ActiveSkin skins while your editing it! In case you dont have ActiveSkin, ive included the OCX which you have to rename from OC_ to OCX. Look at the screenshot. Oh and i included 1 skin.

Java_Volume1 #87153
SComboBox 1.0.1

English: This control is a customizable ComboBox with multiple appearances. I hope you it like. Description: This usercontrol simulates a ComboBox.----------------------------------------- --------------------------------------------- But adds new an great features like: - The first ComboBox On PSC that actually works in a single file control. - When the list is shown doesn't deactivate the parent form. - More than 20 Visual Styles; no images everything done by code. - Some extra cool properties----------------------------- -------------------------------------------------------- IMPORTANT NOTE -------------- So many thanks fred_cpp for his contribution for this project, some styles and Traduction to English of some comments. All rights Reserved © HACKPRO TM 2004----------------------------------------------------- ------------------------------------------------------------- Fixes bugs Version 1.0.0 - ScrollBar Slider. - ListIndex Property. - Down or Up list when press keys. - Drop down List. -------------------------------------------------- New in this version 1.0.1 - Drop down when you press F4. - Press Enter hidden list. - MouseIcon property. - MousePointer property. - Down or Up list when press keys. - Set ListIndex when the text change. - AutoCompleteWord property. - Const VK_LBUTTON. - Const VK_RBUTTON. - Add MouseIcon for each item. - Add SeparatorLine for each group that you consider necessary. - New comments. -------------------------------------------- Notes-------------------------------------- AutoCompleteWord property: When it uses the property AutoCompleteWord and the list is shown, the element was not located in the list to make quicker the search of the text to complete. SeparatorLine parameter: When it uses the parameter SeparatorLine it is not applicable neither to the first element of the list (provided a single element exists) neither to the last one. MouseIcon parameter: It is not applied to inactive elements of the list.

Java_Volume1 #87171
FYI: GDI Font Management

A way to share memory fonts between dozens of DCs without creating duplicate fonts for each DC & without forcing you to track them. Just drop the included module in your project, add 2 lines to your custom controls: 1 to return a font handle & another to delete the font. Sample project included and code is commented. The idea is simple, want to create a font but don't want to duplicate it if one is already created, the module will check fonts it is managing against the properties of the font you want created. If it exists, the handle to the existing font is returned, otherwise a new font is created with the appropriate properties & that handle is passed. Destroying fonts are only performed when all instances of the font have been decremented to zero. Advanced category only due to the unique tracking system I employed.

Java_Volume1 #87175
Demo Control

Hi All,This is the first time i am uploding some of my code here , its a demo control which will allow your application to be made as a Trial version in few minutes Just Place this Control and set its NofDays and NofTimes(how many time aplication will run) and sets its status property to Demo And provide yoour trial Expiration code on DemoCreator1_DemoCompleted event to handle the execution when demo expired Rest is automatically handeld by this control Thanks Nitin

Languages
Top Categories
Global Discovery