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 Create a Dynamic Page in VB and Print the same.

How to Create a Dynamic Page in VB and Print the same.

Scheduled Pinned Locked Moved Visual Basic
tutorial
4 Posts 3 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
    Kaushal Arora
    wrote on last edited by
    #1

    Hi There, I have an Application of Laboratory Management. In this i have created multiple pages to take the results of the tests that has been performed for the patient. Supposidly, there are 2 Blood Tests out of 10 , 3 Urine Tests out of 8, 2 Stool Tests out of 10. All these have different Pages and Different Tables to get store. Now what i want is to print only the tests that have been performed having correct format of print. I do not know how many Labels i have to use for the display and then print the same page. This will be decided at runtime. If possible can you plz tell me how to Create a Scrolling Page in VB and Print the same. Regards, Kaushal Arora

    D 1 Reply Last reply
    0
    • K Kaushal Arora

      Hi There, I have an Application of Laboratory Management. In this i have created multiple pages to take the results of the tests that has been performed for the patient. Supposidly, there are 2 Blood Tests out of 10 , 3 Urine Tests out of 8, 2 Stool Tests out of 10. All these have different Pages and Different Tables to get store. Now what i want is to print only the tests that have been performed having correct format of print. I do not know how many Labels i have to use for the display and then print the same page. This will be decided at runtime. If possible can you plz tell me how to Create a Scrolling Page in VB and Print the same. Regards, Kaushal Arora

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Kaushal Arora wrote:

      Now what i want is to print only the tests that have been performed having correct format of print. I do not know how many Labels i have to use for the display and then print the same page. This will be decided at runtime.

      Why not just use a PDF document, fill in the fields propertly from your code, then display that on your form. The exact same document can be printed from your code or from another PDF reader without modification. You'd need a 3rd party library to work with the PDF document, something like PDF.NET[^].

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      K 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Kaushal Arora wrote:

        Now what i want is to print only the tests that have been performed having correct format of print. I do not know how many Labels i have to use for the display and then print the same page. This will be decided at runtime.

        Why not just use a PDF document, fill in the fields propertly from your code, then display that on your form. The exact same document can be printed from your code or from another PDF reader without modification. You'd need a 3rd party library to work with the PDF document, something like PDF.NET[^].

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        K Offline
        K Offline
        Kaushal Arora
        wrote on last edited by
        #3

        I have to Build a Dynamic Page. How can i do this?

        D 1 Reply Last reply
        0
        • K Kaushal Arora

          I have to Build a Dynamic Page. How can i do this?

          D Offline
          D Offline
          DidiKunz
          wrote on last edited by
          #4

          What do you mean by saying 'dynamic page' a dynamicly created Windows Form or a page created using GDI+ or what else? Your question looks to me like a attempt to let others do your work. Regards: Didi

          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