How to use the same thread function for multiple threads (safely)
摘要:(Introduction to how to derive class from CWinThread safely)It is really helpful to learn multithread programming in MFC application development. Enjoy it!cylee2011.7.15IntroductionMy recent forray into threads and multithreaded applications has taught me a few lessons which I thought I'd pass o
阅读全文
posted @
2011-07-15 20:49
cylee025
阅读(375)
推荐(0)
【转】VS2008环境使用MFC导入Excel文件中的数据
摘要:【转自】http://blog.csdn.net/icyfox_bupt/article/details/63189791. 建立MFC工程,MDI(基于对话框),其他默认即可。2. 操作Excel文件初始化:project->add class->MFC class from typelib (项目->添加类->Typelib中的MFC类)导入Excel.exe,一般都在C:/Program Files/Microsoft Office/Office12路径下(即选择你的office安装路径下的excel.exe加入)选中以下几项_Application,_WorkS
阅读全文
posted @
2011-07-02 12:05
cylee025
阅读(4541)
推荐(0)