Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Unicode support in VBscript messagebox

Unicode support in VBscript messagebox

Scheduled Pinned Locked Moved Visual Basic
tutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Archana New to Dotnet
    wrote on last edited by
    #1

    Can any one please tell me how to make a VBscript messagebox support unicode characters. MsgBox("ストケースの部分をテ",vbYesNoCancel + vbQuestion, title) The string in Msgbox is displayed as squares in the messagebox Thanks in advance.

    D 1 Reply Last reply
    0
    • A Archana New to Dotnet

      Can any one please tell me how to make a VBscript messagebox support unicode characters. MsgBox("ストケースの部分をテ",vbYesNoCancel + vbQuestion, title) The string in Msgbox is displayed as squares in the messagebox Thanks in advance.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Strings are already Unicode in VBScript. The MessageBox is not part of VBScript, but is supplied by the system. There is no way to modify how the MessageBox works. It would appear that the system does not have the appropriate language pack installed to show your text properly.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      A 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Strings are already Unicode in VBScript. The MessageBox is not part of VBScript, but is supplied by the system. There is no way to modify how the MessageBox works. It would appear that the system does not have the appropriate language pack installed to show your text properly.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        A Offline
        A Offline
        Archana New to Dotnet
        wrote on last edited by
        #3

        Thanks Dave After installing East Asian Languages in my system the unicode text in message box is displayed correctly :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups