| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 569 人关注过本帖
标题:创建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
快速回复:创建MDI应用问题
数据加载中...
 
   



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

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