FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SetIcon()
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

SetIcon()

Posted: Wed Apr 22, 2009 04:55 PM
In window.prg there is

Code (fw): Select all Collapse
::SendMsg( WM_SETICON, 0, oIcon:hIcon )


I think it should be

Code (fw): Select all Collapse
::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

Continue the discussion