I've been doing vb.net for a while and I don't understand the purpose of these two files:
Can someone please explain them to me?
form1.designer.cs is an auto-generated file that corresponds to form1.cs. The idea is that the Visual Studio form designer can put its auto-generated code in form1.designer.cs without having to worry about messing up any changes that you may have made.
form1.resx is most commonly used for storing strings that you want to translate into different languages so you don't hardcode them into your app.
The .designer.cs contains the controls and layout of the form, the .resx contains stuff like resources and language dictionaries.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With