Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can use this to manipulate the Xshell terminal​ ​screen. ​To use the following function and variable, execute it with xsh.Dialog. For example, if you want to use the MsgBox() function, append xsh.Dialog.MsgBox() in the front like this: xsh.Dialog.MsgBox().

Functions

 

 

 

Return Value

Function

Parameter

Description

Long

MsgBox(LPCTSTR lpszMsg)

LpszMsg
String you want to send.​

Open a message box.

string

Prompt(LPCTSTR lpszMessage, LPCTSTR lpszTitle, LPCTSTR lpszDefault, BOOL bHidden)

 


  • No labels