Hi again..

When I try to code in VB2010, I usually unmark the reference to Microsoft.VisualBasic. Because I do not want to use the legacy functions of VB6. I want to complete walk in .Net path.

And I have found some alternatives for the old VB6 functions. But the rest not.
Where can I find the list of those methods or classes (alternatives for the VB6 functions) ?
(For eg: when I tried to find the difference of 2 dates, I couldn't find any other alternatives. So, I came back and used the Microsoft.VisualBasic reference for using DateDiff())

Is that a good practice to avoid using that reference ?

Thanks...