Office中国论坛/Access中国论坛
标题:
【作业】01课-巡山
[打印本页]
作者:
巡山
时间:
2014-3-6 15:06
标题:
【作业】01课-巡山
本帖最后由 faunus 于 2014-3-7 22:11 编辑
ca-111b
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Office.Tools.Ribbon;
namespace WordAddIn1
{
public partial class Ribbon1
{
private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
{
}
private void button1_Click(object sender, RibbonControlEventArgs e)
{
System.Diagnostics.Process.Start("notepad.exe");
}
private void button2_Click(object sender, RibbonControlEventArgs e)
{
if (checkBox1.Checked)
{
System.Diagnostics.Process.Start("yy://pd-[sid=91283328&subid=769333290]");
}
else
{
System.Diagnostics.Process.Start("http://yy.com/91283328/91283328?from=769333290");
}
}
private void button3_Click(object sender, RibbonControlEventArgs e)
{
System.Diagnostics.Process.Start("CMD.exe" ,"/c taskkill /im notepad.exe");
}
}
}
作者:
巡山
时间:
2014-3-6 15:08
巡山 发表于 2014-3-6 15:06
ca-111b
using System;
using System.Collections.Generic;
额,还没养成做标记的习惯,下次一定注意,其他功能都还行,那个后台打开记事本还是没有学会,作业会不会讲啊···
作者:
紫电
时间:
2014-3-7 22:53
本帖最后由 紫电 于 2014-3-7 23:12 编辑
[attach]53383[/attach]
1、没有做后台运行。
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3