- Code: Select all Expand view
- ::SendMsg( WM_SETICON, 0, oIcon:hIcon )
I think it should be
- Code: Select all Expand view
- ::SendMsg( WM_SETICON, 1, oIcon:hIcon )
as 1 is for "big icon" while 0 is for "small icon". Or maybe we need both of them?
EMG
::SendMsg( WM_SETICON, 0, oIcon:hIcon )
::SendMsg( WM_SETICON, 1, oIcon:hIcon )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 95 guests