Before I spend hours on the web searching for these, wonder if any of you may already have links you'd be willing to provide?
What I'm looking for is something to update one of my projects with unicode support. Specifically, the listview & treeview controls. I know that we can coerce these to use a font and code page to enable unicode support for a specific locale, but I'm wanting to use these controls to potentially display multiple locales.
I am not opposed to and am very willing to use APIs to set/retrieve text strings for these controls, but am opposed to using some 3rd party replica. I'm sure there have been a few projects out there that created the API version of these controls & have classes that access them with/without events. CreateWindowEx will be used to create these controls.
Currently, my project does support unicode but only displays unicode on demand as seen in the simple workup I posted below. I'd prefer to display all fields with actual unicode characters vs a "{Unicode}" placeholder that displays the actual characters when activated/double clicked. Haven't really messed with these controls in this respect, otherwise I'd be on the giving end vs. receiving end in this case. Ideas welcomed.




Reply With Quote