Hi
In a DialogBase App I create a CRgn in OnInitDialog() method and assign to dialog and shape of dialog was changed but when I
call GetWindowRgn method it returns ERROR.
Printable View
Hi
In a DialogBase App I create a CRgn in OnInitDialog() method and assign to dialog and shape of dialog was changed but when I
call GetWindowRgn method it returns ERROR.
Be sure that your rgn variable is not destroying after InitDialog.
Sincerely, Mihai