how to select multiple buttons on a flowlayoutpanel?

Recommended Answers

All 3 Replies

Is this for a windows app or a web app?
Is the user to select the buttons or is this in Dev. Studio?

it's for a windows app and the user needs to select the buttons , many at one go

Assuming the user is clicking on each button to select them, you can use CheckBoxes with the Appearance property set to Button.
The CheckBoxes will look like buttons but will stay down when clicked.
Test the Checked property to see which buttons the user selected.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.