FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to put an icon on taskbar in windows 7
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

How to put an icon on taskbar in windows 7

Posted: Mon Dec 21, 2009 10:11 AM
I can’t find out how I did - my prg xPlan shows/ xReport does not - to show the icon on the taskbar in WINDOWS 7.
Can someone please explan how to do.

Thanks in advance
Otto
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: How to put an icon on taskbar in windows 7

Posted: Mon Dec 21, 2009 10:20 AM

I found the solution:

DEFINE ICON oIco RESOURCE "1"

DEFINE WINDOW oWnd TITLE "TEST" from 200,200 to 900,1100 pixel ICON oIco

Best regards,
Otto

Continue the discussion