B
Big Daddy
I have added a resource file to my project called
"DemoSite1Resources.resx". I have seen an example in VB where you
could have type-safe access to the resources in your code like this:
btn.Text = My.Resources.DemoSite1Resources.btnCaption
But how can I have similar type-safe access to the resources in C#? I
have been able to do it in an ASP.NET application, but I haven't been
able to do it in a WinForms application.
Thanks in advance,
John
"DemoSite1Resources.resx". I have seen an example in VB where you
could have type-safe access to the resources in your code like this:
btn.Text = My.Resources.DemoSite1Resources.btnCaption
But how can I have similar type-safe access to the resources in C#? I
have been able to do it in an ASP.NET application, but I haven't been
able to do it in a WinForms application.
Thanks in advance,
John