| View previous topic :: View next topic |
| Author |
Message |
Mohamed Koker Guest
|
Posted: Sun Oct 15, 2006 8:12 am Post subject: VCL form to WinForms conversion tool |
|
|
Hi All,
Is anyone aware of any tool similar to the dfm2pas utility included in
the Delphi 7 .NET preview that allows one to convert a VCL form to an
"equivalent" Winforms representation including the event-handlers and
other variables declared in the unit containing the VCL form?
I am aware of tools like Trans-Form-Matic and TurnSharp but the
conversion performed by Trans-Form-Matic appears to be too limited (no
event-handlers) and have no interest in migrating my VCL forms to C# as
offered by TurnSHarp.
Cheers
-Mohamed |
|
| Back to top |
|
 |
Jim Davis Guest
|
Posted: Sun Oct 15, 2006 8:12 am Post subject: Re: VCL form to WinForms conversion tool |
|
|
err ...... NO
cheers |
|
| Back to top |
|
 |
Jim Davis Guest
|
Posted: Sun Oct 15, 2006 8:12 am Post subject: Re: VCL form to WinForms conversion tool |
|
|
err ...... NO
cheers |
|
| Back to top |
|
 |
Thomas Mueller Guest
|
Posted: Sun Oct 15, 2006 2:38 pm Post subject: Re: VCL form to WinForms conversion tool |
|
|
Hi,
Mohamed Koker wrote:
| Quote: | Is anyone aware of any tool similar to the dfm2pas utility included in
the Delphi 7 .NET preview
|
Hm, that sounds interesting in the light of the restrictions of the Turbo
Explorer versions. From the name I gather that this tool converts .dfm
files to pascal code creating the form at runtime. Is that correct?
Is this tool available from somewhere or was it only part of Delphi 7? Is
there any other tool available for doing this (apart from GExperts which
for obvious reasons doesn't work in this case)?
MfG
twm |
|
| Back to top |
|
 |
Tom Guest
|
Posted: Sun Oct 15, 2006 10:13 pm Post subject: Re: VCL form to WinForms conversion tool |
|
|
| Quote: | Is anyone aware of any tool similar to the dfm2pas utility included in the
Delphi 7 .NET preview that allows one to convert a VCL form to an
"equivalent" Winforms representation including the event-handlers and
other variables declared in the unit containing the VCL form?
|
Is this what you are looking for?
http://www.netcoole.com/delphi2cs.htm |
|
| Back to top |
|
 |
Mohamed Koker Guest
|
Posted: Mon Oct 16, 2006 12:12 am Post subject: Re: VCL form to WinForms conversion tool |
|
|
Not quite.
I do not want a conversion to C#.
I just want to convert a VCL form to an equivalent WinForms
representation in Delphi for .NET.
Cheers
-Mohamed |
|
| Back to top |
|
 |
|