Text Message Functions
- 
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. - 
2 way text messaging. Discreet for a student who might not necessarily want the rest of the class to know/hear the question/response. 
- 
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! 
- 
- 
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') 
