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???
GetSetting + SaveSetting
Page 1 of 12 Replies - 6961 Views - Last Post: 08 July 2012 - 09:43 PM
Replies To: GetSetting + SaveSetting
#2
Re: GetSetting + SaveSetting
Posted 18 July 2008 - 12:17 PM
Information for GetSetting() can be found in this link. Information regarding SaveSetting() can be found at that link. I don't quite understand your other questions. I'm normally good at reading & speaking Typoneese, but this one escapes me.
#3
Re: GetSetting + SaveSetting
Posted 08 July 2012 - 09:43 PM
ruchikabeddy, on 18 July 2008 - 12:14 PM, said:
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???
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???
Hey! I did it, in .net is different than vb
here my example:
- to save state
Call SaveSetting("myProgram", "Estados", "Loot", ckLoot.Checked.ToString)
-to get state
ckLoot.Checked = GetSetting("myProgram", "Estados", "Loot", ckLoot.Checked.ToString)
and it works for me
PD: sorry, my english is bad
thanks!!
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|