I am getting all of the local processes on the computer and putting them inside of a FlowLayoutPanel where you can click the process you want and attach to it.
The problem I am running into is cloning a button so I can put it in the FlowLayoutPanel.
The plan is to make a for loop and loop through the array I get containing all of the processes and make individual buttons containing the names for all of the individual processes that is currently running on the machine.
TL:DR
What is the syntax for cloning a button class?
I cannot find the syntax anywhere talking about cloning anything when it comes to windows forms.