2011-06-21 30 views

回答

1

VB6将允许你在很多方面做到这一点。这里是一个:

创建一个新窗体,将图像添加到窗体上,并在图像顶部添加一个标签,并将背景颜色设置为透明以使图像可见。

做任何你想要与标签的字体大小和位置,当你很高兴与你得到了什么,让VB执行该指令():

Sub btnPrint_Click() 

    Me.PrintForm 'This will print to the default printer with no questions asked 
        'so you better make sure printing is possible before you reach here 

End Sub