ListBox problem
-
Hi everiyone, I have a problem, I'm using WinXp Pro, when I set's the "Right aligned text" to a List Box control works fine. But when run this program on Windows 98 the property does not work. Why? how I can do it? Thanks in advance. Pd. I'm using VC++ 6.0 SP5 on WinXP Pro Ivan Cachicatari www.latindevelopers.com
-
Hi everiyone, I have a problem, I'm using WinXp Pro, when I set's the "Right aligned text" to a List Box control works fine. But when run this program on Windows 98 the property does not work. Why? how I can do it? Thanks in advance. Pd. I'm using VC++ 6.0 SP5 on WinXP Pro Ivan Cachicatari www.latindevelopers.com
I believe that that style was not introduced/implemented back in Win98. So, if you really need right-aligned text, you'll need to implement an owner-drawn list box and draw the strings right-aligned yourself. onwards and upwards...
-
I believe that that style was not introduced/implemented back in Win98. So, if you really need right-aligned text, you'll need to implement an owner-drawn list box and draw the strings right-aligned yourself. onwards and upwards...
Thanks basementman, I will write an owner-draw list box. Ivan Cachicatari www.latindevelopers.com