Re: Tables in Windows
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Apr 09, 2001
- 531 views
> I need to display tabulated data - like 24 hours by 7 days - in a > Windows program. I can't see any nice way to do this; a fixed-size font > is not elegant, and multiple windows is even less so. Anybody got any > ideas? > Andy Drummond Maybe a list control? I'm sure there was a control which does exactly what you want, it shows a spreadsheet like grid, but I can't remember the name and it's not been wrapped in win32lib. I suppose you could do it all manually, create a grid of text boxes or labels or whatever. That shouldn't be to hard to do.... Thomas Parslow (PatRat) ICQ #:26359483 Rat Software http://www.rat-software.com/ Please leave quoted text in place when replying