编程之路

——火地晋

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年11月5日

摘要: http://www.cnblogs.com/masterfy/archive/2009/06/02/1494593.html1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:... 阅读全文
posted @ 2010-11-05 23:13 火地晋 阅读(1267) 评论(0) 推荐(0)

摘要: http://blog.csdn.net/ansy/archive/2010/07/06/5717241.aspx本篇介绍Winform程序开发中的布局界面的设计,介绍如何在我的共享软件中使用布局控件"WeifenLuo.WinFormsUI.Docking"。布局控件"WeifenLuo.WinFormsUI.Docking"是一个非常棒的开源控件,用过的人都深有体会,该控件之强大、美观、不亚于... 阅读全文
posted @ 2010-11-05 22:56 火地晋 阅读(2002) 评论(1) 推荐(0)

摘要: http://www.harding.edu/fmccown/vbnet_csharp_comparison.htmlVB.NETProgram StructureC#Imports System Namespace Hello Class HelloWorld Overloads Shared Sub Main(ByVal args() As String) Dim name As Stri... 阅读全文
posted @ 2010-11-05 06:31 火地晋 阅读(1108) 评论(0) 推荐(0)

摘要: http://www.codeproject.com/KB/vb/DockPanelSkin.aspxApply a theme that resembles Visual Studio 2005 to the DockPanel Suite, using an Extender class.Download the VB.NET 2005 demo project - 864 KB Overv... 阅读全文
posted @ 2010-11-05 04:05 火地晋 阅读(2856) 评论(0) 推荐(0)