Beispiel #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     for (int i = 0; i < strAgents.Length; i++)               //循环遍历
     {
         listBox1.Items.Add(strAgents[i]);                    //向控件listBox1中添加字符串数组中的内容
     }
     ICR  = axAgent1.Characters.Load("merlin", "merlin.acs"); //加载指定文件
     ICCE = axAgent1.Characters.Character("merlin");          //设定模拟Office助手的表情
     ICCE.Show(0);                                            //显示模拟Office助手表情
 }
 private void Form1_Load(object sender, EventArgs e)
 {
     for (int i = 0; i < strAgents.Length; i++)               //循環深度搜尋
     {
         listBox1.Items.Add(strAgents[i]);                    //向控制元件listBox1中新增字串陣列中的內容
     }
     ICR  = axAgent1.Characters.Load("merlin", "merlin.acs"); //載入指定文件
     ICCE = axAgent1.Characters.Character("merlin");          //設定模擬Office助手的表情
     ICCE.Show(0);                                            //顯示模擬Office助手錶情
 }
Beispiel #3
0
 private void Form1_Load(object sender, EventArgs e)
 {
     for (int i = 0; i < strAgents.Length; i++)//循环遍历
     {
         listBox1.Items.Add(strAgents[i]);//向控件listBox1中添加字符串数组中的内容
     }
     ICR = axAgent1.Characters.Load("merlin", "merlin.acs");//加载指定文件
     ICCE = axAgent1.Characters.Character("merlin");//设定模拟Office助手的表情
     ICCE.Show(0);//显示模拟Office助手表情
 }