Hi experts,
I need to use MessageBox in C# method as below:
MessageBoxResult result = MessageBox.Show(messageBoxText, caption, button, icon);
But, I get an error message.
"The name 'MessageBox' does not exist in the current context."
Would you help me know how to do it?
Thank you.
Hi Joseph,
C# is primarily used for communication with the server within Aras Innovator. For all client-side operations, we rely on JavaScript and HTML. I would recommend looking at this blog post if you're just trying to show a simple message to the user or this blog post if you're trying to achieve more complex functionality.
Chris
Christopher Gillis
Aras Labs Software Engineer
Hi Joseph,
C# is primarily used for communication with the server within Aras Innovator. For all client-side operations, we rely on JavaScript and HTML. I would recommend looking at this blog post if you're just trying to show a simple message to the user or this blog post if you're trying to achieve more complex functionality.
Chris
Christopher Gillis
Aras Labs Software Engineer