T
Tim Daim
Can anybody please tell me what I need to do to be able to just type
Len(sMyString) instead of Microsoft.VisualBasic.Strings.Len(sMyString)
When I convert old projects (from VB6 to .NET), Len() works, but if I
create a new VB.NET project, it does not. I set up the references so
that they look exactely like my converted project (with
VisualBasic.Compatibility, etc...), but I must have missed something.
Thank you!
Tim
Len(sMyString) instead of Microsoft.VisualBasic.Strings.Len(sMyString)
When I convert old projects (from VB6 to .NET), Len() works, but if I
create a new VB.NET project, it does not. I set up the references so
that they look exactely like my converted project (with
VisualBasic.Compatibility, etc...), but I must have missed something.
Thank you!
Tim