> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 打开信息对话框

## 指令说明

**描述：** 弹出信息对话框向用户展示指定内容，并根据配置等待用户确认或继续执行流程。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showmessageboxcommand-01.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=09e53b93ee242672af18338a4b37cb56" alt="打开信息对话框指令参数面板" width="651" height="386" data-path="helpcenter/commands/others/images/showmessageboxcommand-01.png" />

    | 参数         | 说明            |
    | ---------- | ------------- |
    | **消息窗口标题** | 输入要用作消息框标题的文本 |
    | **消息窗口内容** | 指定要显示为消息的文本   |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showmessageboxcommand-02.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=a1b2000f1e1ad6a5ed5614c789b10f39" alt="打开信息对话框使用示例" width="650" height="387" data-path="helpcenter/commands/others/images/showmessageboxcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showmessageboxcommand-03.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=dcca0b5dd22c0e106c9998ccf049efe2" alt="打开信息对话框使用示例" width="968" height="101" data-path="helpcenter/commands/others/images/showmessageboxcommand-03.png" />

**该流程执行逻辑：**

1. 在【打开信息对话框】中设置窗口标题、提示内容和需要显示的按钮。
2. 执行指令后，流程暂停并在桌面显示信息对话框，等待用户操作。
3. 用户点击按钮后关闭对话框，流程继续执行；如配置了结果变量，可根据用户选择执行后续分支。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showmessageboxcommand-04.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=79fb2807eee965aeeac7bef12e5d8579" alt="打开信息对话框效果展示" width="1278" height="604" data-path="helpcenter/commands/others/images/showmessageboxcommand-04.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
