I am adding a chat box to a program and trying to use
to scroll to the bottom of the box after adding the new line of text. Problem: The text disappears until I click on the vscroll bar in the rtb. Solutions?Code:SendMessage rtbChat.hwnd, WM_VSCROLL, SB_BOTTOM, 0


Reply With Quote