上一页 1 ··· 110 111 112 113 114
摘要: 使用字符串结构 传统C语言总定义和使用字符串: ansi和unicode ansi unicode char *str={"my first string"}; //ansi字符串定义 wchar_t *wstr={L"my first string"}; //unicode字符串定义 //求长度 size_t len = strlen(str); //ansi size_t wlen =... 阅读全文
posted @ 2010-11-22 12:01 jiftle 阅读(638) 评论(0) 推荐(0)
摘要: .Net遍历窗口 收藏 '需要导入3个命名空间导入方法为,在文件最前面写以下内容'VB.NET codeImports System.Runtime.InteropServicesImports System.TextImports System.Threading'以下方法测试通过。有效。获得文本框内容。'VB.NET code <DllImport("user32.dll", Entry... 阅读全文
posted @ 2010-06-05 12:42 jiftle 阅读(568) 评论(0) 推荐(0)
上一页 1 ··· 110 111 112 113 114