Results for "Category: Custom Controls/ Forms/ Menus"
Allows you to customise your ListView controls so to allow specific columns to be editied by clicking on them and resized whenever your ListView changes its dimensions.
U are able to make custom shaped form for ur application
Just a little fun with regions. Pop this control on your form, set the shape you want and, at run-time, you will have form transparency where your control is sited and in the shape that you selected. Yeah, I know the screenshot and test project are cheesy but I just didn't have time to make something more elaborate. The goal for me was simply to learn more about regions. Perhaps, those of you with the luxury of time can combine the shapes to make something more interesting or extend the control with more shapes and, maybe, a custom shape method. Just extract where you want and launch the HolePunchGroup.vbg...
Its a cool way to you show alerts, informations, or any messages on your program, its very simple and have a good features and inteface. It's show how much message (With animation) you need, if right side of screen is full, its wait one message close to show a new message.
Status bar API-UserControl.
It can scroll right to left or bottom to top, stop at top or stop centered, scroll and stop or Scroll Continuously and background, text colors & fonts are all customizable. It uses bitblt to do the drawing so its flickerless. This control is a updated version of http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=14967&lngWId=1 that I modified & updated for Almost Real Jukebox.
The control is similar with Microsoft flex grid. This controls is doesn’t use any additional controls, only the standard controls. The grid is draw using API’s at run time. The grid support three types of generic data (string, numeric and date). Also supports data from a combobox. For each field you can provide a recordset and the columns bounded to combo (value and showed text). The list could be filtered with a standard recordset filter. In filter you can provide a value from cell row with the mark "?”. In example attached subcategory is filtered with value from category “idcateg=?gategory”. In the past two years I found and use tones of good code from 1vbstreet. Now is the moment to pay back. Best Regards, Costinu
Changing behaviour of ComboBox and ListBox (Class)
Dynamic Menu example for everyone! Heavily commented!! This code teach you how to load/unload menu items at run-time, how to add all file names (without the .*** extension) from a directory to a menu. You will find that all this is really not that difficult if you read the comments in the code! Rather than votes, I want feedback on my code - so please comment :)
Select color value either in RGB, HEX or LONG. Very easy to include in your own project.
AutoSize purpose is to help programmers maintain their forms without too much fuz. FormSizer makes the application remember the size and state of a window from time to time the program is run. (Code free!!!) ControlSizer lets you set up rules for how your controls should resize when the window resizes. The control takes care of the rest. (Coding is limited to two lines of code per control you want to be adaptive)
Replicates MS Works 2000 horizontal and vertical menus. Displaying Disabled Items, Hover Items (Hot Tracking - v1.01), ToolTips (v1.02), Graduated Selection/HiLite (v1.03), Seperator Lines, etc all configurable. Demonstration application included to demonstrate all the features of the controls. Please vote for this project & happy coding!
This is an extended timer OCX control permitting Intervals between 10 millisecs and 52 weeks. Although it has quite a few more properties it is still a direct replacement for the standard VB timer control. Check it out, download is only 5kB. Also, it's a good example for beginners who want to learn how to make OCXes.
A custom message box with 6 differents "skins" (GlassRed, GlassCandy, GlassOrange, Glassblue, GlassWhite, GlassYellow) use any (or none) icon/bmp for the messagebox..any size you wish, an offsetX and offsetY for exact placement of your messagebox picture, and the ability to play either exclamation, or warning sound, or a custom sound of your choice(or no sound at all) and best of all..it looks real nice)
Hide your porgams in the task manager, and from process lists. No one will ever know its there!
XP Menu is none visual component that changes the visual aspects of menus and toolbars to nearly the same look and feel of MS Office XP. No code required, you do not have to reconstruct menus or toolbars using components other than those shipped with Delphi. It's a 1.501 (Beta) version. ----------------------------------------------- ATTENTION : It's not my code. I find it on the web : http://www.shagrouni.com/english/software/xpmenu.html
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.
::UPDATED:: With these procedures, you can make your Delphi forms translucent [see through] using some API that's in Win2k and Windows XP. If you like it, please vote. This is written in the newest Delphi version (6).
To center all of your forms nicely on the screen, use this as the first line in the Form_Load event--resolution independent. 'note:call this function like this: Center_Form Me
When you need to display the history of a changing value, there is a bit of work that must be done. This UserControl does that work for you in all sorts of colors and styles. Don't forget to vote!