搜索:MessageBox
找到约 18 项符合「MessageBox」的查询结果
结果 18
按分类筛选
https://www.eeworm.com/dl/633/243042.html
Java编程
MessageBox弹出信息源代码 MessageBox弹出信息源代码
MessageBox弹出信息源代码
MessageBox弹出信息源代码
https://www.eeworm.com/dl/cadence/ebook/240219.html
电子书籍
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu En ...
https://www.eeworm.com/dl/521/15660.html
多媒体处理
MPEG编解码的源码(包含视频捕捉、音频处理)
·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
https://www.eeworm.com/dl/952974.html
技术资料
MPEG编解码的源码(包含视频捕捉、音频处理)
·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
https://www.eeworm.com/dl/689/219245.html
SQL Server
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText M
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSyst ...
https://www.eeworm.com/dl/958167.html
技术资料
关于MPEG4的源码程序
·详细说明:关于MPEG4的源码程序,实现基本的功能,供研究使用 相关函数/类: RegOpenKeyEx RegCloseKey RegCreateKeyEx OutputDebugString SendMessage GetDlgItem MessageBox ZeroMemory GetDesktopWindow LoadLibrary GetProcAddress FreeLibr
https://www.eeworm.com/dl/644/183844.html
汇编语言
1. 利用W32汇编
1. 利用W32汇编,设计Window窗口程序,并设计按钮,菜单,工具条,Edit等Window界面控件元素。
2. 实现将两个Edit控件中的数字进行相加,结果用MessageBox弹出。
https://www.eeworm.com/dl/652/318659.html
文章/文档
主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetConte
主要源码:
void CFDlg::OnChangeEdit1()
{
UpdateData()
m_strExt.MakeUpper()
m_list.ResetContent()
if(m_strExt.GetLength()==0) return
CStdioFile sf
if(sf.Open("FileExt.txt",Cfile::modeRead))
{
CString strTemp,strOut
while(sf.ReadString(strTemp))
{
if(str ...