搜索资源列表
ProperWnd
- 属性页放置在窗口的指定位置这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\\MSDEV\\LIB(VC5.0在DevStudio\\VC\\Lib)目录下的Win32Api.CSV就是这样的文件-attribute pages placed in the window of the designated spots examples use common control callback in a CLis
孙鑫C++-Windows使用原理
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback
Lesson01
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback
WinMain
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callba
yuanli
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principles, message queue, the callba
CppCallback
- CallBack c++ vc 6 回调-CallBack c vc 6 callback
rasdialtestdemo
- VC里rasdial拨号源代码,绝对好用,有回调-VC Lane rasdial dial-up source code, absolutely everything, is a callback
windowsyuanli
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。 -Windows operating procedures principles and procedures for the preparation process, the window is formed, and handle principles, message qu
CallbackTimerDemo
- 使用VC编写的利用回调函数实现定时器功能源码。程序中使用静态成员函数访问非静态成员函数机制实现三个不同定时器。-use VC prepared using the timer callback function to achieve functional source. Procedures for the use of static member function visit non-static member function mechanisms three different timer
callback
- 高级VC C++ 回调函数原理与演示程序的运用,具体请看源文件.
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
apibrow
- 使用公用控制回调在一个CListView中管理CListCtrl控制例子源码,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件.-The use of common control callback CListView in a CListCtrl control in the management of source code examples, this example is
ss_trayicon_src
- This class is a light wrapper around the windows system tray stuff. It adds an icon to the system tray with the specified ToolTip text and callback notification value, which is sent back to the Parent window. VC++6.0-This class is a light wrapper aro
VC
- 通过VC,在本机编写了一个通信的测试小程序,通过客户端发送一个数据,实现服务器端接收,通过本机回调即可实现,-By VC, in the preparation of this machine, a communications test applet, the client sends a data through to achieve server-side receiver, the callback can be realized by the machine,
GHCommonNetDll
- 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器
CALLBACK
- CALLBACK 回调函数 详解 PDF 文件详细说明VC中CALLBACK函数的作用-CALLBACK Function
CallBack-Function-Test
- Callback DLL for VC++ .Net
Recorder_Callback_VC
- 回拨录音程序实例,基于VC++,适合初学者学习(Callback recording program instance, based on VC++, suitable for beginners to learn)
meltiplexing-callback-sort
- 一个vc开发的界面漂亮,功能比较强大的串口通讯调试的程序()
vc++6.0
- C++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台. vc++是Windows平台上的C++编程环境,学习VC要了解很多Windows平台的特性并且还要掌握MFC、ATL、COM等的知识,难度比较大。Windows下编程需要了解Windows的消息机制以及回调(callback)函数的原理;MFC是Win32API的包装类,需要理解文档视图类的结构,窗口类的结构,消息流向等等;COM是代码共享的二进制标准,需要掌握其基本原理等等。