摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- public partial class Form1 : Form { private Point oldPoint = new Point(0,0); public Form1() { Initi... 阅读全文
摘要:
我用的IDE是masm32官方网站是:http://www.masm32.com/下载的地址是:http://www.masm32au.com/masm32/m32v10r.zip(这个包适合中国人开发For programmers in Australia, China, South East Asia and the Pacific region.)hello world的汇编代码如下代码Co... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->privatevoid allCtl(Control ctl) { foreach (Control c in ctl.Controls) { if (c.Controls.Count <1) { //do what you want;brea... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- using System.Runtime.Serialization.Formatters.Binary; using System.IO; using (Stream s = (Stream)(... 阅读全文
摘要:
说实在的我的C++功底太浅,希望达人不要笑话做这篇文章主要是为了解决斯克迪亚的这个问题实现自动判定是否有.Net框架,没有就安装.Net框架!啥也不说了先来代码吧!代码中注释还算多,如仍有问题请在此文下面的评论中提出代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter... 阅读全文