明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1267|回复: 0

[界面] 关于CAD对话框

[复制链接]
发表于 2014-11-10 09:52:34 | 显示全部楼层 |阅读模式
我用VS2010做了一个对话框,保存为EXE格式。然后新建一个类库文件,引用添加对话框文件,并添加相应的命名空间。然后新建对话框类对象,用以下代码时,出现问题:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

using 电码化工具;
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.EditorInput;
using Autodesk.AutoCAD.Geometry;
using Autodesk.AutoCAD.Windows;
using Autodesk.AutoCAD.DatabaseServices;


namespace NetSelection
{
    public class from
    {
        [CommandMethod("dmhd")]
        public void dmhd()
        {
            FormDMH forms = new FormDMH();

            Application.ShowAlertDialog("aaa");
            Application.ShowModalDialog(forms);
        }

    }
}
以上代码中, 最后一句Application.ShowModalDialog(forms);提示如下:
错误        1        与“Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(System.Windows.Forms.Form)”最匹配的重载方法具有一些无效参数        D:\00 C#代码-我的\信号辅助设计\NetSelection\NetSelection\from.cs        23        13        NetSelection

错误        2        参数 1: 无法从“电码化工具.FormDMH”转换为“System.Windows.Forms.Form”        D:\00 C#代码-我的\信号辅助设计\NetSelection\NetSelection\from.cs        23        41        NetSelection




请高手指点。



您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 12:50 , Processed in 0.161646 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表