-  [WT]  [PS]  [Home] [Manage]

[Return]
Posting mode: Reply
  1.   (reply to 22112)
  2. (for post and file deletion)
/halp/ - Technical Support

/pr/ is back! All programming needs go there.


  • Supported file types are: GIF, JPG, PDF, PNG, TXT, WEBM
  • Maximum file size allowed is 10000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 368 unique user posts. View catalog

  • Blotter updated: 2018-08-24 Show/Hide Show All

We are in the process of fixing long-standing bugs with the thread reader. This will probably cause more bugs for a short period of time. Buckle up.

Movies & TV 24/7 via Channel7: Web Player, .m3u file. Music via Radio7: Web Player, .m3u file.

WebM is now available sitewide! Please check this thread for more info.

VBS scripting Anonymous 16/06/10(Fri)06:13 No. 22112 ID: beb2f9
22112

File 146553202364.jpg - (43.81KB , 320x240 , SPShelly.jpg )

Hey 7chan, I wanted to make a memorial script to dedicate something regarding Muhammed Ali's death by making a .vbs script to play a song, but I was thinking on writing it also in multiple languages as well to accomodate it along with it, and not just in English.

Does anyone here know if it's possible to change dialog into different languages as well, if it's supportable? I run a Windows 10 computer, and here's what my script looks like:

Msgbox "May you rest in peace our dear conquestor"

Msgbox "RIP Muhammed Ali 1942-2016"

Msgbox "Your deeds will always be remembered..."

Msgbox "Rest in peace guardian angel"

Dim oPlayer
Set oPlayer = CreateObject("WMPlayer.OCX")

' Play audio
oPlayer.URL = "C:\Users\Zenheart47981\Desktop\Forest of Hope.mp3"
oPlayer.controls.play
While oPlayer.playState <> 1 ' 1 = Stopped
WScript.Sleep 100
Wend

' Release the audio file
oPlayer.close

Is it possible for me to write the script and add different language to it (IE add Russian letters, Vietnamese letters, Chinese letters, etc)?

Pic unrelated, but the script is.


>>
Anonymous 16/06/16(Thu)03:43 No. 22117 ID: 5a53ee

https://7chan.org/pr/





Delete post []
Password  
Report post
Reason