time to number DLG source
上传时间: 2013-12-05
上传用户:royzhangsz
wince下自定义按钮图片和DLG背景!
上传时间: 2016-07-14
上传用户:thuyenvinh
JAVA与MFC混合编程 调用过程J->(入口)(MFC DLG->cDLG(jstring))->(c->java类->javaDLG(cstring))->(返回)(J->jDLG(cstring))
上传时间: 2013-12-22
上传用户:lht618
编辑的应用 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()
标签: notification OnButton1 control handler
上传时间: 2013-12-20
上传用户:asdfasdfd
#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 = &DLG int nResponse = DLG.DoModal() if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application s message pump. return FALSE }
标签: Enable3dControls Enable3d AFXDLL shared
上传时间: 2015-12-19
上传用户:hustfanenze
mpeg2视频编码,生成*.m2v文件。DLG版,把要编码的序列放到此程序下,参数说明文件载入
上传时间: 2016-08-24
上传用户:开怀常笑
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_ALLOWMULTISELECT,defFilter) if(DLG.DoModal()==IDOK){ PathName=DLG.GetPathName() }
标签: notification control wince TODO
上传时间: 2016-09-22
上传用户:gut1234567