Search results for query: *

  1. J

    Help on Initialize a variable by reading if off a text file.

    My instructor doesn't want use 'hard coding' the number in a form level constant, he wants us to make it a variable and use a sub-procedure called from the Form_Load event to open, and read from, the file and initialize the variable. I know how to declare it a form level constant, but have no...
  2. J

    Help on Initialize a variable by reading if off a text file.

    Okay I have a program that at Form_Load I want to initialize a variable. I have the variable written in a text file. I wondering how do I initialize it, so I can use it in other events? Like lets say in a click object instance I have A+B = C, then I display C in a text box. B is always a const...
Back
Top