打印按钮Visual Basic 2010 [英] Print Button Visual Basic 2010

查看:68
本文介绍了打印按钮Visual Basic 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Visual Basic 2010中代码打印按钮.

How code print button in visual basic 2010.

推荐答案

1)放置按钮
2)您编写了一个事件处理程序以打印您的内容.
3)您在这里提出了一个更好定义的问题,以便我们为您提供实际帮助.
1) You place a button
2) You write an event handler that prints your stuff.
3) You ask a better defined question here so we can actually help you.


如果您想使用printform控件打印表单

if you want to print form using printform control

Dim x As New PrintForm
x.Form = Me
x.PrintAction = PrintToPrinter
x.Print()


这篇关于打印按钮Visual Basic 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆