Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6110695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:32:41+00:00 2026-05-23T14:32:41+00:00

Is it possible to have a Windows Form read it’s properties from a file,

  • 0

Is it possible to have a Windows Form read it’s properties from a file, be it.txt, .ini, or .xml?

For example, I want Button.Location = new System.Drawing.Point(382, 328); to be read from a file, so I can customize the size without editing the source.

How could this be done, if possible include an example.

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T14:32:42+00:00Added an answer on May 23, 2026 at 2:32 pm

    You have two three decent options:

    1. Create a single class which you serialize/deserialize
    2. Use the app.config to save your form configuration
    3. Settings

    With a single class, you might have something like:

    [XmlRoot]
    public class FormProperties
    {
        // store as public properties
        [XmlElement]
        public Point myButtonLocation {get; set;}
    }
    

    Then using XmlSerialization, you can save the settings. Note, any properties you store in this class must be serializable to Xml. Check datatypes like System.Drawing.Point to determine what can be serialized.

    Alternatively, store your form properties in your application’s app.config.

    Added #3 – Settings
    In VS you can use the Settings.Settings to store form control properties.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to embed a windows form within another windows form? I have
If I have an embedded browser in a windows form, is it possible to
Is it possible to create a form on Windows using Ruby? I have a
I've heard (well read, at http://www.ddj.com/windows/184416861 ), that it's possible to set custom properties
I'm working on a windows form application and I want to have a rich
I have a Windows application that uses a .NET PropertyGrid control. Is it possible
Is it possible to have openGL in 2 windows? as in 2 different windows
Is it possible to have a WPF window/element detect the drag'n'dropping of a file
Is it possible to have XML-embedded JavaScript executed to assist in client-side (browser-based) XSL
Is it possible to use object binding to bind a windows form control to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.