I have a few nooby questions I was hoping you could help me out with.
Let's say I'm making a small form based app.
1. Where is it good practice to declare my variables?
|
2. How do I make it so the settings file end up in the same folder as the compiled .exe?
I thank that's it for now...
srinivasPosted Jul 30, 2010, 7:45 AM
Note: When you compile your application, VS.NET will automatically create a file called
Mamta MPosted Jul 29, 2010, 11:29 PM
About the second question, I don't know how you can autogenerate it inside that folder, perhaps you could just copy it to that folder each time.
-Mamta