VB 横向打印问题 - VB / 基础类
本人新手,向各位前辈请教 我在vb中要用到打印机,需要横向打印 我设置了Printer.Orientation = vbPRORLandscape或Printer.Orientation = 2 提示:无效属性值 又查到应该安装SP5,安装后依然不好用, 请问应该如何设置啊?或者还有没有其他方法
我这个程序还得用在别的地方,有没有适合全部打印机横向打印的方法 设置Printer.Orientation = 1 就好用,真是奇怪啦 有没有那位前辈会的,请指教,谢谢 Printer.Orientation=VbPRORPortrait'纵向打印 Printer.Orientation=VbPRORLandscape'横向打印 还SP5,早就SP6了。。。 遇到一样的问题,期待有达人能解答!!!引用 遇到一样的问题,期待有达人能解答!!! 我解决了,打印机链接没问题,直接打印就好了,打印预览无效,呵呵。 有什么问题可以联系我
相关问答:
我想把word另存为xml之后,用vb读取这个xml的内容,请问如何实现? dim f as integer dim b() as byte dim s as string dim L as long f=freefile() open "abc.xml" for binary access read as #f ......
怎么把已知的数据保存成xml文件,现在已知的数据是 <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o=& ......
挺繁琐,之前发的帖子,分值太低现在重发一个。欢迎各位大侠~~ #include "stdlib.h" #include "math.h" #include "stdio.h" float objfx(float x[]); void constraint(float x[] ......
找了很久这东西了, 用treeview不能满足要求 现在想做的是:界面以树形展现,能不能展开收回无所谓 节点都可以按照规定进行添删 每个节点后面都可能会出现 文本 ......
小弟用VB调EXCEL作图 objExlApp.Workbooks.Add objExlApp.Charts.Add objExlApp.ActiveChart.ChartType = xlLine objExlApp.ActiveChart.HasLegend = True objExlApp. ......