搜索资源列表

  1. domodal

    0下载:
  2. 一个间单的对话框控制程序,刚刚学会编程,b不要笑话-a single dialog between the control procedures, just to learn programming, b Do not joke
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:38684
    • 提供者:madman
  1. FtpBrowse

    0下载:
  2. 这个FTP文件浏览对话框使你可以象浏览本地硬盘一样方便的浏览某个FTP服务器,而其调用又是最常用的DoModal形式。好使吧? -the FTP file browser dialog box allows you to browse local drives as easy as browsing a FTP service Treasury device, and its call is the most commonly u
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:19271
    • 提供者:
  1. AnimDemo

    0下载:
  2. The AnimateWindow() function provides special effects (roll, slide, collapse, expand, and alpha-blended fade) for showing and hiding windows. It is an alternative to the ShowWindow() function. However, in the case of a m
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31167
    • 提供者:bobo_234_645
  1. Property

    0下载:
  2. 加载属性页的DEMO,分别介绍了Wizd,Domodal和Nomodal三种模式的加载方式,简单易懂,适合初学者!-loading attributes page DEMO, introduced Wizd. Domodal Nomodal three models and the loading and easily understood, for beginners!
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:32968
    • 提供者:lee7
  1. 113

    0下载:
  2. 编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45321
    • 提供者:mashijia
  1. ClickDialog

    0下载:
  2. 点击按钮,弹出另一个对话框的Demo 第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单! 第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog 第三步:在主对话框中为按钮添加函数。如下: void CClickDialogDlg::OnButton1() { //
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:24674
    • 提供者:SeVen Lee
  1. FreeFormPPC

    0下载:
  2. #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:67254
    • 提供者:chen
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TO
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. IImage

    1下载:
  2. wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter(\"选中其中一个文件|*.bmp *.jpg *.gif *.png\") CFileDialog dlg(TRUE,NULL,NULL,OFN_AL
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:20617
    • 提供者:lzy
  1. domodal

    0下载:
  2. 一个间单的对话框控制程序,刚刚学会编程,b不要笑话-a single dialog between the control procedures, just to learn programming, b Do not joke
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-10
    • 文件大小:37888
    • 提供者:
  1. FtpBrowse

    0下载:
  2. 这个FTP文件浏览对话框使你可以象浏览本地硬盘一样方便的浏览某个FTP服务器,而其调用又是最常用的DoModal形式。好使吧? -the FTP file browser dialog box allows you to browse local drives as easy as browsing a FTP service Treasury device, and its call is the most commonly u
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-10
    • 文件大小:19456
    • 提供者:
  1. AnimDemo

    0下载:
  2. The AnimateWindow() function provides special effects (roll, slide, collapse, expand, and alpha-blended fade) for showing and hiding windows. It is an alternative to the ShowWindow() function. However, in the case of a m
  3. 所属分类:其他小程序

    • 发布日期:2024-10-10
    • 文件大小:30720
    • 提供者:bobo_234_645
  1. Property

    0下载:
  2. 加载属性页的DEMO,分别介绍了Wizd,Domodal和Nomodal三种模式的加载方式,简单易懂,适合初学者!-loading attributes page DEMO, introduced Wizd. Domodal Nomodal three models and the loading and easily understood, for beginners!
  3. 所属分类:PropertySheet

    • 发布日期:2024-10-10
    • 文件大小:32768
    • 提供者:lee7
  1. 113

    0下载:
  2. 编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()-Edit the application void CMyDl
  3. 所属分类:其他小程序

    • 发布日期:2024-10-10
    • 文件大小:45056
    • 提供者:mashijia
  1. ClickDialog

    0下载:
  2. 点击按钮,弹出另一个对话框的Demo 第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单! 第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog 第三步:在主对话框中为按钮添加函数。如下: void CClickDialogDlg::OnButton1() { //
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-10
    • 文件大小:24576
    • 提供者:SeVen Lee
  1. FreeFormPPC

    0下载:
  2. #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &
  3. 所属分类:Windows CE

    • 发布日期:2024-10-10
    • 文件大小:66560
    • 提供者:chen
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TO
  3. 所属分类:文件操作

    • 发布日期:2024-10-10
    • 文件大小:1888256
    • 提供者:这程子
  1. IImage

    0下载:
  2. wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLO
  3. 所属分类:Windows CE

    • 发布日期:2024-10-10
    • 文件大小:20480
    • 提供者:lzy
  1. DoModal

    0下载:
  2. 可动态修改模态对话框的标题.希望对初学者有用. 当然,我也是初学者,大家相互帮助,早日成功.-Dynamically modify the title of modal dialog box. Hope useful for beginners. Of course, I am also a beginner, we all help each other succeed at an early date.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-10
    • 文件大小:429056
    • 提供者:小柯
  1. DoModal

    0下载:
  2. 一个巩固模态对话框与非模态对话框之间的区别的程序,通过两个按钮分别打开模态对话框和非模态对话框。-A solid non-modal dialog with the difference between modal dialog box procedure, with two buttons to open modal dialog and non-modal dialog box.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-10
    • 文件大小:25600
    • 提供者:永远
« 12 »

源码中国 www.ymcn.org