Creating a UI as an ActiveX/Com

C

Curious Joe

Could I create a nice interface using C# forms and compile it as an
ActiveX control to be using in other languages? The interface options
in C# are much nicer (and most importantly less work) than the
language the core of my application is written in (VFP 9) and I would
like to update the look of the application without having to hack
VFP's outdated UI.

Thanks,

CJ
 
M

Michael Nemtsev

Hello Curious,

Consider the WPF/E or WPF for your task. It realise exactly what u need

CJ> Could I create a nice interface using C# forms and compile it as an
CJ> ActiveX control to be using in other languages? The interface
CJ> options in C# are much nicer (and most importantly less work) than
CJ> the language the core of my application is written in (VFP 9) and I
CJ> would like to update the look of the application without having to
CJ> hack VFP's outdated UI.
CJ>
CJ> Thanks,
CJ>
CJ> CJ
CJ>
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 
R

Ralph

Could I create a nice interface using C# forms and compile it as an
ActiveX control to be using in other languages? The interface options
in C# are much nicer (and most importantly less work) than the
language the core of my application is written in (VFP 9) and I would
like to update the look of the application without having to hack
VFP's outdated UI.

Thanks,

CJ

Check out these websites for info on putting a winforms control on a
web page

http://SteveOrr.net/articles/WinformControls.aspx

http://www.c-sharpcorner.com/Upload...rticleID=2f5df473-5b2d-4c6b-abc8-8a5ef7ef14c8

http://windowsforms.net/articles/iesourcing.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top