| Re: Disabling a component with an API? -
06-04-2007, 08:51 AM
> I'm using a free grid component that lacks a .enable property. Is
> there any way to call an API to disable components on a form?
You could simply place the grid in a container object (Frame, PictureBox,
etc.) and disable the container (which will, in effect, disable anything
contained in it). Just make sure you place the grid **in** the container,
not merely visibly on top of it (cut the grid from the form, select the
container object, paste the grid into it).
Rick - MVP |