| revision 1.3 by botg, Thu Nov 8 17:23:17 2001 UTC | revision 1.4 by botg, Mon Dec 10 08:42:00 2001 UTC | |
|---|---|---|
| # | Line 70 | Line 70 |
| 70 | ||
| 71 | // Create the list control. Don't worry about specifying | // Create the list control. Don't worry about specifying |
| 72 | // correct coordinates. That will be handled in OnSize() | // correct coordinates. That will be handled in OnSize() |
| 73 | BOOL bResult = m_StatusCtrl.Create( 0,"", dwStyle, CRect(0,0,0,0), this,0);//.Create(dwStyle, CRect(0,0,0,0), this, IDC_LIST1); | BOOL bResult = m_StatusCtrl.Create( 0,"", dwStyle, CRect(1,1,10,10), this,0); |
| 74 | m_StatusCtrl.SetMaxLines(1000); | m_StatusCtrl.SetMaxLines(1000); |
| 75 | m_StatusCtrl.SetWordWrap(0); | m_StatusCtrl.SetWordWrap(0); |
| 76 |
|
||||||||
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use