12 lines
256 B
Text
12 lines
256 B
Text
Begin Form ClickMe
|
|
Caption = "DVX BASIC Demo"
|
|
Begin CommandButton Command1
|
|
Caption = "Click Me!"
|
|
End
|
|
Begin TextBox Text1
|
|
Text = "Ready."
|
|
End
|
|
Begin Label Label1
|
|
Caption = "Click the button above!"
|
|
End
|
|
End
|