• Jereme Guenther (11/30/2011)


    I'm not in a position to be able to test this at the moment, i'm deployed to Afghanistan, but I believe you can manipulate this line to increase the left hand margin:

    Dim xmin As Integer = e.MarginBounds.Left

    Thanks for reply...

    I've modified it using 'e.MarginBounds.Left / 100' to put left margin to 0 and <ST=...>

    One more question..

    When I decrease the font size, the space between 'vbCrLf' s doesn't dynamically change. I means the smaller the font size the greater the space between 'vbCrLf' s.

    Could you give me clue how to manipulate the code to make the spaces change dynamically to fit the font size?

    thanks....