VS 2008
I am trying to resolve a problem in a win form app and I am more accustom to web apps.
1. In this app I googled and read about and did create a resource file, but in this app it is done in the IDE with the arrow pointing from example form1.cs to form1.resx. This code behind file manner of doing it is what I want to emulate.
How to do this?
2.In his/her form.resx file is simply a key/value
the key is Name: $this Value: frmAbsInt
Normally the symbol $ means hidden, is that true in this case?
Thanks In advance!
I am trying to resolve a problem in a win form app and I am more accustom to web apps.
1. In this app I googled and read about and did create a resource file, but in this app it is done in the IDE with the arrow pointing from example form1.cs to form1.resx. This code behind file manner of doing it is what I want to emulate.
How to do this?
2.In his/her form.resx file is simply a key/value
the key is Name: $this Value: frmAbsInt
Normally the symbol $ means hidden, is that true in this case?
Thanks In advance!