Hi my friends!
Exists a way to do for define a new tdialog maximized, but without the maximize/restore button at top right corner?
Thanks!
// Defining a DialogBox with certain styles
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function Main()
local oDlg
SET _3DLOOK ON
DEFINE DIALOG oDlg FROM 10, 10 TO 20, 40 ;
TITLE "Dialog" STYLE nOr( WS_VISIBLE, WS_CAPTION, WS_THICKFRAME )
@ 2, 2 BUTTON "&Hello" ACTION oDlg:End()
ACTIVATE DIALOG oDlg
return nil
//----------------------------------------------------------------------------//
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 64 guests