FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FIVEWIN PNG ??? ( TO Antonio )
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
FIVEWIN PNG ??? ( TO Antonio )
Posted: Wed Mar 03, 2010 12:26 AM

Hi,

I liked of can use button with pictures PNG.
you think that is possible add this feature for fivewin ?

Thanks

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: FIVEWIN PNG ??? ( TO Antonio )
Posted: Wed Mar 03, 2010 04:36 AM
Hello Lailton


you can use same tecnique http://forums.fivetechsupport.com/viewtopic.php?p=87612#p87612

first get the image Handle using TImage Class after free de GDI Object fro Button ( DeleteObject( oBtn:hBitmap ) ) finally transfer the handle to button oBtn:hBitmap = oImage:hBitmap
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: FIVEWIN PNG ??? ( TO Antonio )
Posted: Wed Mar 03, 2010 12:58 PM

Thanks daniel, I will try it.

Continue the discussion