Antonio
Still wrong
Richard
#include "FiveWin.ch"
function Main()
local oDlg, cText := "Hello"
SkinButtons()
DEFINE DIALOG oDlg
@ 1, 2 GET cText SIZE 60, 12
@ 3, 7 BUTTON "OK" DEFAULT ACTION MsgBeep()
@ 3, 14 BUTTON "Cancel" ACTION oDlg:End()
ACTIVATE DIALOG oDlg CENTERED
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 90 guests