明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1611|回复: 2

wpf 面板CAD07下线程错误

[复制链接]
发表于 2014-9-16 13:59:50 | 显示全部楼层 |阅读模式
本人打算采用WPF制作版面,同样的程序,CAD2010环境下加载没问题,但在CAD07下,出现线程错误的问题,恳请老大们指点.......

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.EditorInput;
using System.Windows.Forms;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.ApplicationServices;
namespace ClassLibrary4
{
    public class Class1
    {
        
        
        public static Autodesk.AutoCAD.Windows.PaletteSet ps;
        [CommandMethod("FF")]
        public void Initialize()
        {
                ps = new Autodesk.AutoCAD.Windows.PaletteSet("面板");
                System.Windows.Forms.UserControl myCtrl = new UserControl1();
                ps.Add("面板", myCtrl);
                ps.Visible = true;
                ps.Size = new System.Drawing.Size(100, 2000);
                ps.Dock = Autodesk.AutoCAD.Windows.DockSides.Left;
        }


    }
}


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2021-12-20 23:55:57 | 显示全部楼层
低版本的.net好像不支持wpf。
发表于 2022-2-7 23:20:15 | 显示全部楼层
cad08同类问题,不清楚是否作用于07一致
https://www.cnblogs.com/JJBox/p/14125493.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 04:36 , Processed in 0.161991 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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