Search results for query: *

  1. J

    textwriter Class Issues

    ImDaFrEaK; Okay, thing are a bit clearer, but I still don't understand why I can't use the base class, but can use the wrapper class. Perhaps I don't understand or misinterpret what base classes are?
  2. J

    textwriter Class Issues

    John, Changing the instantiation to "New StreamWriter" worked, although I don't understand why. The tone of your reply implies that this is something basic that I should know. Can you elaborate or point me somewhere? Also, should my pasted code be that butchered? I followed the links in...
  3. J

    textwriter Class Issues

    Hi, I'm developing this as a console app, but that shouldn't matter. I'm new to classes, so this is probably something simple. I want to create a class that uses the TextWriter Class. I thought that'd be simple enough, but when I try to create the instance with the New keyword, I keep getting...
Back
Top