If I have used VB. NET, how powerful is MY? Do I really want to call it in C?
Of course, yes. net, as a cross-Language Platform of Microsoft, must be able to implement it. Otherwise, Microsoft will just blow its own mouth ~ Return to the subject: 1. Add Microsoft. VisualBasic reference to the program; 2. Add the following namespace: using Microsoft. VisualBasic. ApplicationServices;
Using Microsoft. VisualBasic. CompilerServices;
Using Microsoft. VisualBasic. Devices;
Using Microsoft. VisualBasic. FileIO;
Using Microsoft. VisualBasic. Logging;
Using Microsoft. VisualBasic. MyServices;
The corresponding relationship is as follows: Project VB. net c # reference namespace remarks 1 MY. application Microsoft. visualBasic. applicationServices; application related 2 My. computer Microsoft. visualBasic. devices. computer Related 3 My. forms Form ing windows Form related 4 MY. log Microsoft. visualBasic. 5 MY. resources Namespace. properties. resources resource file related 6 MY. user Microsoft. visualBasic. applicationServices. user-related 7 MY. settings Namespace. properties. settings file related 8 My. related to the ing of Web Services