Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. AllocConsole()
  2. Console.Title = "XX_Console"
  3. Dim hWnd As Integer = ObtainWindowHandle("XX_Console")
  4. AllocConsole()
  5. Console.OutputEncoding = System.Text.Encoding.UTF8
  6. Console.InputEncoding = System.Text.Encoding.UTF8
  7. Console.Write(ChrW("4304"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement