How to hide scroll bars in rich edit ctrl?
I need to hide the scroll bars in a rich edit ctrl using Win32. I tried using ShowScrollBar(hWnd, SB_BOTH, FALSE);. I did not receive any error msgs when using it, but it did not work. Does anyone know how I can fix this problem? Thanks.
Fierytycoon

