Advertisement

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

6_2008-2009 #196305
Slave Form Demo

Among other things, this code demonstrates how to make 2 forms work together as if they were a single form. Make a form "hide" behind another and scroll down smoothly to reveal itself later. Also demonstrates how to make a custom title bar, the correct way to minimize an application, how to respond to the System Menu, and much more. It's hard to describe but it's well worth the download. Heavily commented code makes it very easy to follow what's happening. Votes and comments are appreciated!

6_2008-2009 #196308
Auto Resize Controls in with Form Resize

When your form is resized, some of the controls contained there will be clipped (partially seen). This code tries to eliminate that by resizing all the controls in relation to the forms resized extent. The main routine will just have to be added at the FORM_RESIZE. Also supports MDI Forms. Enjoy!

6_2008-2009 #196310
Fading backcolor

Make the backcolor property of a form acts like a VB-Setup Program

6_2008-2009 #196313
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

6_2008-2009 #196314
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

6_2008-2009 #196317
Color Picker Example

Shows how to fill an Image Combo (part of Microsoft Common Controls) with each of the 16 standard colors to be used as a color picker such as in a word proccessor on the toolbar. All the images are created by code for ease of modification (As opposed to using 16 Bitmaps).

6_2008-2009 #196325
hcDragList

The HC Draglist is a listbox that adds the ability for the user to drag the items to a new location. When the user starts dragging an item, an arrow will appear next to the listbox and as the user moves the mouse up and down, the arrow follows. When the user stops dragging, if the arrow is not where the item came from, that item is moved to the location of the arrow. You can also set the tabstops. This is a good example of a subclassed control. Should be simple to understand. It is VERY similar to the ccrp Draglist, but with this one you get the source code, and it is more than 50% smaller when compiled.

6_2008-2009 #196331
Grid Background Picture for FlexGrid Control

Ever wanted to see a picture behind flexgrid text (not a single cellpicture!)? This project is a little part of my custom grid control. Picture idea was given by a questioner Experts-Exchange site. Please let me know your ideas and let me know if you want to have a more flexible FlexGrid control code. Enjoy. Suat Ozgur

6_2008-2009 #196364
Control Arrays Demo

This is just a short example of how to create and use control arrays

6_2008-2009 #196365
AppBar

It just pops down a bar when you put the mouse at the top of the screen. it then detrects whether the mouse is still on the form, if it is not it hides the little bar.

6_2008-2009 #196368
TaskBar Height

The purpose of the code is to determine the height of the taskbar so that you can display a form at the bottom right hand corner of the screen everytime.

6_2008-2009 #196379
A Flashing Form

This code causes the form's TitleBar and the form's TaskBar Window to Flash.

6_2008-2009 #196390
Add Wav Files To Your App.

Add Wav Files To Your App. This sample is in .zip formatYou need a versio of Winzip to open it. You can download it @winzip.com

6_2008-2009 #196393
Vampsoft: Cool Text

Changes the Ugly Standerd Look of the Form

6_2008-2009 #196394
GurhanButton 221201 - Final

Custom Button with resizable images. Styles: Flat,OfficeXP,WindowsXP, NoBorder Properties:Transparency,URL,Bevel,LongCaption Wrap,MaskColor... and more

6_2008-2009 #196395
GurhanButton - Major Updates

Major Updates...Now, Picture shadow on OfficeXP buttons, easier button setup...etc.

6_2008-2009 #196421
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

6_2008-2009 #196434
A cool custom (form) msgbox using API to get icon

This is a form based custom message box. It uses a simple API call to extract icons such as vbInformation, vbExlamation, and etc. (you can even adjust the location of the icon on the form) to simulate a msgbox. There are less than 20 lines of code for the API call. This is pretty cool. So, check it out. I got this tip from a VB technical journal.

6_2008-2009 #196459
Resize Controls

This will show you how to Resize Control on a Form Regardless of how many controls there are Limitations are Menus cannot be resized along with controls such as CommonDialog.

6_2008-2009 #196475
Bar Chart ActiveX (Freeware)

BarChart.ocx is a bar chart control for stock market/commodity markets, etc. Full source code. You can chart the open, high, low and close, the median and/or any other value you can think of.

Languages
Top Categories
Global Discovery