M
miskomisko
..net v2.0, VS 2005, VB6
Hi,
I try to import my vb6 application to vb .net. The application uses my
special activeX component which i want to import. When i import ocx
file. Component is imported but not with all its properties. The
property:
Public Property Get Value(ByVal iRow As Long, ByVal iCol As Long) As
Variant
....
and
i tried to replace variant with object but the same result... Simple
properties are imported, f.e.
public porperty get Hi()
when i look with object browser i see two records. The name of the
file and the "Ax"+name of the file, what is normal. In record with
name of the file are this missing properties shown, but in Ax.. one
arent. Why? How can I make it to import it? I can change the code of
ActiveX componet. But f.e. property Value is Get-Let property and is
used in many formulars so i think replacing property with sub or
function is not good solution, because vb6 doesnt support methods
overloading . Do you have any suggestions how to solve it? thank for
any reply
Hi,
I try to import my vb6 application to vb .net. The application uses my
special activeX component which i want to import. When i import ocx
file. Component is imported but not with all its properties. The
property:
Public Property Get Value(ByVal iRow As Long, ByVal iCol As Long) As
Variant
....
and
i tried to replace variant with object but the same result... Simple
properties are imported, f.e.
public porperty get Hi()
when i look with object browser i see two records. The name of the
file and the "Ax"+name of the file, what is normal. In record with
name of the file are this missing properties shown, but in Ax.. one
arent. Why? How can I make it to import it? I can change the code of
ActiveX componet. But f.e. property Value is Get-Let property and is
used in many formulars so i think replacing property with sub or
function is not good solution, because vb6 doesnt support methods
overloading . Do you have any suggestions how to solve it? thank for
any reply