搜索:DLG
找到约 10 项符合「DLG」的查询结果
结果 10
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))
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()
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()== ...
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: ...
https://www.eeworm.com/dl/617/336927.html
压缩解压
mpeg2视频编码
mpeg2视频编码,生成*.m2v文件。Dlg版,把要编码的序列放到此程序下,参数说明文件载入
https://www.eeworm.com/dl/624/254613.html
串口编程
CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class.
CHAPT12\Chapt12.dsp The Visual C++ project file for the program.
CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program.
CHAPT12\Chapt12.h The header file for the app s application class
CHAPT ...
https://www.eeworm.com/dl/503/37067.html
C/C++语言编程
单片机开发板配套52个程序(c语言源代码)
买的开发板上带的52个应用于实物的程序,希望对大家有帮助