- Code: Select all Expand view RUN
- msgtop(" esta es una " + NEGRITA + " prueba." + NEGRITA, ".: Atención :.")
gracias
msgtop(" esta es una " + NEGRITA + " prueba." + NEGRITA, ".: Atención :.")
#include "FiveWin.ch"
function Main()
MsgStop( "This is a test" )
return nil
static function MsgStop( cMsg )
local oDlg, oFont
DEFINE FONT oFont NAME "Verdana" BOLD SIZE 0, -12
DEFINE DIALOG oDlg TITLE "Stop" SIZE 200, 100
@ 0.5, 1 SAY cMsg FONT oFont
@ 1.5, 6 BUTTON "Ok" OF oDlg ACTION oDlg:End()
ACTIVATE DIALOG oDlg CENTERED
oFont:End()
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 54 guests