Results for "Category: Custom Controls/ Forms/ Menus"
This code will allow you to create a new instance of a control at runtime ! Imagine. When your app is RUNNING you can create a new command button or a textbox on the fly ! The code they didn't want you to know ;)
Ever wondered what the button_click event was for in a DBGrid? Well, this is it! You have to populate a listbox control and display that with the selection information. This will simulate a dropdown box within the dbgrid. This is an excelent way to input specific information into the dbgrid.
Centers a form, relative to the available workspace. This means that if your users have high, or wide taskbars, or other apps which restrict the workspace, your forms will still center properly.
The UltraTimer Control uses NO APIs. Just pre-set the total interval any where from 1 millisecond to about 24 days. Set the TimerMode to fire Periodic or One-Time timer events. Initial Interval is calculated in milliseconds and up to (59999ms), then combined with the Minute and Hour intervals for the total interval between calls to the control's timer event. Also fires MinuteAlarm and HourAlarm events. For more details on this and other controls created by Paczero, visit http://www.paczero.cjb.net
This code is an example of how to make a frame control.
A new Cool Aqua Button + Images, if your not afraid of having ago who knows whats possible...
Re uploading my xp side menu the BEST on psc was in 6th pos before some %*°_£% hakker hacked the system
The purpose of this code is to allow you to provide help for your menus. When someone moves their mouse over a menu it will raise an event telling you the caption of the menu the mouse is over. This will allow you to have a status bar that will help them understand what each menu item will do.
This will allow you to stop the form from being resized below or above a user-defined amount. Because it uses subclassing, it is totally flicker-free.
There have been many XP Side Menu uploads recently, so I thought I would add my own. I believe it is the best yet. Nearly identical to the real Win XP Side Menus. Please let me know if you agree. I have to give credit to Marcel Jules. I started with his control and improved on it. I Apologize for not commenting my code.
Multi-Column Combo using Listview
This code flips menue items horizontal! Just take a look at the screenshot.
The StatusBar, a boring control? This code shows you how to get effects like in Internet Explorer! Included features: -Animated icons in the StatusBar -ProgressBar in the StatusBar -Ready/Working display exactly like in WinZip Have fun and vote for me!
This code shows you how to place an own CommandButton into the Titlebar of your program. Great for special commands in your app. Easy to implement and a cool thing that will impress your users. Enjoy! AND VOTE FOR ME! To users of WinNT4 or Win2k: I am sorry I have to tell you that this code won´t work on your system. That might be because NT Technology has got a higher security level and doesn´t allow this program to hook windows.
This code creates a column menue from a normal menue with a free selectable number of items in one column. This works also with bitmaps in the menue. Useful when you have menues that are too large for normal VisualBasic appearance. Enjoy! AND VOTE FOR ME!
Shows you how to put a ProgressBar into the Titlebar of your program. Great for loading a form. Enjoy! AND VOTE FOR ME!
This is used to get the MX records of a host. This is a usercontrol, with a demo project. It has a ton of good code. Including how to get the DNS of your local machine in code in every possible way (there are many). So the control can find the dns itself. This code has code from Jason Martin (http://www.planetsourcecode.com/xq/ASP/txtCodeId.11006/lngWId.1/qx/vb/scripts/ShowCode.htm)
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!
This is an example of how to use treeview control and nodes. If you have never used treeview before this is perfect for you. The treeview control is very powerful control if you know how to use it right. This code shows how to do some of the basic things with it as well as how to call popupmenues and few programming techniques. The code is well commented so it will be easy to understand.
A reporting control to ease printing of reports. The control will also enabled preview of reports, save to file and printing to the printer. With this control, user have control on the printing format (code level) as to using the a third party ReportWriter