Below is the code in VB. I want GetSetting + SaveSetting in VB.Net---
VB
Call SaveSetting(App.ProductName, App.title, "CheckBox1", values)
call CheckBox1.value=GetSetting(App.Productname,App.title,"CheckBox1",VbUnChecked)
VB.Net
Call SaveSetting(Application.ProductName, Application.ProductName, "CheckBox1", values)
Abive SaveSetting is rite or not???
Secomdly. what is the code gor GetSetting???