-
用静态分窗口的方法将窗口一分为二,
并在子窗口中显示不同的图案...
用静态分窗口的方法将窗口一分为二,
并在子窗口中显示不同的图案-Static sub-window method to the window into two, and in the sub-window display different patterns
- 2023-07-19 17:25:04下载
- 积分:1
-
屏幕抓取:
GrabScreen.h
GrabScreen.cpp
GrabScreen.dsw
å±å¹•抓å–:
GrabScreen.h
GrabScreen.cpp
GrabScreen.dsw
- 2022-05-20 14:43:41下载
- 积分:1
-
界面类outlook[pop3emaildevelop.rar]
界面类outlook[pop3emaildevelop.rar] - 基于pop3的邮件收发软件,可以进行邮件的收发功能,并有收发附件的功能
[NET_GETMESDLG.rar] - 简单的邮件客户端程序,能够登陆并显示邮箱中邮件数目。
[Emailsndrecv.zip] - 一个电子邮件收发程序
[eping.zip] - email的 客户段~毕业设计 功能完善
[KLMail.zip] - KLMail收邮件 用pop3收邮件。用到socket/base64+pq解码/内码转换/多线程等技术。核心用SDK方式写,界面交互用MFC。
[Cpop3Conn_src.zip] - 接收email的pop3的MFC封装类
[423_Sendemail.rar] - sendmail source
[SMTP_pop3.zip] - 用SMTP和pop3发送和接收邮件。
[BCB6_EMAIL_Client.rar] - 采用C++ Builder 6.0工具编写的完整的邮件收发软件源码,支持SMTP/pop3协议,可直接编译运行.
[101831484478.rar] - 邮件发送程序esmtp验证有详细注解(包含一个类,可以直接调用)
- 2022-04-17 10:39:44下载
- 积分:1
-
很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这...
很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen 组件功能。它不但可以在用于具有CMainFrame的程序,同时也可以用于基于对话框应用的程序。-many of the procedures based on the dialog has launched a picture for themselves as to how the dialog procedures were also such a picture? In fact, VC environment with a ready-made Splash Screen components, the components used easily framework based category (that is, CMainFrame) of the commencement of proceedings picture, then if the dialog procedure is not like the framework of how to do? Therefore, this component function is not so strong as imagined. To achieve based on the application"s dialog screens must choose another road. Here provide a reusable code examples, step by step teach you realize every detail. Using a customized Category C : CSplashWnd, enhance the original Splash Scre
- 2023-05-09 11:55:02下载
- 积分:1
-
VS2005编写多
VS2005编写,一个可以多选文件和文件夹的的文件打开窗口和文件打开列表-VS2005 prepared a multi-selection of files and folders of documents and files to open the window to open a list of
- 2022-05-30 10:17:25下载
- 积分:1
-
一个用于多文档MDI的对话框子窗口,与FormView不同,不需要子框架窗口的支持。...
一个用于多文档MDI的对话框子窗口,与FormView不同,不需要子框架窗口的支持。-more documentation for an MDI window-box, and FormView different, not for the support of the framework of the window.
- 2022-03-22 16:32:31下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1
-
使显示出来的对话框透明显示,通过对话框可以看见后面的画面...
使显示出来的对话框透明显示,通过对话框可以看见后面的画面-So that the dialog box is displayed a transparent display through the dialog box can be seen behind the screen
- 2022-05-25 15:54:23下载
- 积分:1
-
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值...
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值-Two dialog data trans
- 2022-03-13 18:46:58下载
- 积分:1
-
VC to achieve more control over the picture window
VC中实现对多画面窗口的控制-VC to achieve more control over the picture window
- 2022-02-09 13:02:25下载
- 积分:1