搜索:dlg

找到约 7 项符合「dlg」的查询结果

结果 7
https://www.eeworm.com/dl/534/293718.html 其他

time to number dlg source

time to number dlg source
下载 182
·
查看 1051
https://www.eeworm.com/dl/674/320189.html Windows CE

wince下自定义按钮图片和DLG背景!

wince下自定义按钮图片和DLG背景!
下载 195
·
查看 1108
https://www.eeworm.com/dl/633/335584.html Java编程

JAVA与MFC混合编程 调用过程J->(入口)(MFC dlg->cdlg(jstring))->(c->java类->javadlg(cstring))->(

JAVA与MFC混合编程 调用过程J->(入口)(MFC dlg->cdlg(jstring))->(c->java类->javadlg(cstring))->(返回)(J->jdlg(cstring))
下载 60
·
查看 1092
https://www.eeworm.com/dl/534/223884.html 其他

编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here Update

编辑的应用 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()
下载 183
·
查看 1137
https://www.eeworm.com/dl/617/336927.html 压缩解压

mpeg2视频编码

mpeg2视频编码,生成*.m2v文件。Dlg版,把要编码的序列放到此程序下,参数说明文件载入
下载 25
·
查看 1057
https://www.eeworm.com/dl/674/235806.html Windows CE

#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d

#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: ...
下载 152
·
查看 1305
https://www.eeworm.com/dl/674/345350.html Windows CE

wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification

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()== ...
下载 171
·
查看 1217