How to disable all controls in form?
I'd like to disable a large number of controls and enable a small number of
controls (within a frame in a multipage) when click a button.
I'm guessing the quickest way to do this is to disable all controls then
enable the ones I need in code? But I don't know how to disable all controls
in a short way. Any ideas?
|