|
|
Edit ListBox control
STATIC (label) Windows control
that behaves like a listbox but adds a header with a couple of navigation buttons
and an optional browse button when it's in edit-mode.
The text in the original label control is used as header text. It is also possible to remove the up/down navigation buttons. The control has several methods allowing you to query and set the list data.
You can use the window style
The released files comprise a bitmap, which must be given the
Resource ID
There is also an improved version available by Ludvig A. Norin.
It contains some fixes to the original WTL How to use itTo use it, place a label control on your dialog.Add a member variable to your dialog implementation file...
In the OnInitDialog() event handler, add the following line:
Source Code DependenciesMicrosoft Visual C++ 6.0Microsoft WTL 3.0 Library Download Files
Written by Bjarke Viksoe. Article submitted 6/7/2001.
|
|||