搜索结果

找到约 7 项符合 DLG 的查询结果

其他 time to number dlg source

time to number dlg source
https://www.eeworm.com/dl/534/293718.html
下载: 182
查看: 1020

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

wince下自定义按钮图片和DLG背景!
https://www.eeworm.com/dl/674/320189.html
下载: 195
查看: 1071

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))
https://www.eeworm.com/dl/633/335584.html
下载: 60
查看: 1053

其他 编辑的应用 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()
https://www.eeworm.com/dl/534/223884.html
下载: 183
查看: 1109

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: Place code here to ...
https://www.eeworm.com/dl/674/235806.html
下载: 152
查看: 1270

压缩解压 mpeg2视频编码

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

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()==IDOK){ PathName=dl ...
https://www.eeworm.com/dl/674/345350.html
下载: 171
查看: 1113