R
ravindar thati
i have some items like text boxes, buttons, list boxes, etc on a form.
my requirement is when the form loads, only one button should be
displayed. if and only if i click that button, the remaining items
should be displayed.
one possibility is write code in form load such that initially the
items will be hidden, and button event makes them visible.
but i have many items on this form any they may increase from time to
time. i dont want to write for each items that they have to hide at
form loading and visible on button click.
is there any easy way such that we can hide all the items on a form
except a button like this?
my requirement is when the form loads, only one button should be
displayed. if and only if i click that button, the remaining items
should be displayed.
one possibility is write code in form load such that initially the
items will be hidden, and button event makes them visible.
but i have many items on this form any they may increase from time to
time. i dont want to write for each items that they have to hide at
form loading and visible on button click.
is there any easy way such that we can hide all the items on a form
except a button like this?