A
Antuane
please help,
i'm trying to find a simple & easy way of enabling & disabling (generally
making them readonly) most of the controls in my form.
Cuz i want to create a form, for the user but only a readonly form (with no
write access).
But i cannot find any easy way of doing this,
i've tried using the OnEnabledChanged() event, & exposing such other custom
events.
But to no avail. Please help.
What i've also tried is having some methods to loop through the control
collection, & then disabling the controls one by one - slow & have to
consider various control types.
I'm sure i'm missing something very simple here, cuz this is something most
application would need - a readonly view of a screen.
But how can this be achieved????
i'm trying to find a simple & easy way of enabling & disabling (generally
making them readonly) most of the controls in my form.
Cuz i want to create a form, for the user but only a readonly form (with no
write access).
But i cannot find any easy way of doing this,
i've tried using the OnEnabledChanged() event, & exposing such other custom
events.
But to no avail. Please help.
What i've also tried is having some methods to loop through the control
collection, & then disabling the controls one by one - slow & have to
consider various control types.
I'm sure i'm missing something very simple here, cuz this is something most
application would need - a readonly view of a screen.
But how can this be achieved????