- Code: Select all Expand view RUN
@ 80,20 XIMAGE oImageDlg[1] ;
FILENAME IF(empty(oElemento:ELIMGLIB),cDefaImage,oElemento:ELIMGLIB);
NOBORDER ;
SIZE 40,40 ;
OF oDlg ;
UPDATE
oImageDlg[1]:bRClicked := NIL
oImageDlg[1]:ltransparent:=.t.
oImageDlg[1]:nUserControl :=0
although I have put these commands
oImageDlg[1]:bRClicked := NIL
oImageDlg[1]:ltransparent:=.t.
oImageDlg[1]:nUserControl :=0
I also see the menu pulldown I I click on right button of the mouse as you can see here
How should I do so the end user does not have this possibility? that is to display this menu?