<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_陈泽涛</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/63219/rss</id><updated>2009-11-20T15:53:56Z</updated><author><name>陈泽涛</name><uri>http://www.cnblogs.com/chenzetao/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenzetao/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/63219/rss"/><entry><id>http://www.cnblogs.com/chenzetao/archive/2009/11/20/1607291.html</id><title type="text">C#中制作MDI窗体</title><summary type="text">在VB中做 MDI窗体很简单。在C#里就没有这个轻松了，不过还是很方便的。首先在C#里添加一个窗体，命名为MdiMain，将其IsMdiContainer设定成true，这样MDI主窗体就建立了。然后再添加新窗体，命名为MdiChild。现在运行程序，会发现只运行了MdiMain这个主窗体。呵呵因为我们没有写任何代码，第二个窗体当然不能出现了。现在来添加这个代码。在MdiMain窗体上添加一个Me...</summary><published>2009-11-20T15:51:00Z</published><updated>2009-11-20T15:51:00Z</updated><author><name>陈泽涛</name><uri>http://www.cnblogs.com/chenzetao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenzetao/archive/2009/11/20/1607291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenzetao/archive/2009/11/20/1607291.html"/></entry></feed>
