Windows程序 Delphi2010如何获取程序内部自身版本号?
用原来的GetFileVersionInfo只能获取Delpi7的程序版本号,用在Delphi2010中就不管用了//------获取文件版本号functionF_GetFileVe……
Windows程序 C# Generic(转载)
型(generic)是C#语言2.0和通用语言运行时(CLR)的一个新特性。泛型为.NET框架引入了类型参数(type parameters)的概念……
Windows程序 C#收发报文
// //$.post(/ashx/request.ashx, param, function (res) // string strURL = https://pay.swiftpass.cn/pay/gateway; // System.Net....……
Windows程序 WPF Win32 API 嵌入Form 窗体
WIn32 API:public class Win32Native { [DllImport(user32.dll, SetLastError = true, CharSet = CharSet.Auto)] public static extern uint...……
Windows程序 Windows 10 SDK 10.0.10158
昨天微软发布了Windows 10SDK 10158版本:http://blogs.windows.com/buildingapps/2015/06/30/windows-10-sdk-preview-build-10158-released/更新内容……
Windows程序 Delphi 之弹出气泡消息提示
///////////////////////----------参数说明---------------------////////////////////////h:窗体中控件的句柄(用在某个控件上提示消息)……
Windows程序 Delphi Math里的基本函数,以及浮点数比较函数(转)
源:Delphi Math里的基本函数,以及浮点数比较函数Delphi里的好东西太多,多到让人觉得烦。这种感觉就是当年打游戏《……
Windows程序 使用 Capistrano 和写作 Ruby 迭代边缘部署
想边自己写ruby代码,边部署随时能够到处查看,heroku域名又不友好,速度在国内又慢。于是乎想起来capistrano,于是学……
Windows程序 打开关闭Word文档
OK,接着上一篇“Word对象模型”,本文正式开始在VS2010中使用C#语言操作Word2007.不是十分了解Word对象模型的朋友,请……