Search results for query: *

  • Users: ejarju
  • Content: Threads
  • Order by date
  1. E

    Object reference error message, please help

    Dear all; Am new to VB. I wrote a small program to write some info to a file. But when I run it I am getting an error message: "Additional information: Object reference not set to an instance of an object" The error is asociated with a writeLine(1,var). It runs ok the first round but...
  2. E

    Passing Variables between forms

    Hi I am new to VB. I need to pass the contents of variables defined in the code of one form to another control text property in another form. I am using this: Public Shared varTest as string : : : vartest="This is a test" in the code of the new form opened as a child form, I have this...
Back
Top