Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
- Parameters
-
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
opacity | A float that represents the opacity of the busy box. (0: full opacity and 1.0 no full opacity) |