Results 1 to 3 of 3

Thread: [RESOLVED] Sharing My.Settings Across Solution not just Project

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2007
    Posts
    11

    Resolved [RESOLVED] Sharing My.Settings Across Solution not just Project

    It must be to close to the weekend, but I thought I read at some time an article of an easy way to have a common settings file for both application and user settings across a solution.

    I currently have a Solution that contains 4 projects. Each of these projects need to access the same set of settings and be able to update the user settings. Is there a way to do this utilizing the My.Settings functionality?

    Thanks for any insight into this matter.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Sharing My.Settings Across Solution not just Project

    unfortunately there isn't... I think the only way to achieve that is to have a public shared class with shared properties that expose the settings you want.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2007
    Posts
    11

    Re: Sharing My.Settings Across Solution not just Project

    Thanks, I thought that might be the case. I guess it was all just in my head the article I read.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width