B
Bob
Winforms, Vs2003
Code is
Dim MyAppMgr as new System.configuration.AppsetingsReader
Me.txextbox1.text = MyAppMgr.Getvalue("MyServerName",string)
The IDE tells me that string is aclass type and so is not a valid
expression.
I know I'm trying to retrieve a string value so what's the proper syntax?
Any help would be appreciated.
Bob
Code is
Dim MyAppMgr as new System.configuration.AppsetingsReader
Me.txextbox1.text = MyAppMgr.Getvalue("MyServerName",string)
The IDE tells me that string is aclass type and so is not a valid
expression.
I know I'm trying to retrieve a string value so what's the proper syntax?
Any help would be appreciated.
Bob