08 2014 档案

在CFormView或对话框中动态添加CScrollView、CFormView
摘要:在CFormView或对话框中动态添加CScrollView、CFormView本代码可以在CFormView中,根据事先画好的控件位置创建CScrollView也可以在CDialog中创建CScrollView、CFormView等注:若以下代码放在CMainRightView::OnCreate... 阅读全文

posted @ 2014-08-19 21:37 Leadtheway 阅读(1996) 评论(0) 推荐(1)

CreateDirectory 创建文件夹
摘要:函数原型:CreateDirectory( LPCTSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes);简介: CreateDirectory 是Win32API函数,用于创建文件夹。 参数 lpPathName 表示路径 参数 ... 阅读全文

posted @ 2014-08-15 00:34 Leadtheway 阅读(2902) 评论(0) 推荐(0)

_tsplitpath_s(分解路径) _tmakepath_s(创建路径)
摘要:函数原型:函数原型:errno_t _splitpath_s( const char * path, char * drive, size_t driveNumberOfElements, char * dir, size_t dirNumberOfElements, char * fname, s... 阅读全文

posted @ 2014-08-13 23:28 Leadtheway 阅读(2590) 评论(0) 推荐(0)

导航