Okay, I need some help, step by step where is bin\configuration folder I could only find project bin\debug4. Copy also the other dlls from the iMacrosComponent\Bin folder to your project's bin\configuration folder. There are 10 dlls altogether. They are necessary during runtime.
5. Now you are ready to add an iMacrosControl to your form. The iMacrosControl cannot be added in the designer. Use the factory method iMacrosControl.Create() to instantiate an iMacrosControl object in your code. Add it to the form's or a panel's controls (see sample projects).
Also how do I do step 5, I need pictures, I don't know much about .net. Can I have an example of how to instantiate an Imacroscontrol object in code?