Hello,
is the a equivalent function to BringWindowToTop()
for SendToBack().
Thank you and best regards
Otto
function SendToBack( hWnd )
//HWND_BOTTOM
SetWindowPos( hWnd,1,0,0,0,0,3)
RETURN nil
//----------------------------------------------------------------------------//
function ItemPopupMenu( oItem, nItem, nArea, nRow, nCol )
local oMenu
LOCAL cItemDef := AllTrim( GetDataArea( "Items", AllTrim(STR(nItem,5)),, oER:aAreaIni[nArea] ))
local oItemInfo := VRDItem():New( cItemDef )
MENU oMenu POPUP
MENUITEM "Send To Back" ACTION SendToBack( oItem:hWnd )
MENUITEM GL("&BringWindowToTop") + chr(9) + GL("Ctrl+I") RESOURCE "B_EDIT" ;
ACTION BringWindowToTop( oItem:hWnd )
MENUITEM GL("&Item Properties") RESOURCE "PROPERTY" ;
ACTION ItemProperties( nItem, nArea )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 75 guests