文章分类 -  Windows based App

Application developing based windows searching.
摘要:用.NET创建Windows服务 作者: 关键字 Windows服务 .NET 出处 http://www.codeguru.com/cs_network/DotNet200304.html 用.NET创建Windows服务译者说明:我是通过翻译来学习C#的,文中涉及到的有Visual Studio.NET有关操作,我都根据中文版的VS.NET显示信息来处理的,可以让... 阅读全文
posted @ 2004-09-27 13:54 23热爱,自学业余码农。 阅读(377) 评论(0) 推荐(0)
摘要:Today, I find a very very fun thing that we can execute windows API in .net.eg, I call the message service.. public int SendMessage(string sFrom,string sTo,string sMessage) { byte[] bBuffer = Syst... 阅读全文
posted @ 2004-09-27 13:24 23热爱,自学业余码农。 阅读(375) 评论(0) 推荐(0)