Office中国论坛/Access中国论坛
标题:
【问题】如何实现点击功能区上自定义按钮后弹出已知Aboutbox1
[打印本页]
作者:
microfaint
时间:
2014-3-8 13:59
标题:
【问题】如何实现点击功能区上自定义按钮后弹出已知Aboutbox1
本帖最后由 faunus 于 2014-3-8 16:52 编辑
已知:在Office2010 的Excel的Ribbon画一Button,新增一窗体:AboutBox1。
问题:如何通过点击此Button后显示AboutBox1?
public partial class Ribbon1
{
private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
{
System.Windows.Forms.Control.Show("AboutBox1");
}
以上代码是我写的,不过是错的。
提示:
[attach]53424[/attach]
作者:
microfaint
时间:
2014-3-8 14:08
private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
{
Abo AboutBox1 = new Abo();
AboutBox1.Show();
}
改成以上代码还是没有反应。
作者:
faunus
时间:
2014-3-8 16:52
听第四课讲
作者:
microfaint
时间:
2014-3-8 23:29
faunus 发表于 2014-3-8 16:52
听第四课讲
好的。
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3