C언어,ARM

EDIT 컨트롤 맨 밑으로 스크롤

안녕1999 2020. 9. 19. 23:09
void EditWnd_ScrollBottom(HWND hwnd)
{
	::SendMessage(hwnd, EM_LINESCROLL, 0, 0xfffff);
}