Re: Status bar in Win32Lib?
- Posted by Brian Broker <bkb at CNW.COM> Jan 11, 2000
- 455 views
On Tue, 11 Jan 2000 16:21:48 -0500, Judith Evans wrote: >It is always 0,0,0,34,0. And, because the height is fixed, there is no need to even specify it... Just do: constant Win=create(Window,"test",0,Default,Default,400,100,0) constant Stat=create(StatusBar,"Text you want",Win,0,0,0,0,0) -- Brian