We have a VB6 to VB.NET migrated project in which we have OLE control.Do we have any control in Vb.NET to replace the OLE?
Asked
Active
Viewed 324 times
0
-
What type of OLE are you performing? – Paul Jan 22 '13 at 13:23
-
I am performing Image Operation. – Hemant Kumar Jan 22 '13 at 13:24
-
OLE is dead as a doornail, .NET has no support at all. You can still use an ActiveX control in a Winforms project. Use Aximp.exe to create the managed wrapper for it. – Hans Passant Jan 22 '13 at 13:32