In VC++ 6.0 MFC project, i added EditBox with Vertical Scrollbar ,Every 10 seconds i am readeing data from serial port and i have to display through EditBox(IDC_EDIT1) ,i done it no problem.
But one typical problem i am facing which is that,whenever a new data display in editbox the vertical scrollbar will goes up and data remains down ,i have to scroll down evey time to read the data,
so my question is whenever a new data display in editbox the vertical scrollbar also have to moves down along with data.How to stop the Vertical Scrollbar to the current position every (10 sec)time. ??
plz any body help me