Results 1 to 16 of 16

Thread: [RESOLVED] Access My.Settings in a Class Library

Hybrid View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Access My.Settings in a Class Library

    OK,

    In my main project, I added a new interface file. I called it DBInterface.vb. I then went into the file and did the following:
    vb Code:
    1. Public Interface DBInterface
    2.     Function GetDatabaseConnectionString(ByVal DBConString As String) As String
    3. End Interface

    I then went into the class library file and the screenshot shows the rest. I am not understanding this at all.
    Attached Images Attached Images  

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