<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - VC/MFC</title>
    <link>https://domain.verysource.com/forum-38-1.html</link>
    <description>Latest 20 threads of VC/MFC</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 19:06:06 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>判断是否以管理员身份权限运行的C++代码源码</title>
      <link>https://domain.verysource.com/thread-3972-1-1.html</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，有时候需要判断，进程是否以管理员身份权限运行。网上找了一些代码，很多不能用或不全面，现整理代码如下。

 ...]]></description>
      <category>VC/MFC</category>
      <author>wangsg</author>
      <pubDate>Tue, 26 Sep 2023 05:57:54 +0000</pubDate>
    </item>
    <item>
      <title>NSIS判断是否以管理员权限运行源码</title>
      <link>https://domain.verysource.com/thread-3971-1-1.html</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，NSIS安装包脚本里，需要判断当前是否管理员权限运行，代码如下。]]></description>
      <category>VC/MFC</category>
      <author>wangsg</author>
      <pubDate>Tue, 26 Sep 2023 05:57:11 +0000</pubDate>
    </item>
    <item>
      <title>Programming Microsoft .NET (2002)</title>
      <link>https://domain.verysource.com/thread-3856-1-1.html</link>
      <description><![CDATA[Edited by kongjungshik at 2022-2-26 20:13 

Programming Microsoft .NET (2002)]]></description>
      <category>VC/MFC</category>
      <author>kongjungshik</author>
      <pubDate>Fri, 25 Feb 2022 04:30:55 +0000</pubDate>
    </item>
    <item>
      <title>麻将游戏源代码</title>
      <link>https://domain.verysource.com/thread-3802-1-1.html</link>
      <description><![CDATA[这个麻将是我仿照台湾16张游戏,用MFC编写,图片和声音都是从原来游戏COPY
过来的了,里面已经包含全部源代码.
本游戏是玩家和电脑对玩,我做的电脑AI还有一些Bug,不过还是有机会赢你的.

对这个游戏有什么建议或问题可以和我联系!我也希望能认识对游戏编程爱好
者的朋友.

 ...]]></description>
      <category>VC/MFC</category>
      <author>yxfhk</author>
      <pubDate>Tue, 19 Oct 2021 14:41:44 +0000</pubDate>
    </item>
    <item>
      <title>求c++无人机影像拼接的源码</title>
      <link>https://domain.verysource.com/thread-3723-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>VC/MFC</category>
      <author>cherymes</author>
      <pubDate>Wed, 19 May 2021 04:01:40 +0000</pubDate>
    </item>
    <item>
      <title>能不能直接通过操作显存的方法实现截屏</title>
      <link>https://domain.verysource.com/thread-3659-1-1.html</link>
      <description><![CDATA[WINDOWS环境下，有一款防截屏的软件，目前尝试所有截屏方法均不能截屏，截得的屏幕是全黑一片。貌似劫持了相关的系统API。能否绕过相关的API，比如说直接读取显存来实现屏幕画面的保存。或者其它方法？
盼给出示例代码

 ...]]></description>
      <category>VC/MFC</category>
      <author>cloud</author>
      <pubDate>Mon, 15 Mar 2021 13:22:44 +0000</pubDate>
    </item>
    <item>
      <title>请教：释放内存 的问题</title>
      <link>https://domain.verysource.com/thread-3657-1-1.html</link>
      <description><![CDATA[请教：释放内存 的问题 
 
大家好，在我程序里需要开辟内存缓冲区，我开辟使用以后，在关闭设备，想释放掉这段内存缓冲区，用以下代码：
        if (pData!=NULL)  //pData就是我开辟使用的内存缓冲区
        {
            delete pData;
        }
        pData=NU ...]]></description>
      <category>VC/MFC</category>
      <author>iameinstein</author>
      <pubDate>Mon, 15 Mar 2021 04:30:01 +0000</pubDate>
    </item>
    <item>
      <title>如何获取进程的参数？</title>
      <link>https://domain.verysource.com/thread-3639-1-1.html</link>
      <description><![CDATA[WINDOWS API函数里有没有获取进程参数的，也就是说，比如我编译了一个aaa.exe文件，只有让它在cmd下运行aaa.exe -f才可以长驻内存，我要开发个枚举进程的工具，可以查出使用的参数是-f，不知道有没有这种函数？枚举进程函数和创建快照的似乎都不可以 ...]]></description>
      <category>VC/MFC</category>
      <author>dcl2001</author>
      <pubDate>Tue, 09 Mar 2021 09:30:01 +0000</pubDate>
    </item>
    <item>
      <title>在256色BMP找其中某一种颜色的边缘，</title>
      <link>https://domain.verysource.com/thread-3638-1-1.html</link>
      <description><![CDATA[如标题所述，有好的算法吗？]]></description>
      <category>VC/MFC</category>
      <author>falconwbgjdl</author>
      <pubDate>Tue, 09 Mar 2021 09:00:02 +0000</pubDate>
    </item>
    <item>
      <title>为什么我在vc程序中使用datagrid系统总提示“Cannot open include file: \'datagrid.h\': No such file or dire</title>
      <link>https://domain.verysource.com/thread-3622-1-1.html</link>
      <description><![CDATA[可是在项目的“FileView\\Header Files”下明明有datagrid.h，硬盘上也有这个文件呀，为什么？]]></description>
      <category>VC/MFC</category>
      <author>songdifan</author>
      <pubDate>Fri, 05 Mar 2021 06:00:01 +0000</pubDate>
    </item>
    <item>
      <title>如何重绘CMainFrame的框架（包括显示菜单的那部分窗口条）不知道那个用来显示菜单的窗口</title>
      <link>https://domain.verysource.com/thread-3618-1-1.html</link>
      <description><![CDATA[如何重绘CMainFrame的框架（包括显示菜单的那部分窗口条） 不知道那个用来显示菜单的窗口是如何产生的？]]></description>
      <category>VC/MFC</category>
      <author>razor2003</author>
      <pubDate>Thu, 04 Mar 2021 05:30:02 +0000</pubDate>
    </item>
    <item>
      <title>qgis com组件二次开发？</title>
      <link>https://domain.verysource.com/thread-3599-1-1.html</link>
      <description><![CDATA[有人用过 qgis com组件二次开发？
c++的]]></description>
      <category>VC/MFC</category>
      <author>cherymes</author>
      <pubDate>Mon, 01 Feb 2021 08:40:09 +0000</pubDate>
    </item>
    <item>
      <title>为什么关于qgis和gdal的帖子那么少呢</title>
      <link>https://domain.verysource.com/thread-3598-1-1.html</link>
      <description><![CDATA[为什么关于qgis和gdal的帖子那么少呢]]></description>
      <category>VC/MFC</category>
      <author>cherymes</author>
      <pubDate>Mon, 01 Feb 2021 02:28:28 +0000</pubDate>
    </item>
    <item>
      <title>有没有怀疑过自己的目标？</title>
      <link>https://domain.verysource.com/thread-3597-1-1.html</link>
      <description><![CDATA[学了这么久MFC，感觉还有好多不知道，有点迷茫，可世界这么大，语言那么多，构建出太多东西，穷极一生都难学完。。。。。]]></description>
      <category>VC/MFC</category>
      <author>ttlmos</author>
      <pubDate>Sat, 23 Jan 2021 09:17:47 +0000</pubDate>
    </item>
    <item>
      <title>VC程序中用InternetSetCookie可以设置IE的Cookie吗？</title>
      <link>https://domain.verysource.com/thread-3583-1-1.html</link>
      <description><![CDATA[标题：
  VC程序中用InternetSetCookie可以设置IE的Cookie吗？

过程与现象：
  (1) 由用户名，密码:用wininet.lib中的CInternetSession,CHttpConnection 成功登录。
  (2) 取Cookie:InternetGetCookie( (LPCTSTR)strURL, NULL, szCookie, &amp;dwLength ); 成功 取到的Cook ...]]></description>
      <category>VC/MFC</category>
      <author>ksyeycyc</author>
      <pubDate>Thu, 24 Dec 2020 11:00:02 +0000</pubDate>
    </item>
    <item>
      <title>请教：两个应用程序进行通信</title>
      <link>https://domain.verysource.com/thread-3569-1-1.html</link>
      <description><![CDATA[请问我的两个应用程序要进行通信

他们之间通过什么建立连接速度是最快的啊

传递数据的时候只需要传递指针]]></description>
      <category>VC/MFC</category>
      <author>jinggang22</author>
      <pubDate>Thu, 17 Dec 2020 07:00:01 +0000</pubDate>
    </item>
    <item>
      <title>弱问一个主线程和辅线程同步问题</title>
      <link>https://domain.verysource.com/thread-3564-1-1.html</link>
      <description><![CDATA[在辅线程中发消息给主线程，主线程处理完了该消息，将一个全局时间置成信号态，在辅线程的Run()中用WaitForSingleObject(该事件,INFINITE)阻塞等待该事件置成信号态却老等不到，为什么？谢谢Assert出现在CMapPtrToPrt()
代码如下：
代码是:
    CDrawThread::Run()
     ...]]></description>
      <category>VC/MFC</category>
      <author>sxj1211ayq</author>
      <pubDate>Thu, 17 Dec 2020 04:30:02 +0000</pubDate>
    </item>
    <item>
      <title>如何在CDialog内需要调用senddata(CString str)</title>
      <link>https://domain.verysource.com/thread-3558-1-1.html</link>
      <description><![CDATA[FormView视图类有senddata(CString str) 涵数

 我在CDialog内需要调用senddata(CString str)怎么用呢]]></description>
      <category>VC/MFC</category>
      <author>iverson_1</author>
      <pubDate>Thu, 17 Dec 2020 01:30:01 +0000</pubDate>
    </item>
    <item>
      <title>请高手帮助一下（编译程序的时候总弹出 我的电脑系统属性对话框）</title>
      <link>https://domain.verysource.com/thread-3557-1-1.html</link>
      <description><![CDATA[单个文件编译程序的时候总弹出我的电脑系统属性对话框，直接按BUILD的时候，如果有几个文件需要编译，就会弹出几个我的电脑系统属性对话框，同时还会显示
Error spawning link.exe

GraphicDemo.exe - 1 error(s), 0 warning(s) ...]]></description>
      <category>VC/MFC</category>
      <author>liangvip412</author>
      <pubDate>Thu, 17 Dec 2020 01:00:01 +0000</pubDate>
    </item>
    <item>
      <title>求助随机数问题</title>
      <link>https://domain.verysource.com/thread-3552-1-1.html</link>
      <description><![CDATA[在VC中哪个函数是随机数生成函数,我用了C中的Rand()和SRand(),但是效果不好,不知什么原因.]]></description>
      <category>VC/MFC</category>
      <author>流氓兔宝宝</author>
      <pubDate>Wed, 16 Dec 2020 15:30:02 +0000</pubDate>
    </item>
  </channel>
</rss>