Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Problems & Solutions
»
how to disable a control
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to disable a control (Read 1444 times)
0 Members and 1 Guest are viewing this topic.
chrisc
Guest
how to disable a control
«
on:
April 22, 2018, 02:30:46 PM »
in PB DDT they have a statement to disable and enable a control like a button or combo box
http://www.manmrk.net/tutorials/basic/PowerBASIC/PBWIN8/control_disable.html
of course we can't use DDT commands in O2, what would be its equivalent statement in SDK?
Logged
José Roca
Guest
Re: how to disable a control
«
Reply #1 on:
April 22, 2018, 02:56:57 PM »
EnableWindow.
Logged
Mike Lobanovsky
Guest
Re: how to disable a control
«
Reply #2 on:
April 22, 2018, 03:10:18 PM »
Yes.
Logged
chrisc
Guest
Re: how to disable a control
«
Reply #3 on:
April 22, 2018, 03:31:00 PM »
Thanxx Jose and Mike
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Problems & Solutions
»
how to disable a control