Estape logo
Home Estape Tools Docs Win Utilities Docs

Info

A group with contains all informations functions to get or set from Windows.

Message Box Windows

Windows info Build SP Service Pack Name Number

This node is for show a native message box with options, a title, a message and a message type to set by dev.

Dialog Title: This pin is to set the title of the message, this will be the title that will be shown in the message box window.
Dialog Message: This pin is to set a message for user and display on message box.
Buttons: On this pin you can set a combination of buttons to display for user and get a return code by button pressed.
Icon: This pin you can set a message type, if will be a error message, warning message, information message or just a message with no icon and sound.
Dialog Return Value: This pin it will return a enum with button that defined by dev and will return a boolean value if the user pressed that button or not.