Re: ListBox problem
Another, perhaps simpler solution would be to change your code as shown here in bold:
Code:
void PrintSystemUsage()
{
m_ListBoxResult.AddString("Crawling the Tree....");
strlineCount ="something";
m_ListBoxResult.AddString(strlineCount);
m_ListBoxReslult.UpdateWindow();
}
Hope that helps.
Be sure to rate those who help!
-------------------------------------------------------------
Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193