Imacros .net component setup help

Discussions and Tech Support related to using the iMacros Component for .NET in your applications.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
cybernoob
Posts: 1
Joined: Wed Jan 23, 2013 12:00 am

Imacros .net component setup help

Post by cybernoob » Wed Jan 23, 2013 11:06 am

4. 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).
Okay, I need some help, step by step where is bin\configuration folder I could only find project bin\debug

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?
BGood
Posts: 19
Joined: Thu Mar 31, 2011 2:23 am

Re: Imacros .net component setup help

Post by BGood » Thu Feb 28, 2013 1:57 am

The documentation is not very clear on this, but when it says "bin\configuration" what is really meant is the name of the build configuration, like "Debug", "Release", or whatever. So assuming you are working with the Debug project configuration, the folder you need to manually copy the DLLs to would be "bin\Debug".
Post Reply