I want to add a solid bullet to a list box. I currently use AddItem ChrW(&H2610) for an empty box, but I can't find the proper hex code for a solid bullet. Can anyone help?
Thanks,
Richard Barrett
I want to add a solid bullet to a list box. I currently use AddItem ChrW(&H2610) for an empty box, but I can't find the proper hex code for a solid bullet. Can anyone help?
Thanks,
Richard Barrett

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
I have used ChrW(&H2022) with success.