namespace Microsoft.Samples.WinForms.Cs.MDI { using System; using System.ComponentModel; using System.Drawing; using System.WinForms; public class MainForm : System.WinForms.Form { private System.ComponentModel.Container components; private System.WinForms.MainMenu mainMenu; private System.WinForms.StatusBar statusBar1; private int windowCount = 0 ; public MainForm() { //...[ 查看全文 ]
今天在MSN的核心讨论组上看到两篇文章.讨论的乃是应用程序是否没有响应.原文如下: How is it possible to determine a process is "not responding" like NT Task Manager do? The heuristic works only for GUI processes, and consists of calling SendMessageTimeOut() with SMTO_ABORTIFHUNG. There is any API call to do the job, or this status is simply...[ 查看全文 ]
使用微软正在推行的.NET技术和C#语言可以快速建立Web应用程序,其安全性和可升级性都大大胜过普通的ASP应用程序。在这篇文章里,我们将使用.NET和C#一步一步的建立一个应用程序。 系统需求: Internet Explorer 5.5 Windows 2000 Professional, Server 或 Advanced Server ASP+/Microsoft .NET (预览版可以在 http://msdn.microsoft.com/net 下载) SQL Server 7.0 + SP1 或更高版本 使用微...[ 查看全文 ]