1. Project Conversion
A) Determine the project to be converted
I. Non-converted C # projects can coexist with VB Projects
B) establish corresponding VB Projects
I. Move the file to this project and convert it one by one
2. Item Conversion
A) prepare
I. Conversion Tool http://codeconverter.sharpdevelop.net/SnippetConverter.aspx
B) script Conversion
I. include design class
Ii. event handling
1. C # bind the events to be referenced in each control
2. VB indicates the bound control at each event.
A) the modifier of the corresponding control must be Friend WithEvents, rather than the default private
C) form design class conversion
I. VB does not have a special form design class
Ii. files converted from the C # design class will be part of the VB Script class and placed at the beginning of the VB Script class.
D) resource file conversion
I. No need to convert