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
messagebox
MFC规则DLL 简单的例子
在图11所示DLL中的对话框的Hello按钮上点击时将
MessageBox
一个“Hello,pconline的网友”对话框,下面是相关的文件及源代码,其中删除了MFC向导自动生成的绝大多数注释。
conkeyn
·
2008-08-18 16:00
编程
c
框架
Microsoft
mfc
c# winform 置于顶层的功能用后台代码来实现,BringToFront()
private void pictureBox1_Click(object sender, EventArgs e) { //
MessageBox
.Show((sender as PictureBox
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c# winform 置于顶层的功能用后台代码来实现,BringToFront()
private void pictureBox1_Click(object sender, EventArgs e) { //
MessageBox
.Show((sender as PictureBox
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c# winform 置于顶层的功能用后台代码来实现,BringToFront()
private void pictureBox1_Click(object sender, EventArgs e) { //
MessageBox
.Show((sender as PictureBox
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
(sender as PictureBox).Name,判断鼠标进到了哪个pb里,获得控件名
pictureBox上,可以用(sender as PictureBox)来获得,这16个pictureBox都要有统一的事件,然后在这个事件里写上
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
.net
(sender as PictureBox).Name,判断鼠标进到了哪个pb里,获得控件名
pictureBox上,可以用(sender as PictureBox)来获得,这16个pictureBox都要有统一的事件,然后在这个事件里写上
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
.net
(sender as PictureBox).Name,判断鼠标进到了哪个pb里,获得控件名
pictureBox上,可以用(sender as PictureBox)来获得,这16个pictureBox都要有统一的事件,然后在这个事件里写上
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
.net
(sender as PictureBox).Name,判断鼠标进到了哪个pb里,获得控件名
pictureBox上,可以用(sender as PictureBox)来获得,这16个pictureBox都要有统一的事件,然后在这个事件里写上
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
.net
c#,winform,listView获得第1,2,3列的值,listView获得多列的值,获得一行
if (listView1.Items[i].Selected) {
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,split截取字符串,截串
sArray = s.Split('a'); foreach (string ii in sArray)
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
正则表达式
C#
WinForm
c#,winform,split截取字符串,截串
sArray = s.Split('a'); foreach (string ii in sArray)
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
正则表达式
C#
WinForm
c#,winform,split截取字符串,截串
sArray = s.Split('a'); foreach (string ii in sArray)
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
正则表达式
C#
WinForm
c#,winform,listView获得第1,2,3列的值,listView获得多列的值,获得一行
if (listView1.Items[i].Selected) {
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,listView获得第1,2,3列的值,listView获得多列的值,获得一行
if (listView1.Items[i].Selected) {
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,listView插入第2行记录,并且插入到指定位置的行中
如果odr.Read()返回为false的话,就说明到记录集的尾部了 { //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,substring,截取字符串,截串
的字符开始长度为2的字符串,6表示子字符的起始字符位置,2表示子字符长度 //string s2 = s.Substring(8, 1); //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,listView插入第2行记录,并且插入到指定位置的行中
如果odr.Read()返回为false的话,就说明到记录集的尾部了 { //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,substring,截取字符串,截串
的字符开始长度为2的字符串,6表示子字符的起始字符位置,2表示子字符长度 //string s2 = s.Substring(8, 1); //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,listView插入第2行记录,并且插入到指定位置的行中
如果odr.Read()返回为false的话,就说明到记录集的尾部了 { //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c#,winform,substring,截取字符串,截串
的字符开始长度为2的字符串,6表示子字符的起始字符位置,2表示子字符长度 //string s2 = s.Substring(8, 1); //
MessageBox
.Show
heisetoufa
·
2008-08-13 21:00
C++
c
C#
WinForm
c# winform winform连接oracle数据库
privatevoidbutton1_Click(objectsender,EventArgse){
MessageBox
.Show(groupBox1,"添加成功!")
limon758
·
2008-08-13 21:44
c#(winform)
c# winform winform连接oracle数据库
private void button1_Click(object sender, EventArgs e) {
MessageBox
.Show(groupBox1
heisetoufa
·
2008-08-13 21:00
oracle
C++
c
C#
WinForm
c# winform winform连接oracle数据库
private void button1_Click(object sender, EventArgs e) {
MessageBox
.Show(groupBox1
heisetoufa
·
2008-08-13 21:00
oracle
C++
c
C#
WinForm
c# winform winform连接oracle数据库
private void button1_Click(object sender, EventArgs e) {
MessageBox
.Show(groupBox1
heisetoufa
·
2008-08-13 21:00
oracle
C++
c
C#
WinForm
最简单的Win32程序示例
HINSTANCEhInstance, HINSTANCEhPrevInstance, PSTRszCmdLine, intiCmdShow){
MessageBox
wintys
·
2008-08-12 17:17
职场
VC6
休闲
VC6.0 error LNK2001: unresolved external symbol _main
Win32程序示例:#includeintWINAPIWinMain(HINSTANCEhInstance,HINSTANCEhPrevInstance,PSTRszCmdLine,intiCmdShow){
MessageBox
wintys
·
2008-08-12 17:00
职场
休闲
vc6
[2006-2010]
Delphi : Application.
MessageBox
Application.
MessageBox
是 TApplication 的成员函数,宣告如下:function TApplication.
MessageBox
(const Text, Caption
isiqi
·
2008-07-25 09:00
windows
xml
Microsoft
Office
Delphi
Extjs杂项
简单的弹出提示窗口 function() { Ext.
MessageBox
.alert
kuailewangzi1212
·
2008-07-20 00:00
html
ext
extjs初探1
2按钮的COOL效果 ExtJS Ext.onReady(function(){ Ext.get("btnAlert").on("click",function(){ Ext.
MessageBox
.c
jackyrongvip
·
2008-07-18 01:00
function
Flex
Flash
ExtJs
button
stylesheet
如何使用Scintilla编辑控件
载入动态链接库1hmod = LoadLibrary("SciLexer.DLL");2if (hmod==NULL)3{4
MessageBox
(hwndParent,5 "The
浪漫主义
·
2008-07-13 21:00
App.Previnstance Equivalent
DimsameProcessTotalAsInteger=Process.GetProcessesByName(appName).Length IfsameProcessTotal>1Then
MessageBox
.Show
clear_zero
·
2008-07-09 17:00
String
Integer
application
Vc++6.0项目迁到vs2005 应该注意的问题
1.如果
MessageBox
("aa") 报错,将其要改成
MessageBox
(_TEXT("aa")).我喜欢用
MessageBox
来调试程序,尤其是在写脚本时,当你不知道程序有没有执行该条语句,以及执行完该条语句后某个变量的值发生了什么变化
glliuxueke
·
2008-07-08 17:00
ExtJS 入门学习之 grid篇
本文是: ExtJS 入门学习之
MessageBox
篇 之姐妹篇。本期主要是总结extjs中grid的使用。
java-he
·
2008-07-05 23:00
JavaScript
html
json
css
ext
ExtJS 入门学习之 grid篇
ExtJS入门学习之grid篇 本文是: ExtJS 入门学习之
MessageBox
篇 之姐妹篇。本期主要是总结extjs中grid的使用。
程序之旅
·
2008-07-05 23:00
ExtJS 入门学习之
messagebox
篇
很久前知道ExtJS 这个Javascript库,更听说ExtJS 实现的界面效果非常漂亮。但是遗憾的是一直没有用过,直到今天才下载下来学习学习,其实得感谢一个人,那就是BeanSoft,是他的一篇extjs应用,让本人燃起了学习extjs的欲火(),笔者个人觉得分享自己的知识是我享受别人劳动成果后的一种义务和职责。不过出于水平所限,能分享的也实在有限。 ext-2.1 是新出的一个版本
java-he
·
2008-07-05 18:00
JavaScript
css
ext
Firebug
Office
ExtJS 入门学习之
messagebox
篇
ExtJS入门学习之
messagebox
篇 很久前知道ExtJS 这个Javascript库,更听说ExtJS 实现的界面效果非常漂亮。
程序之旅
·
2008-07-05 18:00
透析Extjs源码之结合API写事件响应函数
++++++++++++++++++++++++++++++++++通过示例代码中的msg-box.js我们可以看到Ext.get('mb1').on('click',function(e){Ext.
MessageBox
.confirm
wangyu
·
2008-07-03 00:00
JavaScript
C++
c
ext
C#
透析Extjs源码之结合API写事件响应函数
++++++++++++++++++++++++++++++++++通过示例代码中的msg-box.js我们可以看到Ext.get('mb1').on('click',function(e){Ext.
MessageBox
.confirm
wangyu
·
2008-07-03 00:00
JavaScript
C++
c
C#
ext
透析Extjs源码之结合API写事件响应函数
++++++++++++++++++++++++++++++++++通过示例代码中的msg-box.js我们可以看到Ext.get('mb1').on('click',function(e){Ext.
MessageBox
.confirm
wangyu
·
2008-07-03 00:00
JavaScript
C++
c
ext
C#
[转]winfrom让弹出的
MessageBox
在指定时间内自动销毁
winfrom让弹出的
MessageBox
在指定时间内自动销毁,代码如下: private void Button_Click(object sender, System.EventArgs e) {
touchinsert
·
2008-07-02 18:00
message
打造自定义的 AfxMessageBox
一、需求与标准的
MessageBox
相比,MFC提供了AfxMessageBox的方法是我们对消息框的变得更加容易。
wqvbjhc
·
2008-07-02 13:00
windows
api
null
mfc
[转]Winform中在Form上截取消息的两种方法
比较常用的是重载Form的DefWndProc方法,例如截取鼠标按下的消息:protectedoverridevoidDefWndProc(refMessagem){if(m.Msg==0x0201){
MessageBox
.Show
touchinsert
·
2008-07-01 11:00
WinForm
0-100包含几个9?
intj=0; stringsum=""; for(inti=0;i-1) { j=j+1; } sum=sum+i.ToString(); }
MessageBox
.Show
zhaoyu_1979
·
2008-06-22 21:00
ext例子代码和效果
//1.alert Ext.
MessageBox
.alert('标题','阿古测试一把内容',function(btn){ alert('你刚刚点击了'+btn); }); //2.confirm Ext.
MessageBox
.confirm
hxmcGu
·
2008-06-20 11:00
VC 删除SQL中的数据
if(0==m_list.GetSelectedCount()) {
MessageBox
("ÇëÑ¡ÔñÄúÒªÐ޸ĵÄÔ±¹¤!!
hxg130435477
·
2008-06-13 08:00
VC 修改SQL中的数据
UpdateData(TRUE); if(m_no.IsEmpty()||m_sex==-1||m_name.IsEmpty()||m_id.IsEmpty()) {
MessageBox
("×¢Òâ
hxg130435477
·
2008-06-13 08:00
〖ExtJS〗之对话框
做的对话框的效果 一、普通的对话框: Ext.onReady(function(){ Ext.get("btn").on("click",function(){ //普通的弹出提示框 Ext.
MessageBox
.alert
Rhyme.Tan
·
2008-06-12 23:12
Ajax
职场
ExtJs
休闲
〖ExtJS〗之对话框
下面就看看ExtJS做的对话框的效果一、普通的对话框:Ext.onReady(function(){Ext.get("btn").on("click",function(){//普通的弹出提示框Ext.
MessageBox
.alert
Rhyme.Tan
·
2008-06-12 23:12
职场
AJAX
休闲
AJAX技术
XML:将信息写入到XML中
privatevoidbtnWrite_Click(objectsender,EventArgse) { if(txtName.Text.Trim().Length==0) {
MessageBox
.Show
wapysun
·
2008-06-12 11:00
xml
FIN_WAIT?TCP 连接响应问题
没有处理的连接,非正常关闭,会导致这个错误,多了windows就会提示ioctl,
messagebox
标题为一个IP的错误。开始不知道是这个原因。随着测试的深入,才发现这个问题。找
forestcell
·
2008-05-30 16:00
windows
tcp
网络
服务器
测试
上一页
71
72
73
74
75
76
77
78
下一页
按字母分类:
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
其他