-
Brain Inchorker
嘿,那里!我是Brain,一个高效的应用程序开发人员、渗透测试人员和技术爱好者,
- 2022-01-26 02:07:41下载
- 积分:1
-
显示WINDOWS所有窗体的示例代码程序,可决定将窗口显示或隐藏...
显示WINDOWS所有窗体的示例代码程序,可决定将窗口显示或隐藏-show all forms of sample code, may decide to window to show or hide
- 2022-07-09 14:16:06下载
- 积分: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
-
WINCE下输入法的接口的简单实现.
选自programs windows ce
WINCE下输入法的接口的简单实现.
选自programs windows ce
-WINCE imported under the law to achieve a simple interface. From programs windows ce
- 2022-02-10 13:13:20下载
- 积分:1
-
很好很强大哦,不下你会后悔的,一个很牛的用C#开发的系统
很好很强大哦,不下你会后悔的,一个很牛的用C#开发的系统-I love you baby,come on!
- 2022-04-26 19:41:02下载
- 积分:1
-
can automatically implement the sale of watermelon, to test whether the watermel...
能自动实行买卖西瓜,能够检验是否已经卖完西瓜-can automatically implement the sale of watermelon, to test whether the watermelon has sold off
- 2022-08-17 17:03:52下载
- 积分:1
-
线程与进程的一个实例
线程与进程的一个实例-threads and processes an example
- 2022-03-12 12:14:15下载
- 积分:1
-
一个简单的录音程序
一个简单的录音程序-a simple recording procedures
- 2022-02-28 15:38:51下载
- 积分:1
-
C#写的聊天室源代码,本系统数据库采用Access
运行时将Web.config中
<add key="data" value="Provider...
C#写的聊天室源代码,本系统数据库采用Access
运行时将Web.config中
数据库所在目录改为本机实际目录
暂时未提供会员系统,登陆请用
默认用户:saintqiqi
密码:987654
起始页面:http://localhost/ChatSystem/Login.aspx
联系方式:
saintqiqi@163.com-C# Written in the chat room source code, the system database using Access runtime will Web.config in databases where the directory read the local temporary directory does not provide the actual membership system, landing please use the default user: saintqiqi Password: 987654 Start Page: http://localhost/ChatSystem/Login.aspx Contact: saintqiqi@163.com
- 2023-04-10 14:50:03下载
- 积分:1
-
dnsquery_src
一个不使用gethostbyname函数实现的dns查询小程序-A gethostbyname function does not use the dns query applet
- 2022-03-16 14:45:44下载
- 积分:1