Advertisement

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

7_2009-2012 #222005
Customizable Color-Shifting Slider Control

It always bothered me that Microsoft didn't make their boring Slider control with more options. This control allows you to customize the appearance of the gripper. It also, like the Winamp Slider control, allows the background to shift color intensities as you get closer to your miniumum or maximum values. Enjoy!

7_2009-2012 #222023
Without Common Dialog Control

This code does every thing that the common dialog control can do. the module CDModule (CD = Common dialog) has function that replace the common dialog actions. You need to have the common dialog dll.

7_2009-2012 #222032
Custom ToolTips

Class for adding tooltips for any control with hwnd property. You can chose back and fore color for tooltips, style (standard or ballon), center it. Allow to add tooltips to every item in controls with items (listbox, listview, treeview). You can set delay and visible time of tooltip and its maximum width.

7_2009-2012 #222033
Subclassing Common Dialog Control

Subclass Standard Common dialog(OCX) and get full control on it. You can change text in any buttons/labels/textboxes, make them invisible or disable. When user perform any action with common dialog, your app receive notyfication and you can proceed/cancel this action, prompt user with msgboxes etc, etc. Add following functionality: intercept Open/Save dialogs toolbar buttons events, intercept context menu in filebox, changing dialog size, move/size controls in dialog.

7_2009-2012 #222034
Various windows dialogs in one class

Class with various windows dialogs - including standar common dialogs (open/save, print, font, color and help) as well as other (select folder(with pre-selecting ability), select icon, shutdown/restart, run file, Object Properties (ie. System, Printer, Disk, File etc.) and AboutBox. Add this class to your app and forget about comdlg32.ocx.

7_2009-2012 #222077
A Scrolling Text Control

This is new improved Scrolling Text Control. I added almost all proparties of standart TextBox and a new one: Scroll - that start/stop scrolling. It also allows you to choose three predefined size of text. Enjoy it.

7_2009-2012 #222078
A Magnification Glass

Allows you to zoom a part of image. I have seen something like this in encyclopedia on CD and I tried to do the same.

7_2009-2012 #222084
Shaping Forms Programs

Allow you to create a file that changes the forms shape. Let you create an array of points, and shows you how to load it in another program. Comment throughout the code...

7_2009-2012 #222089
dkSubClassing

This code will allow you to easily subclass any control that has an hWnd property. Just give the control the chosen hWnd, and you will recieve all it's messages in an event.

7_2009-2012 #222106
Knight's Gradient Effect (Commented)

Dither Any Form The Colours: White, Red, Green, Blue or Random to Black (Similar To Setup Programz). Please Remember To Vote & Leave Comments & Suggestions, Thank You!

7_2009-2012 #222117
Text Box Control

Ever sick and tired of that control supplied by Microsoft? Well... here is an alternative and it can do quite a few things indeed. Feedback would be most appreciated. Thank you. Full source is included. Written using visual basic 5 control creation edition. Please don't forget to vote - be kind - this is my first OCX control.

7_2009-2012 #222168
Formdrag without API (+snapping)

Maybe the easiest way to move a form without any API's. Works in all versions/ all oses (I think ;). It also shows a easy way to make snapping.

7_2009-2012 #222189
Ginger Software Taskbar Power toy

You can move the task bar around

7_2009-2012 #222205
Component Template

Here is an example showing how to use the Component Template. You will find it under 'Component' on the Delphi menu. Component Templates are very handy, yet very simple to use.

7_2009-2012 #222211
Put menus on Skinned or Borderless forms!

Ever tried puting a menu on a form with a skin? It puts a title bar at the top. With my code you can put menus on forms that you don't want to have the regular title bars on. I used some code from PSC on my skins. This is really good code. Please give it a good rating and leave feedback.

7_2009-2012 #222230
Hot Link! Control

This control emulates hot links (seen in web pages, and other apps like Outlook mail rules and the triggers section of the Starcraft Level editor.) It supports word wrap, pictures and highlighting! Have a look and please vote!

7_2009-2012 #222238
Mac Titlebar Control V1.2

The Code is an update that uses properties instead of methods to update,it also uses an align property so no code is needed to resize it when the form is resized. Questions, Comments? Email me: daveismith@hotmail.com

7_2009-2012 #222239
A Mac OSX Control

This code cn be used instead of a title bar on a form. It allows you to make your software look sort of like a Mac OSX application.

7_2009-2012 #222246
Add Commands to Menus in VB (AddIn Creator)

Hey, you always have seen some people adding some cool addin to VB which esase their programming right? now you can do it too...You can add commands, command buttons, to menus with any command you like...

7_2009-2012 #222248
ADD PICTURE TO RICHTEXTBOX!!

With the code you can place any picture any where on the RICHTEXTBOX....this is a really great application for who likes to develop word programs with richtextbox control..

Languages
Top Categories
Global Discovery