标题:创建MDI应用问题
取消只看楼主
honkin
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-3-22
 问题点数:0 回复次数:0 
创建MDI应用问题

入门经典P397中的例子,不知怎么弄不出来,
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace p397
{

public partial class frmChild : Form
{
public frmChild(MdiBsic.frmContainer parent)
{
InitializeComponent();
//Set the parent of the form to the container
this.MdiParent=parent;
}
}
}
错误 1 找不到类型或命名空间名称“MdiBsic”(是否缺少 using 指令或程序集引用?)

搜索更多相关主题的帖子: MDI 应用 
2007-04-17 18:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-132659-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.177247 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved