Guest User

Untitled

a guest
Jul 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Public Shared Sub WriteConsoleMsg(ByVal ConsoleMsgType As String, ByVal ConsoleMsg As String)
  2. Main.txtMsgBox.AppendText(ConsoleMsgType & vbTab & ConsoleMsg & vbCrLf)
  3. Main.txtMsgBox.ScrollToCaret()
  4. End Sub
Add Comment
Please, Sign In to add comment