Settings file

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi, if I create new Windows Mobile 5 application in Visual Studio 2005 there
isn't .settings file. How Can I set settings informations?For example: My
mobile application has a web reference. I need to save Web reference URL
string to settings file. How Can I do?
Thanks.
Sam.
 
Well, the SDF code for 1.4 is free, and it has the code to do this. You'll
end up writing the same thing in the end, since it's not supported out of
the box, so you can spend your time reinventing the wheel or you could use
what we've done and spend your time creating value for your product. Of
course it's fully your choice.

-Chris
 
Well, the SDF code for 1.4 is free, and it has the code to do this.
You'll end up writing the same thing in the end, since it's not supported
out of the box, so you can spend your time reinventing the wheel or you
could use what we've done and spend your time creating value for your
product. Of course it's fully your choice.

Does SDF(v. 1.4) in Visual Studio 2005 work?
Thanks.
 
What Chris is saying is that it's source code. Yes, source code works in
Visual Studio 2005. Rip the pieces out that you need and add them to your
project as separate files, new classes in your own namespace, whatever you
want.

Paul T.
 
You'll have to pull it into your own project or create a project for it, but
otherwise the code is fully compatible.

-Chris
 
Back
Top