ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Net functions
  • Example: Displaying a message box on the client computer
NetClientMessageBox (Example)
Example: Displaying a message box on the client computer
The following example is used to display a dialog box on all the connected client computers.
// On the client computer
ConnectRPC is int
ConnectRPC = NetConnect("148.61.125.245", RPCServer, "GUEST", "")
...
 
// On the server
ServerID is int = NetStartServer()
// Display a YesNo dialog box on the client computer
IF NetClientMessageBox(ServerID, "Do you want to continue?", ...
"", netYesNo) = 1 THEN
...
END
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help