Why Resource (.resx) file added on merely changing Form size and on adding button which is not resou

Posted by Muhammad Kashif Nadeem on Stack Overflow See other posts from Stack Overflow or by Muhammad Kashif Nadeem
Published on 2010-04-07T19:49:06Z Indexed on 2010/04/07 19:53 UTC
Read the original article Hit count: 144

1- Resource files suppose to be added on adding some resource in application like image or audio or video etc. But if I just change size of form a .resx file under that particular form. Changing size of form does not add any resource so why this .resx file.

2- I dropped a button on form and a resource file is included again this button is not some kind of resource, it is object created and having information in designer file.

3- A resource file added on dropping button on form but if I delete this resource file and run application it compile and run with NO error and button is still there. If this button has any relation with resource file then there must by some kind of compile or runtime error AND if .resx file has nothing to do with button then why it was added?

I am using VS 2008.

Thanks in advance for the help

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about winforms