Is there a compiled list of the code changes from vb6 to .NET?

Example...

VB6 ...................NET
Msgbox...............MessageBox
App.Path.............Application.StartPath
Unload Me .......... Me.Close

etc....

Is there a list anywhere like that?
Plus, any code that have been dropped from the .NET framework.

P.S. I know you can still use VB6 code using the VB namespace. But I want to use only framework classes and code syntx. I want to convert all non-framework code of vb6 to .NET framework.

Thanks