• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Reply to: VB6 Printing.

Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "VB6 Printing."

Collapse

  • AtW
    replied
    Originally posted by wc2 View Post


    I did.. But I spelt it wrong
    "(careful when typing name - if its wrong the thing may default to something else)"

    Leave a comment:


  • wc2
    replied
    Originally posted by AtW View Post
    I did suggest it as #1:

    1) another font (careful when typing name - if its wrong the thing may default to something else)

    And you said you tried it


    I did.. But I spelt it wrong

    Leave a comment:


  • AtW
    replied
    I did suggest it as #1:

    1) another font (careful when typing name - if its wrong the thing may default to something else)

    And you said you tried it

    Leave a comment:


  • wc2
    replied
    Thanks all.

    Problem was ..... Arial font corrupt.. VB was defaulting to arial italics.

    Leave a comment:


  • AtW
    replied
    Try Courier font and see if you get italics again.

    Leave a comment:


  • xoggoth
    replied
    VB6 help says always change the font name before the style so that might be why your 2nd bit of code doesn't work but I doubt it. Otherwise is there anything odd in your project references? You should probably only have the three basic vb libs for that.

    Leave a comment:


  • wc2
    replied
    Originally posted by AtW View Post
    Try:
    1) another font (careful when typing name - if its wrong the thing may default to something else)
    2) check text, maybe some letters there interpreted as making it italic - print some plain text assigned directly to the variable ie: "test"
    Thanks Alex,

    tried all of that and still the same.

    Also created some new code away from the app with the code :

    Printer.FontItalic = False
    Printer.FontName = "Arial"
    Printer.FontSize = 36
    Printer.Print Text1.Text
    Printer.EndDoc

    Still prints in Italics

    Tried to a different printer.. No Joy

    Leave a comment:


  • AtW
    replied
    Try:
    1) another font (careful when typing name - if its wrong the thing may default to something else)
    2) check text, maybe some letters there interpreted as making it italic - print some plain text assigned directly to the variable ie: "test"

    Leave a comment:


  • wc2
    started a topic VB6 Printing.

    VB6 Printing.

    I'm writing a little bit of code to print some barcodes and events for Mrs WC2's snake project.. Everything works as expected accept from one thing.

    Everything is printing in Italics.

    SAMPLE CODE

    Printer.FontName = "Arial"
    Printer.FontSize = 36
    Printer.Print txt_sname.Text

    I tired adding the line

    printer.fontitalics=false

    But this made no difference at all

    Any advice

Working...
X