Re: Pixel graphics text alignment
- Posted by David Cuny <dcuny at LANSET.COM> Jul 04, 1999
- 502 views
Derek Brown wrote: > How do I align text in pixel graphics mode? There is a custom control that does this, but I haven't implemented it into Win32Lib. I think the only common controls that got implemented were the file open/save dialogs. The control you have in mind is typically implemented using two Custom Controls. The first is the List View, which allows multiple columns in a list, including optional bitmaps. The second is the Header, which is a horizontal window for control labels. Past that point, I really can't help. My version of Petzold doesn't really cover the topic that well. It's possible to emulate the control, but I'm not sure you want to go through the trouble. If you want, I can give you some details, but it's a bit of work. -- David Cuny