Font Setting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijaymajagaonkar
    New Member
    • Apr 2008
    • 3

    Font Setting

    Hello,

    we r working no project that ports VB6.0 application to .Net VB 2005
    the problem is with Printer object we sending line by line string that has diffrent font how to set font to that string





    Thanks
    Vijay
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2

    Comment

    • vijaymajagaonkar
      New Member
      • Apr 2008
      • 3

      #3
      Thanks,
      but i m searching, i need to send line by line printing where i have value stored in string that string pre formated just to print that string

      "So how to do that print a string in VB.net 2005"



      Thanks
      Vijay

      Comment

      • deric
        New Member
        • Dec 2007
        • 92

        #4
        Can you give an example of what you're trying to do?
        Or you can also post the relevant part of your VB6 code..

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Well you won't be able to say "print a line and have it come out on the printer" the way old dot-matrix and edge-feed printers did.
          Printing is done by pages. You can build up a page (using examples found in the link I left you) and when you have an entire page worth of printing, print it out.

          Comment

          Working...