Move buttons in a form in Visual Studio through a fixed control

Asked

Viewed 218 times

1

I want to add buttons to my form and be able to move it when the application is running, how to do this?

I would also like to apply a control button that sets whether they are in fixed state or floating mode.

What I need are buttons that may have their locations changed according to the user’s conduct.

  • 1

    C# or VB.NET? You could [Edit] and add the language tag?

  • 1
  • How would this move? Want to drag the buttons to position them inside the screen? Could explain better?

  • you want to move the controls (buttons) with the mouse, type to rearrange at runtime ?

  • Exactly, I want to move the buttons inside a panel.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.