Asked By Michel Posseth [MCP]
30-Mar-08 04:53 AM
http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.strings.instr.aspx
As you see this method is part of the VB.Net syntax , so i guess you would
bether refrace that comment as
if you want to abandon the VB namespace .
if you want to do this
http://www.codeproject.com/KB/vb/novbruntimeref.aspx ( see my comments on
Rafael for further detail )
Then it might be bether to use only the comonly shared framework classes
although , there is nothing that keeps a C# , J# , etc etc etc ( other
framework languages ) from setting a reference to the microsoft visual basic
dll and use the handy VB methods , note that this dll is NOT for backwords
compatibility !! but contains specific VB methods ( shortcuts , behaviors ,
Contstants ) that are part of the VB namespace and in it`s turn is part
of the Framework
Michel