Hi,
I'm not expert in VB.NET programming and so I'm facing this problem.
This is the code, coming from VB6, which highlights an error:
Public const posblk_len as short = 128
Private posblock as new VB6.Fixedlenghstring(Posblk_len)
the definition of POSBLOCK returns a 'type not defined' and an 'unable to find the MICROSOFT.VISUALBASIC.COMPATIBILITY component'.
Which is the correct VB.NET definition for the variable POSBLOCK ?
Many thanks for your help.
Marco (Italy)
marco.dicesare@elmec.it
I'm not expert in VB.NET programming and so I'm facing this problem.
This is the code, coming from VB6, which highlights an error:
Public const posblk_len as short = 128
Private posblock as new VB6.Fixedlenghstring(Posblk_len)
the definition of POSBLOCK returns a 'type not defined' and an 'unable to find the MICROSOFT.VISUALBASIC.COMPATIBILITY component'.
Which is the correct VB.NET definition for the variable POSBLOCK ?
Many thanks for your help.
Marco (Italy)
marco.dicesare@elmec.it