FrameWork - Handling of Options.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend NotInheritable Class INIOptions

Remarks

This module allows to use parameter files to read/write global parameters used in a project. Once defined all parameters, simple functions to read and write the complete parameter files are provided.
How to use:
  • complete all tasks marked as TODO in this module
  • set all parameters to default values before reading the file (Form_Load is a good place to do that task)
  • to read the parameter file call ReadFile "myparameterfile.ini"
  • to write the parameter file call WriteFile "myparameterfile.ini"
  • to search for a key call FindKey "myparameterfile.ini", "wantedkey"

  • Inheritance Hierarchy

    System..::..Object
      ExpSuite..::..INIOptions

    See Also