Can we host a VB6.0 user control in WPF forms?
+4
A:
VB6 user controls are ActiveX
Walkthrough: Hosting an ActiveX Control in Windows Presentation Foundation
Svetlozar Angelov
2009-09-04 10:12:12
yea sure..i feel this link is very much usefull
Jaswant Agarwal
2009-09-04 10:19:38
hmm..but my concern is reliablity of code..the user control will maintain same behaviour like previous one?
Jaswant Agarwal
2009-09-08 04:23:34
A:
Maybe, maybe not. .NET can handle COM/ActiveX controls so there should be a way to do this.
But you would include non-managed code to your project. Not only would this make your code a lot less reliable, it also would make the installation much more complex. In general, it's not worth the trouble.
Workshop Alex
2009-09-04 10:13:40
i find the way..we can do it using form control library..but my concern is that ..is it a reliable way to do this?
Jaswant Agarwal
2009-09-08 04:22:10