一个简单送分的问题 关于Function
时间:2011-09-30
来源:互联网
如题 :
FindPic 0,0,1024,768,"0.bmp",0.9,intx,inty
if intx>0 and inty>0 then
..............
这个函数的作用是 查找图片的坐标并赋值到intx和inty
请问一下在Function子程序中该如何定义 intx和inty
FindPic 0,0,1024,768,"0.bmp",0.9,intx,inty
if intx>0 and inty>0 then
..............
这个函数的作用是 查找图片的坐标并赋值到intx和inty
请问一下在Function子程序中该如何定义 intx和inty
作者: sayonekui 发布时间: 2011-09-30
dim intx as integer
dim inty as integer
FindPic 0,0,1024,768,"0.bmp",0.9,intx,inty
if intx>0 and inty>0 then
..............
dim inty as integer
FindPic 0,0,1024,768,"0.bmp",0.9,intx,inty
if intx>0 and inty>0 then
..............
作者: BestBadGod 发布时间: 2011-10-01
Private Function FindPic(x,y)
x=123
y=456
end function
FindPic intx,inty
msgbox intx
msgbox inty
x=123
y=456
end function
FindPic intx,inty
msgbox intx
msgbox inty
作者: sayonekui 发布时间: 2011-10-01
引用 2 楼 sayonekui 的回复:
Private Function FindPic(x,y)
x=123
y=456
end function
FindPic intx,inty
msgbox intx
msgbox inty
Private Function FindPic(x,y)
x=123
y=456
end function
FindPic intx,inty
msgbox intx
msgbox inty
??
作者: BestBadGod 发布时间: 2011-10-01
自已試了一下 解決了。。。哈哈
Private Function FindPic(x,y)
x=123
y=456
end function
Private Sub Command1_Click()
FindPic intx,inty
msgbox intx
msgbox inty
end sub
無論 FindPic intx,inty 或者 FindPic intxxx,intyyy
msgbox intx 或intxxx 都等於 x
msgbox inty 或intyyy 都等於 y
Private Function FindPic(x,y)
x=123
y=456
end function
Private Sub Command1_Click()
FindPic intx,inty
msgbox intx
msgbox inty
end sub
無論 FindPic intx,inty 或者 FindPic intxxx,intyyy
msgbox intx 或intxxx 都等於 x
msgbox inty 或intyyy 都等於 y
作者: sayonekui 发布时间: 2011-10-01
有興趣請幫忙搞一下這個
完善一下代碼
http://topic.csdn.net/u/20110930/14/32de6776-ed87-4408-9cd2-043345eb8ed0.html
完善一下代碼
http://topic.csdn.net/u/20110930/14/32de6776-ed87-4408-9cd2-043345eb8ed0.html
作者: sayonekui 发布时间: 2011-10-01
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28