Search results for query: *

  1. J

    Console.write() not functioning with application type "windows application"

    Currently my code looks like this Module mainDim LOGFILE As String = ".\Logfile.log" Dim objLogfileOutput As New System.IO.StreamWriter(LOGFILE, True) Sub main()sendToLog("Write this to debug, the log file, and console") End Sub Function sendToLog(ByVal textToWrite As String) As...
Back
Top