Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. how to use print controls? [modified]

how to use print controls? [modified]

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kumareshTMC
    wrote on last edited by
    #1

    i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007

    A 1 Reply Last reply
    0
    • K kumareshTMC

      i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007

      A Offline
      A Offline
      Ajay k_Singh
      wrote on last edited by
      #2

      Check the following link which will show you a reply related to the query about printing a complete Form. – http://www.codeproject.com/script/comments/forums.asp?msg=2271313&forumid=1646#xx2271313xx This reply uses PrintToBitmap function of Form to draw it on a bitmap file and then this bitmap is printed. Please know that same PrintToBitmap function is available for GroupBox control also. Use this function to draw it on a bitmap object and then print this bitmap, in the same way as it is explained in the above mentioned reply. I hope this helps:). However in case of any problem let me know. -Dave.

      Dave Traister, ComponentOne LLC. www.componentone.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups