本文介绍了C中的GetSetting和SetSetting中的VB6.0函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在VB6.0上使用GetSetting和SetSetting函数来设置和检索Windows注册表中的值。从一些网站我获得了一个信息[使用Microsoft.VisualBasic.dll]来使用C#上的函数。请有人举例说明在C#上使用GetSetting和SetSetting函数。
I use GetSetting and SetSetting function on VB6.0 for setting and retrieving values from Windows Registry. From some sites i got an information[using Microsoft.VisualBasic.dll] for using there functions on C#. Please anybody give a example for using GetSetting and SetSetting functions on C#.
推荐答案
这篇关于C中的GetSetting和SetSetting中的VB6.0函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!