-
这是一个延时程序 可以通过参数的设置完成不同时间的延时 本程序通过编译,运行正确...
这是一个延时程序 可以通过参数的设置完成不同时间的延时 本程序通过编译,运行正确-This is a delay parameter setting process can be completed at different times of the delay of the procedure to compile and run correctly
- 2022-01-26 01:58:30下载
- 积分:1
-
生成12x12简体汉字、繁体汉字、日文、朝鲜文点阵字库的VB程序...
生成12x12简体汉字、繁体汉字、日文、朝鲜文点阵字库的VB程序-Generation 12x12 Simplified Chinese characters, Traditional Chinese, Japanese, Korean, dot-matrix font VB program
- 2022-09-16 12:15:03下载
- 积分:1
-
CRC procedures can view the document and check that the document itself calibrat...
该程序是CRC校验程序,可以查看文件的校验和,这对文件本身进行校验,也可用在其它程序中检难数据正确与否-CRC procedures can view the document and check that the document itself calibration, but also can be used in other programs Frederick hard data are correct or not
- 2022-03-23 11:06:08下载
- 积分:1
-
VC++中轻松实现滑动控件
VC++中轻松实现滑动控件-easily achieve sliding control
- 2022-06-28 18:46:01下载
- 积分:1
-
包含3个部分:
1.AppTextToFile:界面到语言文件,FiletoAppText:语言文件到界面。
2.Translt:翻译语言文件。
3...
包含3个部分:
1.AppTextToFile:界面到语言文件,FiletoAppText:语言文件到界面。
2.Translt:翻译语言文件。
3.GenDicFormFiles:从多个INI文件中生成字典。(暂不支持Unicode)
准备开发多语言界面的朋友可以参考一下!-Contains three parts: 1.AppTextToFile: interface to the language file, FiletoAppText: language documents to the interface. 2.Translt: Language Translation file. 3.GenDicFormFiles: from the INI file to generate a number of dictionary. (Not support Unicode) ready to develop multi-language interface for reference for a friend!
- 2022-08-15 21:38:39下载
- 积分:1
-
在ArcGIS环境下,查找某个多边形的相邻接的多边形
在ArcGIS环境下,查找某个多边形的相邻接的多边形-in ArcGIS environment, the search for a polygon are adjacent polygon
- 2023-01-02 19:35:15下载
- 积分:1
-
一个系统托盘实例
一个系统托盘实例-example of a system tray
- 2023-08-01 00:55:02下载
- 积分:1
-
一个条形码生成程序,可以生成CODE128,CODE39,EAN13,EAN8和…
一个条形码生成程序,可以生成 CODE128,CODE39,EAN13,EAN8等类型的条形码. 无需其他控件,演示程序支持预览和复制到剪切板等功能.-a generating programm of bar code ,it can generate CODE128,CODE39,EAN13,EAN8 and so on.it need none other components,and can showing programm regists preview and copy to clipboard.
- 2022-05-12 16:48:06下载
- 积分:1
-
- 2022-08-17 19:25:00下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1