|
Hi,
We are having an application which uses VB 6.0, VC++ and C#. I want to pass a VB control as a parameter to a C# method. The purpose is that we are creating a new C# component where we set the font and character set for the VB UI controls. This is to support different languages. Since the application has a lot of existing code in VB we have to use this C# method in VB and pass the VB UI Control. When the UI control is passed to the C# method, internally it has to set the font and charset. We tried using object but it work. Please suggest how we could proceed.
Thanks, Dina
|