Hello,
LoadIcon in a Dialog (RES).
How Can I show the Icon in a Dialog.
THX
LoadIcon in a Dialog (RES).
How Can I show the Icon in a Dialog.
THX
paint it on the windows DC with Blit()
IF uMsg == WM_INITDIALOG
invoke SetClassLong, hDlg, GCL_ICON, ADDR hIcon
ENDIF
Just save the hIcon at the beginning when you set up you WindowClass.
:)