Enable/Disable Button Realted to ListBox

Brownpeper

New member
Joined
Nov 16, 2009
Messages
1
Programming Experience
Beginner
Evening All ,

How would I enable/disable a button if listbox become populated?
 
Presumably you are the one populating the ListBox so you can simply set the Enabled property of the Button at the same time. If this is not possible for some reason then you'll need to provide more details.
 
Back
Top