P perspolis Feb 7, 2005 #1 Is it possible in C# or .Net to have a OLE control like in visual basic 6?
A Ajay Kalra Feb 7, 2005 #2 Any COM based control (ActiveX etc) can be used in .Net. You will use com interop to do this. Look at codeguru/codeproject for samples. For activeX, this shows how to do it: http://www.codeproject.com/csharp/ImportActiveX.asp
Any COM based control (ActiveX etc) can be used in .Net. You will use com interop to do this. Look at codeguru/codeproject for samples. For activeX, this shows how to do it: http://www.codeproject.com/csharp/ImportActiveX.asp