07 2017 档案

摘要:http://blog.csdn.net/shuilan0066/article/details/6638504 一 基础操作 1 插入节点 1)插入根节点 [cpp] view plain copy //插入根节点 HTREEITEM hRoot; CString str=L"ROOT" hRoo 阅读全文
posted @ 2017-07-27 14:53 行者马 阅读(459) 评论(0) 推荐(0)
摘要:在vc++ 程序中运行另一个程序的方法有三个: WinExec(),ShellExcute()和CreateProcess() 三个SDK函数: WinExec,ShellExecute ,CreateProcess可以实现调用其他程序的要求,其中以WinExec最为简单,ShellExecute比 阅读全文
posted @ 2017-07-04 17:06 行者马 阅读(815) 评论(0) 推荐(0)