The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: RuiLoureiro on August 04, 2008, 02:19:52 PM

Title: More about windows
Post by: RuiLoureiro on August 04, 2008, 02:19:52 PM
Hi
    How do i build a window with a bottom to put some status information there.
    Like Quick Editor has: in one field we have «ln 45 col 56»,
    in the other field «F9 Indent ON», etc.

Thanks
Rui
Title: Re: More about windows
Post by: jj2007 on August 04, 2008, 03:21:11 PM
\masm32\examples\exampl06\treedemo\treedemo.asm contains one.
Title: Re: More about windows
Post by: RuiLoureiro on August 04, 2008, 03:42:32 PM
Thank you jj2007