can I copy and paste a control, and How ?
I saw there is on Windows class Paste() and Copy() methods but I not Lnow How use them
One sample please thanks
@ 10,10 button obtn of oDlg
obtn:bRClicked:= {|| MenuButton(nRow,nCol,oGrp,obtn) } )
...
Function MenuButton(nRow,nCol,oGrp,obtn)
local oMenu
MENU oMenu POPUP 2007
MENUITEM "Copy"
MENUITEM "Paste"
ENDMENU
ACTIVATE MENU oMenu AT nRow, nCol OF obtn
RETURN NIL
FWH .. BC582.. xharbour