Hi,
I have a list box with items like A B C D E.
I also have two buttons Move UP and Move Down with it.
i have already made their properties false in the property window (F4).
Now i want when a user selects B or all the items below then my Move Up button should get enabled. It should be Disabled for A item
In the same way my Move Down button should be Enabled when the user selects D or all the items above it,It should be disabled for E.
Can u please provide me the right part of code to be written here.
Thanks....