Hi!
I have a ListBox that presents information. When the ListBox gets full, I can no longer se whats beeing written. I have to wait until all information has been written, and then use the scroll.
Have tried this...
m_ListBoxInfo.SetScrollPos(1,m_ListBoxInfo.GetCount(),TRUE);
...but it only...