首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

cb_close.Print(Job, 500,1000)后面两个参数是什么意思,该怎么处理

2012-02-10 
cb_close.Print(Job, 500,1000)后面两个参数是什么意思long JobJob PrintOpen( )cb_close.Print(Job, 50

cb_close.Print(Job, 500,1000)后面两个参数是什么意思
long Job

Job = PrintOpen( )

cb_close.Print(Job, 500,1000)//这两个参数是什么意思

PrintClose(Job)


[解决办法]
objectname.Print ( printjobnumber, x, y {, width, height } ) ,参数就是位置了 

分享控件 在 下载模块 ,我的资源 ,上传资源
[解决办法]
x,y的坐标.

xAn integer whose value is the x coordinate on the page of the left corner of the object, in thousandths of an inch.
yAn integer whose value is the y coordinate on the page of the left corner of the object, in thousandths of an inch.
[解决办法]

探讨
我再问一个PB中 窗体的宽度,或是控件宽度的单位是什么,和毫米是什么关于

[解决办法]
你的电脑显示器假设是300cm*200cm,你可以把分辨率设定为800像素*600像素,你也可以设定为1024像素*768像素.像素和毫米可以精确地一一对应么?!哪里的题目??

没办法对应的!!看看具体的情况的!!!

热点排行