Using a c# window

Posted by jmls on 14-Nov-2009 08:11

Ok, I've tried, tried and tried again. So there's no point in being a bloody fool about it, so I'll asked here

I've created a window / form in c#. It runs well, it does what I need. Now, I need to use that form in ABL. How do I do that ? Do I need to compile the c# project differently ? I've got a .exe file.

Should I inherit the form, or new it ?

TIA

Julian

All Replies

Posted by Admin on 14-Nov-2009 08:46

Compile your project to a class library assembly and add it to the

assemblies

.xml file.

You can NEW it or inherit from it. If you don't need to add code any

code, just NEW it.

Missed you at PUG Challenge, by the way...

Posted by jquerijero on 16-Nov-2009 10:18

When you add the assembly (*.exe or *.dll), make sure to add the file itself to your project too.

This thread is closed