hola.
Necesito deshabilitar un boton cuando el control BITMAP contiene una imagen,
como hago para saber que contiene una imagen el BITMAP?
algo asi como if (empty(BITMAP))....
gracias.
oImage := ".\LOGO.jpg"
IF ! FILE( oImage )
// MsgInfo( )
ENDIF
if(Empty(oImage:uSource), MsgInfo("No contiene imagen"),)
if(Empty(oImage:cBmpFile), MsgInfo("No contiene imagen"),)
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 69 guests