资源列表
[界面编程] VisualC++6
说明:vc++技术内幕源码,第五版程序源码 大家一起共享,共同进步-vc++ technical insider source, the fifth edition of the program source code with everyone sharing the common progress of<kcdestiny> 在 2025-09-15 上传 | 大小:6.19mb | 下载:0
[C#编程] jiudianguanli
说明:一个自己写的管理系统跟SQL连接增删改查功能等-Write their own management system with the SQL connection additions and deletions to search functions<廖朝辉> 在 2025-09-15 上传 | 大小:1004kb | 下载:0
[Windows编程] rogressctrl
说明:这是我花了好几个小时制作的实用的进度条源码,很个性化的-This is what I spent several hours making practical progress bar source, it is personalized<段平平> 在 2025-09-15 上传 | 大小:1.44mb | 下载:0
[按钮控件] linkbtn
说明:介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-The introduction of a CButton derived class CLinkButton, use this button to create derived clas<段平平> 在 2025-09-15 上传 | 大小:60kb | 下载:0
[界面编程] addfontstoctrl
说明:这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。 -This is a pure Win32 API code, did not use MFC. Code demonstrated how to change the edit box, list box, combo box, static control, as well as rad<段平平> 在 2025-09-15 上传 | 大小:10kb | 下载:0
[界面编程] ListCtrl
说明:背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本... -Background: I use a derived class CListBox realize the host (owner-draw) list box, the list box the width of the project exceed<段平平> 在 2025-09-15 上传 | 大小:54kb | 下载:0
[多媒体编程] skypeapisample
说明:Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。-Skype Pro<段平平> 在 2025-09-15 上传 | 大小:19kb | 下载:0
[Windows编程] changentpswd
说明:这个代码是个VB程序也可以调用的动态链接库,功能是改变NT的登陆口令。它封装了有关修改NT ChangePassword API等函数。在Windows 2000上测试通过。在VB中的调用方法参见源代码压缩文件中的说明。-This code is a VB program can also be called dynamic link library, function is to change the NT Password landing. It encapsulates the chang<段平平> 在 2025-09-15 上传 | 大小:7kb | 下载:0
[Windows编程] SingDocRglDll
说明:实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurre<段平平> 在 2025-09-15 上传 | 大小:68kb | 下载:0