Link to home
Start Free TrialLog in
Avatar of hari4130
hari4130

asked on

using .NET framework Component through the Dialog Editor

I am able to use all the COM components(Drag and Drop) using the Dialog editor on my MFC project using the Visual Studio .NET

But when i customize my toolbox to add .NET Framwork Components, i see the controls  added but they are "greyed out" on the Dialog editor. Hence I am unable to use any .NET Framework Component.

Please help me regarding this issue. How do i get the .net components to work?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hari4130
hari4130

ASKER

The MFC project I have is already in the "Unmanaged form". I migrated this code from VC++6.0 to VC++ .NET.

In order to make my whole project(60 cpp files) to managed form, I would have to rewrite a large portion of the code right ??\

Is there any other way for me to use the .NET Components ? Or Do i have to stick to the COM Components only.

Please Advise..........

Thanks