> Is there a way to convert a C# win form app to a Managed C++? Perhaps
> by importing the resx file. Thank you in advance for your help.
Only by converting from C# to C++, which shouldn't be too hard, although I
don't know of any automated tool that'll do it.
The .resx file doesn't contain anything interesting.

Signature
Tim Robinson
MVP, Windows SDK
NebiyouGirma@gmail.com - 18 Mar 2005 20:04 GMT
Thank you for your response. What I ended up doing was to copy the
controls from my C# Project to my Managed C++ project and rewrite the
rest of the code. I am not finished yet but things seem to be ok thus
far. I wish there was a tool that could also copy all the event
handeling methods etc also.
Nebiy - 18 Mar 2005 20:08 GMT
Thank you for your response. What I ended up doing was to copy the
controls from my C# Project to my Managed C++ project and rewrite the
rest of the code. I am not finished yet but things seem to be ok thus
far. I wish there was a tool that could also copy all the event
handeling methods etc also.