Good night,
is it possible to use animated gifs from resources ?
Thanks in advance.
Best regards,
FUNCTION About()
LOCAL oDlgAbout
define dialog oDlgAbout title "Acerca de ..." size 529,225
activate dialog oDlgAbout CENTERED on init crearGif( oDlgAbout ) // nowait
RETURN NIL
FUNCTION CrearGif( oDlgAbout )
local cfile := "temp.gif"
RCDATATOFILE( 0,"ACERCADE", cfile )
@ 1, 1 GIF oGif FILE cfile OF oDlgAbout SIZE 529, 225 ADJUST
ferase( cfile )
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 84 guests