tags:

views:

148

answers:

0

I have some corel files and i should develop a .NET application which uses exactly these corel designs as its Forms. There exist some part of these designs which change by user interaction,i mean this should be possible to attach an event listener to some part of these graphics.I exporetd those files in SVG format,but corelDraw changes all qualities and final result of our graphic design is totally different from what we see in coreDraw. On the other hand,i don't know any way to render SVG files inside C# Form.For example i want to change some buttons background image in mouseover event.

Now is there any straightforward way to design some buttons in corelDraw and have them in WinForm and enable event handling for them?I mean a way to seperate Graphic Designers from Developers?