Re: [DOTNET] Plans to introp .NET controls into COM applications

2002-06-07 Thread McClellan, Jay
IL PROTECTED] Subject: Re: [DOTNET] Plans to introp .NET controls into COM applications take a look at http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp Exposing .Net controls as ActiveX controls works, just not out of the box. basically all thats missing is a couple of registr

Re: [DOTNET] Plans to introp .NET controls into COM applications

2002-06-07 Thread Ian MacLean
take a look at http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp Exposing .Net controls as ActiveX controls works, just not out of the box. basically all thats missing is a couple of registry settings. This was done intentionally since microsoft didn't want to have to gaurentee th

[DOTNET] Plans to introp .NET controls into COM applications

2002-06-07 Thread Jay McClellan
Can anyone say whether Microsoft plans to ever support interoping .NET controls into legacy COM environments like (especially) VB6? This is the single biggest roadblock preventing us from adopting .NET as a development environment. I'm well aware that there are unsupported registry mods that mak