How To Create Captions for Dialog List Boxes (24646)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q24646 SUMMARY
To place text into the caption bar specified for a list box, use the
SetWindowText() function. First, use GetDlgItem() to get the handle of
the list box, then call SetWindowText() to set the list box caption.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbCtrl kbhowto kbListBox KB24646 |
---|
|