E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
AfxMessageBox
VC 6下word操作心得二---以.dot模板生成.doc文档
AfxOleInit()) {
AfxMessageBox
("OLEInitializationFailed"); returnFALSE; }(3)View->ClassWizard
ybdesire
·
2012-03-04 14:00
report
application
dialog
报表
initialization
bookmarks
获得host 和 IP
charszHost[50]={0}; ::gethostname(szHost,50);//得到主机名
AfxMessageBox
(szHost); hostent*pHostent=::gethostbyname
shuangyan5230
·
2012-02-24 10:00
list
null
修改
AFXMessageBox
标题
利用类向导重载应用程序类的DoMessageBox函数,如工程名为:PrintReport,则在CPrintReportApp类中右键单击添加虚函数;选择DoMessageBox,重载代码如下:intCPrintReportApp::DoMessageBox(LPCTSTRlpszPrompt,UINTnType,UINTnIDPrompt){LPCTSTRpOldAppName=m_pszApp
wzy198852
·
2012-02-23 14:00
VC 6下word操作心得-将文字写入word
AfxOleInit()) {
AfxMessageBox
("OLEInitializationFailed"); returnFALSE; }(3) View->ClassWizard
ybdesire
·
2012-02-23 10:00
application
Office
dialog
library
button
initialization
VC保证应用程序只有一个实例在运行
HANDLEm_hMutex=::CreateMutex(NULL,TRUE,m_pszName);if(GetLastError()==ERROR_ALREADY_EXISTS){
AfxMessageBox
g710710
·
2012-02-15 16:00
框架
null
callback
360
编译器
linker
这个题是这样的!
的内容不可以被修改; //1:voidcpy(char*p){ intnlen=strlen(p); charpch[100]/*={0}*/; Sleep(1000); memcpy(pch,p,nlen);
AfxMessageBox
chinabinlang
·
2012-02-07 18:00
null
vc++ 利用ON_WM_COPYDATA() 接收外部消息
pCopyDataStruct) { //TODO:在此添加消息处理程序代码和/或调用默认值 CStringstrReadMsg((LPCSTR)(pCopyDataStruct->lpData));
AfxMessageBox
jmxiaocai
·
2012-02-04 11:00
自定义扩展MessageBox(Formatted MessageBox/
AfxMessageBox
)
1.文章来自于: http://www.codeproject.com/Tips/120013/Formatted-MessageBox-
AfxMessageBox
2.
dijkstar
·
2012-01-26 19:00
list
null
扩展
Rundll32.exe参数传递问题解决方法
extern "C" __declspec(dllexport) void F1(int num) { CString str; str.Format("%d",num);
AfxMessageBox
embededvc
·
2012-01-07 16:00
MFC中数字和文字间的转换
在MFC中,
AfxMessageBox
中不能直接显示程序中计算好的整型数据,采用上面的格式就可以将数据转换为文本,显示在对话框中。
yeqiu712
·
2011-12-18 13:00
mfc
01基本键盘操作——判断按键消息
{ //TODO:Addyourmessagehandlercodehereand/orcalldefault if(nChar==VK_SHIFT)//判断Shift键是否被按下 { //
AfxMessageBox
·
2011-12-14 23:00
怎么把指定dc的指定区域保存成HBITMAP,以及怎么把HBITMAP保存成位图
HBITMAPCopyDCToBitmap(HDChScrDC,LPRECTlpRect){if(hScrDC==NULL||lpRect==NULL||IsRectEmpty(lpRect)) {
AfxMessageBox
sdcxyz
·
2011-12-02 15:00
File
null
BI
colors
一个打印日志的C宏定义——TRACEOUT
在编程的时候,我们常常需要知道程序的运行状态,因而回用printf、cout或者
AfxMessageBox
等方式将信息打印出来。
hnu_zxc
·
2011-12-01 12:00
编程
c
File
null
VC 获取指定文件夹路径的方法小结
一使用Shell函数1获取应用程序的安装路径 TCHARbuf[_MAX_PATH];SHGetSpecialFolderPath(NULL,buf,CSIDL_PROGRAM_FILES,NULL);
AfxMessageBox
xgx198831
·
2011-11-29 23:00
windows
shell
api
null
System
Path
判断用户输入是否为数字
IsNumber(m_str)){
AfxMessageBox
(TEXT("Sorry!本程序只允许输入数字,请重新输入!"))
friendan
·
2011-11-22 16:00
实现CADOConn类的获取记录集数函数: UINT GetRecordsetCount(_RecordsetPtr pRecordset)
//用于保存记录数 try { pRecordset->MoveFirst(); //将记录集指针移到第一条记录 } catch(_com_errore) {
AfxMessageBox
friendan
·
2011-11-22 11:00
使用CStdioFile 读写UNICODE文档
wfile.Open(filePath,CFile::modeCreate|CFile::modeWrite|CFile::typeBinary)) {
AfxMessageBox
(L"文件无法修改
shuilan0066
·
2011-11-21 14:00
null
delete
文档
byte
MFC下显示提示对话框的文字方法
CStringhun;hun.Format("contours:%d\n",j);
AfxMessageBox
(hun);这样就非常方便啦!呵呵
boyhailong
·
2011-11-21 11:00
vc 多线程
UINTfunc_Thread(LPVOIDpParam) { while(1) { Sleep(1000);
AfxMessageBox
("dd"); } return0;//线程执行到return就结束
luck_good
·
2011-11-12 12:00
VC 获取系统特殊文件夹的路径如:系统目录,桌面等
include TCHARMyDir[_MAX_PATH]; SHGetSpecialFolderPath(this->GetSafeHwnd(),MyDir,CSIDL_APPDATA,0);
AfxMessageBox
CometNet
·
2011-11-09 18:00
windows
File
Microsoft
System
Path
templates
永远不要将assert语句里面嵌套执行语句!
调试个播放器发现编成Release版的时候有个功能怎么总是无法起作用.编成Debug版的时候运行的很好呀,最后还一部部的加
afxmessagebox
语句看是否运行到此处.结果发现运行到此处了啊....
fdl19881
·
2011-11-04 15:00
VC下新建工程时未添加winsock的补救措施
AfxSocketInit()) {
AfxMessageBox
(IDP_SOCKETS_INIT_FAILED); returnFALSE; }3.在项目已有的类的实现文件(.cpp文件)中,
xiaobai1593
·
2011-10-20 15:00
Sockets
关于try catch(...)
{
AfxMessageBox
("catched");}这段代
hgl868
·
2011-10-18 13:00
编程
exception
application
mfc
Access
dialog
检索文件 (未完善 待续!)
GetDlgItemText(IDC_FIND,str); //szFilename=str.GetBuffer(szFilename); szFilename=(LPSTR)(LPCTSTR)str;
AfxMessageBox
wangweitingaabbcc
·
2011-09-16 17:00
c++计算程序执行时间
DWORDstart_time=GetTickCount();DWORDend_time=GetTickCount();CStrings;s.Format(_T("%d"),end_time-start_time);
AfxMessageBox
sd2131512
·
2011-09-15 09:00
C++
MFC 程序崩溃
2010/03/19/mfc-application-crash.html本人提出代码:voidHandler() { MessageBox(NULL,"FinalSEH",".",MB_OK);
AfxMessageBox
kingsollyu
·
2011-09-08 19:00
VC 获取系统特殊文件夹的路径如:系统目录,桌面等
include TCHARMyDir[_MAX_PATH]; SHGetSpecialFolderPath(this->GetSafeHwnd(),MyDir,CSIDL_APPDATA,0);
AfxMessageBox
shuilan0066
·
2011-08-31 16:00
windows
File
Microsoft
System
Path
templates
MessageBox显示变量及与
AfxMessageBox
区别
d",nThreshOstu); CStringstr2; str2="Ostu二值化阈值为"+str1; MessageBox(str2,"用户提示",MB_OK);以下简述MessageBox与
AfxMessageBox
welcome_xu
·
2011-08-15 17:00
AfxMessageBox
弹出的对话框时,关闭父窗口的父窗口引起的问题。
前几天的时候,只在界面加了一个
AfxmessageBox
的提示语句,还给自己带来了麻烦。原因是关闭
Afxmessagebox
的父窗口的父窗口时,产生了bug。
lyl0625
·
2011-08-07 22:00
AfxMessageBox
与MessageBox的区别
AfxMessageBox
用来弹出一个消息框,它的函数原型有两种版本:intAfxMessageBox(LPCTSTRlpszText,UINTnType=MB_OK,UINTnIDHelp=0);intAFXAPIAfxMessageBox
xiang_love2008
·
2011-07-30 12:38
职场
MessageBox
休闲
AfxMessageBox
用vs2003(visual c++ .net)开发activex(ocx)
老鸟勿入 第一步 创建工程:命名为firstocx 第二步切换到类视图,在lib里添加自定义的方法myFun(): myfun功能就是弹出一个对话框 代码:
AfxMessageBox
baixiaozhe
·
2011-07-20 13:00
ActiveX
CListBox的若干操作
m_list.GetCurSel(); CStringtip; intlen; len=m_list.GetTextLen(iSel); m_list.GetText(iSel,tip.GetBuffer(len));
AfxMessageBox
xiaobai1593
·
2011-07-09 12:00
mfc TreeCtrl 遍历
ExpandTreeItems(const CTreeCtrl& tree,HTREEITEM hItem) {
AfxMessageBox
·
2011-07-06 19:00
tree
显示十六进制字符数组
x8B\x22\x11\x12";//结尾\0 CStringstr; for(inti=0;i<4;i++){ CStrings; s.Format("%x",buf[i]); str+=s; }
AfxMessageBox
JarvisChu
·
2011-07-04 00:00
AfxMessageBox
与MessageBox的区别
AfxMessageBox
用来弹出一个消息框,它的函数原型有两种版本:intAfxMessageBox(LPCTSTRlpszText,UINTnType=MB_OK,UINTnIDHelp=0);intAFXAPIAfxMessageBox
maolv11
·
2011-06-25 09:00
多线程
框架
api
null
AfxMessageBox
和MessageBox区别
如果用MFC的话,请尽量使用
afxmessagebox
,因为这个全局的对话框最安全,也最方便。 但是在WIN32SDK的情况下只能使用MESSAGEBOX。
xhhjin
·
2011-05-31 10:00
windows
api
null
mfc
格式化数字字符串输出的一个小技巧
这样的字符串 先看VC的: int i=5; CString strOut; strOut.Format("%.6d",i);
AfxMessageBox
cfeers
·
2011-05-12 16:00
.net
Blog
vc++
Delphi
DS-4000系列板卡SDK and Demo Version 5.1 中的错误
AfxSocketInit()){
AfxMessageBox
(ID
dizuo
·
2011-05-09 16:00
MFC 选择文件夹的对话框
CFile类和CFileStatus类判断CFileStatusfilestatus;if(CFile::GetStatus(_T("d://softist.txt"),filestatus))
AfxMessageBox
laoyi19861011
·
2011-05-02 19:00
shell
function
File
null
mfc
pascal
互斥体单实例
m_handMutex=CreateMutex(NULL,TRUE,_T("互斥体单实例"));if(m_handMutex){if(ERROR_ALREADY_EXISTS==GetLastError()){
AfxMessageBox
chunyou128
·
2011-04-28 10:00
null
VC程序中运行其他程序的三种方法(转)
1 UINTWinExec(LPCSTRlpCmdLine,UINTuCmdShow)Eg:if(WinExec(“cdplayer.exe”,SW_MAXIMIZE)<=31)
AfxMessageBox
fenice
·
2011-04-23 14:16
职场
VC
休闲
运行其他程序
DoMessageBox 使用DoMessageBox 自定义
AfxMessageBox
一、需求 与标准的 MessageBox 相比,MFC提供了
AfxMessageBox
的方法是我们对消息框的变得更加容易。
xust999
·
2011-04-07 16:00
char[] CString 乱码
char*ch1="1234";
AfxMessageBox
((CString)ch1); //正常; charch2[4]={'1','2','3','4'};
AfxMessageBox
((CString
todd_liu
·
2011-04-06 16:00
MFC从一个对话框向另外一个对话框发送消息
(hWnd=::FindWindow(NULL,"TriTest")))
AfxMessageBox
("Error!"); //通过SDKSendMessage向目标窗口发送EDGE_
gukesdo
·
2011-04-02 20:00
api
null
mfc
MFC一些常用函数
:开始一个新的线程AfxEndThread:结束一个旧的线程AfxFormatString1:类似printf一般地将字符串格式化AfxFormatString2:类似printf一般地将字符串格式化
AfxMessageBox
Yuzhiyuxia
·
2011-03-19 23:00
windows
object
application
mfc
callback
byte
error C2110: cannot add two pointers
在MFC编程的时候,用到了字符串的输出,使用
AfxMessageBox
();,发现,在
AfxMessageBox
();中不能像控制台应用程序一样,将需要输出的内容使用“+”连接起来,调试的时候
yeqiu712
·
2011-03-09 10:00
编程
c
mfc
float
Pointers
MFC程序输出调试信息到控制台
AllocConsole())
AfxMessageBox
(_T("Failedtocreatetheconsole!")
chennxi
·
2011-03-08 13:00
mfc
菜单
1、MFC类层次结构图: CxxxApp类和CxxxDoc类不是CWnd派生,所以没有成员函数MessageBox,可以使用应用程序框架的函数:
AfxMessageBox
()代替,原型如下:Int
AfxMessageBox
韬光星夜
·
2011-01-12 11:00
window
职场
mfc
休闲
消息分类
菜单项处理
程序互斥
HANDLE m_hMutex=CreateMutex(NULL,TRUE, m_pszAppName); if(GetLastError()==ERROR_ALREADY_EXISTS) {
AfxMessageBox
CrackRen
·
2010-12-31 11:00
程序
VC++文件操作
CFileStatus filestatus;if (CFile::GetStatus(_T("d:\\softist.txt"), filestatus))
AfxMessageBox
feihen
·
2010-12-30 17:00
mfc
vc++
pascal
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他