Hi Guys,

I am using VB.NET 2008 and I am using a toolstrip control with some buttons on it. What I want is the ability to re-order the buttons at runtime? I know toolstrip has a property allow re-order and if set to true you can do it.

But can I have the following :

- Default re-order requires user to press the Alt key.
- I want that if user clicks and drags the button then he should be able to reorder. If he just clicks on button then it should work normally.
- Not important but if possible only selected buttons can be reordered.

Is there a way to implement the same ?

Thanks,

Cheers,
GR