Results for "Category: Custom Controls/ Forms/ Menus"
A simple date entry control with drop down calendar - now with automatic support for internationalisation
EBSplitter is an easy to use splitter control. Animation is smooth, and the control comes complete with a demo text file browser to show off some of its features.
This code is a custom control I wrote for use in our companies products. It has tons of implemented ideas in it - way, way too much to list. So a full HTML help file is also included. The grid will bind directly to an ADO recordset, or will make an internal copy of the recordset if you wish. I would like to thank everybody that posts on this site. Some of the examples have been invaluable over the years, so I like to return the favors.
This code allows you to have the smooth-scrolling effect seen in better applications on your datagrids(could also apply to other scroll bars in VB) When you grab the trackbar and move it, VB doesn't do anything until you let go. Or if you click on the trackbar itself, the grid just jumps. This code shows you how to change these effects so that the grid(or text) will scroll smoothly as you drag or click.
Hi folks, Have u ever wanted touch control for touch screen application development. Here is a small contribution from me. I developed 2 control "touch2 - 2 buttons navigation"and "touch4 - 4 buttons navigation". Source included enjoy. Please Leave some comments....
simple commented example showing how to move and resize a borderless forms thru the use of labels
This is a quick and dirty example of how to add IntelliSense (like the VB IDE) type functionality to your apps.
a horizontal scrollbar on which you can set textcolor, startcolor and endcolor You have the ability to show the percentage. You can choose if the endcolor is relative to the width, or absolute
Este es el 3º intento de subir este código, si no resulta, el que lo quiera que me lo solicite por e-mail. Saludos. ------English------- This is a control to draw a label rotate any degree. That give us more posibilities for te design of the forms. ------Spanish------- En alguna ocasión, en el diseño de un form, he tenido necesidad de introducir un texto vertical, y me encontré grandes dificultades para hacerlo. Este control es para aquel que necesita respuesta a un problema similar y no quiere recurrir a usar un bitmap, que resulta más laborioso de modificar. Esta es una versión estable pendiente de algunas mejoras: * Estilos de borde. * Multilínea, etc. Cualquiera que esté dispuesto a mejorarlo es libre de aportar su granito de arena. ------English------- This a stable version that needs some improvements: * Borders Styles. * Multiline, etc. Enjoy
This basic procedure will handle all parent and child Checkboxes in a TreeView control. If you check a child node it will automatically check the parent(s) and vise versa.
Highlight the active control in a different colour to draw attention. Does not require the gotfocus, lost focus for each control. VERY EFFICIENT CODE
Lots of Features. Includes Currency Formatting, Numeric Validations. Functions as a text box or Number Box (Toggle a Switch). Forces All Upper Case, Auto Highlights, Follows Insert Mode, Tabs on Enter Key. Neatly Arranged Property pages (I suggest you strip them out to lighten the load if you dont want to lug them around). It works great for me..I hope someone out there finds this usefull (Comments, Enhancement Requests, and..unfortunately...bug reports, are all welcome) Enjoy!!
This is a fully customizable message box that is backwards compatible with the standard microsoft message box. It has 3 additional parameters that tell it whether to autosize and what size to be. Using my FormatRTF function..which is also posted seperately on PSCODE, you can include tags to format the text any way you would like (see screen shots). There are no limits to the uses of this box. It can be used as both a Regular or Bottomless Message Box and Includes the ability to set Default Button and the Help Button. It is a function and will return integer values that can be compared to vb constants (ie: vbok, vbretry) so you can determine what the user clicked. It is vaguely commented (if that) because I just decided to throw it up here. If you don't understand it, Now is a good time to Learn!! Hope someone finds this as usefull as I have...(Comments and Enhancement Requests Welcome) - ENJOY!!
ActiveX dll source code & test project which monitors a directory for changes. It will watch for files being added or deleted, and changes in attributes or size, and raise an event when a change occurs. I have not used any api calls for this, so there ARE more efficient ways to write this code. I needed to get it done, and was having too much trouble with the api calls working smoothly. I don't care if you vote, but would really appreciate constructive comments. Thx
This is just a "Splash Screen" with Progress Bar, Ontop and Center Form funtions too. It is only beginner code tho, I like doing beginner stuff :) Enjoy - Love Factor :-P
A real time saver for those of us that like to make use of Microsoft's separator bar / line. See Screen Shot for full desciption and visual.
Make eye catching GUI interfaces with this easy to use CommandButton replacement, and Make your project stand apart from the rest. With a host of new gradient color,icon and highlight effects, this control will no doubt enhance your App's UI !
The Cool Title Bar control allows you to have custom title bars with spectacular gradient effects, image support and also a rich and interactive user interface. The simplicity of this control in terms of use and the power of it will enable even a novice programmer to create eye catching applications. NOTE:THIS CONTROL HAS NOT BEEN TESTED WITH VB 5/VB 4
This article will help you to understand the basic functionality of Microsoft Winsock Control. Also includes a sample Client-Server Application to transfer files from one computer to another using Winsock Control
This detects your idlestate if there is no input from your keyboard or mouse a triggers an event so if you want to make your screensavers this is jus what you need..