Veyon Community Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Text Message Functions

    General Discussion
    3
    3
    111
    Loading More Posts
    • 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.
    • F
      fullmoonblanket last edited by fullmoonblanket

      Hi. I have been using Veyon in an FE environment.

      I have 2 suggestions for development that would be invaluable to the sofware for myself and several of my peers.

      1. 2 way text messaging. Discreet for a student who might not necessarily want the rest of the class to know/hear the question/response.

      2. Automatic foregrounding of text messages until read and dismissed. I have had messages buried under rapid fire browser window action ons everal occassions.

      Thanks for the software, it most definitley makes my job easier!

      1 Reply Last reply Reply Quote 0
      • I
        ITGuy last edited by

        Some VB from Powershell.

        Add-Type -AssemblyName Microsoft.VisualBasic

        [Microsoft.VisualBasic.Interaction]::InputBox('My question?', 'Title', 'Please respond')

        Add-Type -AssemblyName Microsoft.VisualBasic

        [Microsoft.VisualBasic.Interaction]::MsgBox('Message is here.', 'SystemModal,Information', 'Title')

        or

        [Microsoft.VisualBasic.Interaction]::MsgBox('Message is here.', 'SystemModal', 'Title')

        1 Reply Last reply Reply Quote 0
        • tobydox
          tobydox last edited by

          A text chat add-on will be available in 2021, stay tuned 🙂

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors