Advertisement

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

Java_Volume1 #85488
Close all MDI Child except me

This code will close all other MDI Child except the current activated one.Simply put this procedure in Module or Form itself..There are two different way to use it.

Java_Volume1 #85489
TabDock Version 2.4

Update: Thanks to neal who added the support for the maximize like button which makes the docked window maximize along with titlebar appearing on the side on top/bottom windows. TabDock is designed to provide Docking support similiar to that seen in Visual Basic itself, VC++, and a number of other programs available on the market today. It was originally written by Marclei V Silva and though an excellent control it was somewhat on the buggy side and was missing a number of features. This version has many of the desired features and all the known bugs have been worked out of it. It also directly incorperates the ssubtmr.dll from vbaccelerator so it is no longer a seperate requirement. New titlebar drawing methods are offered as well to give you options on how titlebars are drawn, and bottom/top docking is done side by side instead of on top of eachother. Also a persistant option is included which allows the tabdock control to automaticly load it's saved state up for you. It saves it even if the persistant state is off but will only read it and use it if the persistant state is on. It uses the registry. Comments are welcome, and appreciated. You may modify and repost this code. The original author gave myself and Neal permission and the same permission is extended from us to you. This code is fairly advanced, and uses a lot of subclassing to achieve it's effect. Please note it is not recomended you close the IDE while running this through the IDE, it will likely crash if you do. Anyway enjoy :)

Java_Volume1 #85499
HookMenu 1.5

This control is an update to the excellent HookMenu control written by Vlad Vissoultchev. New features/fixes include o fully customisable colour scheme (allowing Office 2003 style menus) o new properties dialog o menu column support o Accelerator Key support for NT os (thanks Vlad) o various menu drawing issues o + Many More Thanks to Vlad, originally for the control, for help with the Accelerator key support and his agreement to repost this updated version of the Hookmenu control. Also thanks to: Carles P.V. for his coolist - that was ammended to suit this control. Any bugs please report. Updated: 20/11/2003 Thanks To Neal Who Fixed The Bug Relating To The Seperator Lines Being Selected When They Shouldn't.

Java_Volume1 #85515
TOOLBAR like Office97

Use FLAT BUTTON IN TOOLBAR like Office 97 without OCX... Just an API function. Very simple and optimizing code size.

Java_Volume1 #85519
Download files from the Web (No Winsock)

This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.

Java_Volume1 #85551
New Style Menu

A group menu like Ms Access, it can scroll when you click the button. When you over the button it will enlarging the size with sound. No need an api, it was simple and good for basic of a beginer. Vote me if you like it.

Java_Volume1 #85552
To Keep a form on top of another (Only on top of one form, not of the whole application)

This is a very simple and precise solution to keep a form on top of only one other form. I was looking for a solution, but couldn't find it anywhere. All the codes and suggestions either keep the form on top of All windows programs or on top of the whole application. But this one will only keep one form on top of another one.

Java_Volume1 #85555
uSc_MultiOption

[v 1.01] This is a control that provide selection one of more options. It's builded from standard option button control but instead of true/false it returns an index of selected option. It's usefull when you need many options controls.

Java_Volume1 #85587
Smart Buttons

This small program shows you how to use a label as a command button and how to apply some cool effects to these labels, like lighting up when your mouse pointer hovers over them etc. This example also explains how mouse based events work.

Java_Volume1 #85593
xpWellsTab

Lots of people including me, have or still are, creating custom controls that emulate the look and feel of Windows XP. To some this may seem as a waste of time because a Manifest will do all the hard work for you and repaint the boring normal controls in the new XP look. However so many client machines don't have XP yet and if someone has made these XP style of controls for you then why not use them. Also if you want to use a Progress Bar, Status Bar or Tab Strip control you still have to carry around that Comctrl32.ocx which almost every Vb`er hates. If its a Tab Strip control you are looking for, then I hope this one is good enough for you to freely use in any of your projects. The control is far from being perfect and future enhancements will be made when I have the time. Enjoy

Java_Volume1 #85600
BsnVideoFil Avi Compress

Makes easy the compression of an avi file by leting you choose and configure one of the available(installed) video codecs while it enhances the process a bit .Also it provides a handy preview.

Java_Volume1 #85601
BsnVideoFil Avi to Bmp

A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.

Java_Volume1 #85603
Active-X_BrowseFile

Don't expect miracle. This is a useable DriveListBox/DirListBox/FileListBox (VB default control) usercontrol. Its purpose is to browse a file. It is fully commented and good for beginner that interested in creating Active-X as a starting point because it only had basic property so you won't get confuse. You can drop this control to your app for quick file browser. Or you can make it as a template to simplified your project that needed the use of the three controls. I need feedback,comments etc., thanx

Java_Volume1 #85613
Gudds Balloon popUp

Ever though of a Balloon popUp like u see in the Win XP.. Here it goes .."Gudds Balloon popUp" You can configure it the way you want, ie you can set to close it automatically, set the icon or having no icon at all, show/hide close button, font face, font size. You can position at three places..at current mouse cursor position, at some defined co-ordinate (X,Y position) or at the location of a particular control..Check it! I am trying to introduce the fade out effect. Please give ur feedback

Java_Volume1 #85619
xpWellsTab Version 2

A Tab strip control emulating the look of Win XP Looks the same as version 1 but more features.

Java_Volume1 #85621
TabDock 3.1

08/05/2003 - Updated changed VSNET collapsed drawing style. Some Minor Bug Fixes 06/05/2003 - Updated. Implemented PanelSizing And PanelDockedForm Sizing Property. 30/04/2003 - Updated. Implemented New Captions Style VB.Net 28/04/03 - Updated. Procedure: DockChange - this allows docked forms to be moved from one panel to another through code. Property: SmartSizing - Reduces panel flicker when sizing and looks much better. Plus Many Bug Fixes. Check The Revisions.rtf. 25/04/03 - Further Bug Fix. Collapsed Panel Captions and Panel Visible property. Update: The Focus Problem When The TabDock App Pops To The Front When It Doesn't Have The Focus, Has Now Been Fixed. Thanks To Neal Rushforth For Sorting This Bug. Version Updated To 3.0.1 Here It Is. TabDock 3.0 Neal And My Self Didn't Give This To Ackbar Because Ackbar Has Not Uploaded The Last Update From Neal As Yet! So Neal And I Have Decided To Upload It Seperatley. Some Major Changes Have Been Made: -Updated Splitter Bar -New Properties : HasClose Button And HasMaxButton -Disabling Of Close Button When Floating -Max Button Disables When There’s Only One Form In The Panel -Bug Fixed – Caption Bar Styles -Flickering When You Activate A Panel Is Now Sorted -AutoExpand property added -AutoCollapseLeft, AutoCollapseRight, AutoCollapseTop, AutoCollapseBottom - AutoShowCaptionOnCollapse See The Revisions.rtf For Complete History! Hope You Like It! If You Like It Don't Forget To Vote. Comments Welcome! Credit Must Be Given To Ackbar For Version 2.4. Without It, This Version Would Not Be Available.

Java_Volume1 #85626
[___Form XP ( Without XP )********UPDATE**********

***UPDATE : ___ You can make your application layout like Windows XP, although you run your application in others OS ( such as Win98 ).

Java_Volume1 #85651
CodeBox v0.8

Syntax Highlighter with linenumbers. Also has the ability to load syntax and colors at runtime, which makes it great for multi-language code books. ## EDIT ## I managed to get the tabs to work nicely using Paul Caton's Keyboard Hook (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1) For the next version I am looking to have Undo/Redo capabilities.

Java_Volume1 #85657
Fast count of the selected items in a listview control (with the api SendMessage)

returns the number of selected items in a listview control its a lot faster then looping te listitems one by one and check the (.selected) state of each item

Java_Volume1 #85662
Counting en Getting Selected listview items with the SendMessage Api

!! Update !! Now counting the selected items in a listview and get the selected items quick from the listview

Languages
Top Categories
Global Discovery