繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> Windows开发 >>
Windows开发
  • [2004-10-01] c#中对mdi的操作,代码见内(child部分)
        child.cs<br> ------------------------------------------------------------<br> <br> using System;<br> using System.Drawing;<br> using System.Collections;<br> usi...
  • [2004-10-01] 终于搞定c#中对mdi的操作,代码见内(parent部分)
        花了我一上午的时间,找来找去找不到答案,又是急性子,只好自己动手了,见笑,也请大家多提意见,谢了。 parent.cs ------------------------------------------------------------ using System; using Syste...
  • [2004-10-01] 老外编的程序(六)--目录操作
        // Takes an array of file names or directory names on the command line.   // Determines what kind of name it is and processes it appropriately using System; using System.IO; using Syste...
  • [2004-10-01] 来自日本的小程序(转重粒子空间)
        using System;<br> using System.Collections;<br> using System.Net;<br> using System.IO;<br> using System.Text;<br> <br> class Response<br> {<br> &...
  • [2004-10-01] 来自重粒子的小程序
        Palin.cs<br> --------------<br> using System;<br> using System.Collections;<br> <br> struct Pld{<br> &nbsp;&nbsp;&nbsp;&nbsp;public int level;&l...
  • [2004-10-01] vb.net中字符串方法的使用
        Imports System Imports System.Text Module Module1     Sub Main()         Dim Str As StringBuilder       &...
  • [2004-10-01] 自定义按钮(转)
        //这个用户自定义控件继承自Button类 //实现了在按纽左侧显示图片的任务 //和点击后显示不同样式的功能 //下面就是人家的了 //本人加如了一些注释 using System; using System.Windows.Forms; using System.Dra...
  • [2004-10-01] Dotnet WinForm 建立 FAQ1(转贴)(编程技巧)
        来自程序员大本营dotnet版 Dotnet WinForm 建立 FAQ 小气的神      如何建立你的第一个窗体,希望下面的说明可以成为你快速开始的一个指引.    1.     ...
  • [2004-10-01] 捕捉窗口关闭事件(转贴)
        public class whoisresult : System.Windows.Forms.Form { ............................. private bool TangSeng = false; } private void InitializeComponent() { ............................. this.Closin...
  • [2004-10-01] Dotnet WinForm 建立 FAQ2(转贴)(编程技巧)
        9.     如何制作一个MDI的窗体 1.     建立一个新的Windows Application项目 2.     分别加入两个窗体Form1 、Form2 3. &nbs...
  • [2004-10-01] 选择文件夹的对话框!
            public class FolderDialog : FolderNameEditor     {         FolderNameEditor.FolderBrowser fDialog = new System.W...
  • [2004-10-01] Vsiaul C#如何读取注册信息(转)
        Vsiaul C#如何读取注册信息 (王天 2001年11月26日 13:47) 从视窗95开始,微软公司就在视窗系统中引入了注册表这个概念。注册表到底是什么东东呢?它是视窗系统的一个核心的数据库,在这个数据库中存放中与...
  • [2004-10-01] 用Visual C#来清空回收站(1)
        Visual C#作为下一代主流的程序开发语言,其语言功能的强大是众所周知的。并且又有一个内容十分丰富的程序开发包--.Net FrameWork SDK,作为他的后盾。这样就使得Visual C#有了一个充分发挥其本领的舞台。Visual...
  • [2004-10-01] 用Visual C#来删除注册表中的注册信息(转)
        在《用Visual C#读取注册信息》的文中,已经介绍了用 Visual C#来读取注册表中的注册信息。本文就来介绍用Visual C#对注册表的另外一个操作,这也是一个具有破坏性的操作过程--删除注册信息。 在上文中已经知道...
  • [2004-10-01] 用Visual C#来清空回收站(2)
        四.程序的源代码(recycled.cs)、编译方法及运行后的界面:   (1).程序的源代码:recycled.cs: using System.IO ; using System.Windows.Forms ; //导入程序中用到的名称空间 class Recycle { public st...
  • [2004-10-01] 用Visual C#开发WinForm的应用程序(转)
        Visual C#是微软公司.Ner FrameWork框架中的一个重要组成部分,也是微软公司极力推荐的新一代程序开发语言。WinForm是.Net开发平台中对Windows Form的一种称谓。.Net 为开发WinForm的应用程序提供了丰富的Class ...
  • [2004-10-01] Reading/Writing text files using C#(转:初学)
        Introduction Reading and writing text files may sometimes be quite handy in programming. You might want to maintain your own text-style configuration files. Or edit autoexec.bat from your program...
  • [2004-10-01] 使用C#编写Windows Forms应用程序(转)
          作为一个Windows开发者, 你应毫不犹豫成为Microsoft新的.NET的倡导者。在规范的客户端应用程序成为流行的同时,越来越多的组织正趋向于简单的,基于浏览器的可以通过网络交互(通常是Internet)的应用程序。...
  • [2004-10-01] C#操作注册表
        Windows Registry is a central database for application configuration settings and other information required by the applications. Actually there is nothing else you can do with Windows Registry be...
  • [2004-10-01] 使用 Microsoft.NET Frameworks 创建基于 Windows 的应用程序
        使用 Microsoft.NET Frameworks 创建基于 Windows 的应用程序Shawn Burke Microsoft Corporation 2000年9月 摘要: :本文介绍了 Win 表单这一新的窗体程序包,借助这一程序包,开发人员能够充分利用 Micros...
  • 总数:223    首页 上一页 下一页 尾页 页: 2/12