Silvio wrote:I want made a dialog trasparent :
the group when traparent
the say control is trasparent but the get control where is ?
I want that the get control be no trasparent
How I can make it?
test file at :
http://hyperupload.com/download/02a8655 ... S.zip.htmlRegards,
#INCLUDE "FiveWin.ch"
#Define CLR_VERMELHO nRGB( 255, 000, 000 )
#Define CLR_AMARELO nRGB( 255, 255, 000 )
FUNCTION Main()
LOCAL cCodice := SPACE(40)
LOCAL oFn1, oBrush, oGroup1, oDlp
DEFINE FONT oFn1 NAME "Arial" SIZE 0, -10
//DEFINE BRUSH oBrush RESOURCE "brick3"
DEFINE BRUSH oBrush FILE "BRICK3.BMP"
DEFINE DIALOG oDlp RESOURCE "test" ;
BRUSH oBrush TRANSPARENT
REDEFINE GROUP oGroup1 ID 51 ;
PROMPT "GROUP BOX " ;
COLOR CLR_VERMELHO, CLR_AMARELO OF oDlp ;
FONT oFn1 TRANSPARENT
REDEFINE GET cCodice ID 117 OF oDlp
ACTIVATE DIALOG oDlp CENTERED RESIZE16
RETURN NIL
FIVEWIN 2.7 FOR XHARBOUR 0.99.61