In window.prg there is
I think it should be
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 )I think it should be
::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