WndProc (Part 12)
By SalimMeghani
Wed, 19 Jun 2019
- 320 reads
if (scroll)
{
dscroll=5;
}
ReleaseDC(hWnd,hdc);
olrxpos=curxpos; olrypos=curypos;
credraw=1;
vredraw=1;
//
row=ctypos; column=ctxpos;
InvalidateRect(hWnd, NULL, FALSE);
break;
- Log in to post comments


