How can i print mix text and graphics using vb6?..,
i want the output to have an image at the top and some graphical background in the in the whole printing output.
tnx for the replies
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
VB6 will allow you to do just that in many ways. Here is one:
Create a new form, add an Image onto the form, and add a label on top of the image, and set the label kind as transparent for the background color to let the image be seen.
do whatever you want with the font size and location of the label, and when you are happy with what you got, let VB execute this instruction ():