Dear Coleagues
How Can i Draw a box 290mm x 210mm (exact dimension)
inside a dialog on screen
Thanks
Dante
devwin2004@yahoo.com.ar
METHOD Cmtr2Pix( nRow, nCol ) CLASS TPrinter
if ValType( ::nYoffset ) == "U"
::nYoffset := 0
endif
if ValType( ::nXOffset ) == "U"
::nXoffset := 0
endif
nRow := Max( 0, ( nRow * 10 * ::nVertRes() / ::nVertSize() ) - ::nYoffset )
nCol := Max( 0, ( nCol * 10 * ::nHorzRes() / ::nHorzSize() ) - ::nXoffset )
return { nRow, nCol }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 78 guests