How Can we Print(Hard copy) the Contents of a MSFlex Grid control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • firozfasilan
    New Member
    • Feb 2007
    • 42

    How Can we Print(Hard copy) the Contents of a MSFlex Grid control

    How Can we Print(Hard copy) the Contents of a MSFlex Grid control
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by firozfasilan
    How Can we Print(Hard copy) the Contents of a MSFlex Grid control
    You could try variations on this theme...
    Code:
    Printer.PaintPicture MSFlexGrid1.Picture, 0, 0
    This worked for me, but note that it's taken from VB6 - you didn't say what version you're using.

    Comment

    Working...