M Tuttle wrote: > Hi Stephen, > > The CheckListBox may contain several hundred items. Therefore printing a > canvas is not what I want to do. I would much rather iterate thought the > list and print a small bitmap representing a checked or unchecked check box > followed by the text of the TCheckListBox item. Any examples of how I could > to do that?
Rather than bothering with creating and positioning small bitmaps, I might suggest you use glyphs from the Wingdings font for this purpose. The Glyph at character #$A8 looks like an empty check box; character #$FD represents a box checked with an X and character #$FE represents a box with a check mark (depending on how you want to represent them). HTH Stephen Posey [EMAIL PROTECTED] __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
