2011-06-21 32 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