I must movre a bitmap into a window
on this window I have a ribbonbar
1. How I can make to not move the bitmap over this ribbonbar ?
2. How I can to move this bitmap over the coor of the same window ?
@ nRow, nCol BITMAP oSprite;
FILE cBitmap;
PIXEL NOBORDER of oWnd
nTipo:=nItem
oSprite:lTransparent = .T.
oSprite:Move(oSprite:nTop,;
oSprite:nLeft,;
oSprite:nWidth(),;
oSprite:nHeight())
oSprite:lDrag := .T.
oSprite:bMoved := {|| oSprite:CoorsUpdate() ,;
nBmpRow := oSprite:nTop ,;
nBmpCol := oSprite:nLeft ;
}
oSprite:cargo := {cBitmap,nTipo }
oSprite:bRClicked = { | nRow, nCol | Menu_azioni( oSprite, nRow, nCol ) }
oSprite:SetFocus()on this window I have a ribbonbar
1. How I can make to not move the bitmap over this ribbonbar ?
2. How I can to move this bitmap over the coor of the same window ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio