Print in vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaniKanabathy
    New Member
    • Mar 2008
    • 52

    Print in vb6

    Hi ..i had 1 question regarding my vb program...i wan 2 print my form content including displayed image. I could print but want it print through printer dialog and should have print preview. Is it possible in vb6 ? Please guide me in this..i really need it. Please attached the code for my reference.I will thank if any1 reply me as soon as possible.thank u.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What you have tried till now ?

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Try using the search box to scan for "vb print preview". Or have a look at the MS (or MSDN) website. MS have a very good article on how to set up a print preview feature in VB.

      Comment

      • vaniKanabathy
        New Member
        • Mar 2008
        • 52

        #4
        I had do using another form as my preview and put a print form function into it

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Originally posted by vaniKanabathy
          I had do using another form as my preview and put a print form function into it
          So your problem is solved, then?

          Comment

          Working...