Hi,
Time ago I created an application which has some buttons in the form. Now the customer wants me to modify the existing application so he can add custom buttons.
Now there are some existing buttons (ex. button1, button2, button3...) and I have to create a button "Add new..." so the user can add a new button below the existing buttons in the form.
So far I have been creating user interfaces by simply placing controls to the form in Visual Studio so I would be thankful if anyone suggested any way to implement the described functionality.
The existing application is Windows Forms Application (C#, .NET framework v3.5) and the client is using Windows XP. It might be easier to create a WPF application but I am not sure if it is possible to run it on Windows XP...
Thank you!