long Job
Job = PrintOpen( )
cb_close.Print(Job, 500,1000)//这两个参数是什么意思
PrintClose(Job)
------解决方案--------------------
objectname.Print ( printjobnumber, x, y {, width, height } ) ,参数就是位置了
分享控件 在 下载模块 ,我的资源 ,上传资源
------解决方案--------------------
x,y的坐标.
x An integer whose value is the x coordinate on the page of the left corner of the object, in thousandths of an inch.
y An integer whose value is the y coordinate on the page of the left corner of the object, in thousandths of an inch.
------解决方案--------------------
------解决方案--------------------
你的电脑显示器假设是300cm*200cm,你可以把分辨率设定为800像素*600像素,你也可以设定为1024像素*768像素.像素和毫米可以精确地一一对应么?!哪里的题目??
没办法对应的!!看看具体的情况的!!!