2005年4月7日
摘要: Background of the Server Activated Chat Program It's important for you to understand what's going on before we dive into the code (don't worry, it's not really hard). First off, we will have a remotab... 阅读全文
posted @ 2005-04-07 18:49 我在等待 阅读(384) 评论(0) 推荐(0)
摘要: Introduction This article is meant to be a step by step guide to give its reader a gist of .NET Remoting. I've tried to search good tutorials, but it was rather hard to find one that could work on my ... 阅读全文
posted @ 2005-04-07 18:45 我在等待 阅读(472) 评论(0) 推荐(0)
摘要: 第一部:进入static void Main() 第二部:运行static void Main() 中的Application.Run(new Form1());在这中间对窗体进行构造。 2.1 执行private System.ComponentModel.Container components = null;作用是Container 类是IContainer 接口的默认实现。... 阅读全文
posted @ 2005-04-07 14:45 我在等待 阅读(1728) 评论(0) 推荐(0)