Unless this is a very large complex application, would this not compile as it is in the .net version with very few modifications if any? I have done such compilations with some of my applications.
http://totallyfreeenergy.zxq.net --- In [email protected], "mdkass1976" <mdk...@...> wrote: > > I have a Delphi application (made on Delphi 7) , > This application : > > 1.Reads from csv files > 2.Does some calculations and print on a report using "Quick Report" > 3.Has an embedded browser to show some internet pages. > 4.Has a flv player. > > I want to make a similar application on Delphi.net (2006) or even 2009 > > somebody told me the following: > > "create a .net app with a single form and then find a way to embed your > program as a user control or something so that it runs in that form when you > compile it. " > > > I want to know whether this is possible or not. > > Thanks >

