D
DDE
Hi All,
Reformulating a problem from a previous post:
How can I access an application variable from a static method?
When I try:
string myString = Application{"thisString"].ToString;
whithi a static method, I get the message:
CS01020 "In order to use a non-static field, method, or property, you
must first create an object instance.
How can I solve this?
Thanks
Dominique
PS: Anybody knows of a good C# mailing list ?
Reformulating a problem from a previous post:
How can I access an application variable from a static method?
When I try:
string myString = Application{"thisString"].ToString;
whithi a static method, I get the message:
CS01020 "In order to use a non-static field, method, or property, you
must first create an object instance.
How can I solve this?
Thanks
Dominique
PS: Anybody knows of a good C# mailing list ?