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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. how the print functionality in c#.net works

how the print functionality in c#.net works

Scheduled Pinned Locked Moved C#
csharpcsscomhelptutorial
8 Posts 4 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.
  • A Offline
    A Offline
    Anil Veeraghattapu 4
    wrote on last edited by
    #1

    Hi, i am developing text editor (windows application) by using c#.net. in my text editor i am providing a rich text box to enter text. it has multiple rich text boxes to make it act like multiple pages. after entering text into some number of rich text boxes user can go for print. printed pages should be in WYSIWYG format. i am able to send all the text from all the pages to the printer. but my problem is i am unable to achieve WYSIWYG. that is say for example in the first rich text box of my application have 30 lines then the printer is printing less than 30 lines per a page. so finally i am trying to develop one application which is almost similar to MS WORD. so please explain me how can achieve this ?? if you have solution please email me at anilveeraghattapu@gmail.com Thanks Anil Veeraghattapu.

    OriginalGriffO 1 Reply Last reply
    0
    • A Anil Veeraghattapu 4

      Hi, i am developing text editor (windows application) by using c#.net. in my text editor i am providing a rich text box to enter text. it has multiple rich text boxes to make it act like multiple pages. after entering text into some number of rich text boxes user can go for print. printed pages should be in WYSIWYG format. i am able to send all the text from all the pages to the printer. but my problem is i am unable to achieve WYSIWYG. that is say for example in the first rich text box of my application have 30 lines then the printer is printing less than 30 lines per a page. so finally i am trying to develop one application which is almost similar to MS WORD. so please explain me how can achieve this ?? if you have solution please email me at anilveeraghattapu@gmail.com Thanks Anil Veeraghattapu.

      OriginalGriffO Online
      OriginalGriffO Online
      OriginalGriff
      wrote on last edited by
      #2

      Firstly, do not post your email, unless you like spam. Secondly, have you tried doing this?[^]

      No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      L A 2 Replies Last reply
      0
      • OriginalGriffO OriginalGriff

        Firstly, do not post your email, unless you like spam. Secondly, have you tried doing this?[^]

        No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Neat link!

        OriginalGriffO 1 Reply Last reply
        0
        • L Lost User

          Neat link!

          OriginalGriffO Online
          OriginalGriffO Online
          OriginalGriff
          wrote on last edited by
          #4

          Isn't it though? It is on my favourites for answering lazy questions. :cool:

          No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Firstly, do not post your email, unless you like spam. Secondly, have you tried doing this?[^]

            No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

            A Offline
            A Offline
            Anil Veeraghattapu 4
            wrote on last edited by
            #5

            hey what do you mean have you gone through my query do you think does any body posts here if we got satisfied by google search don't waste your time by posting these kinds of responses i have already done with wysiwyg kind of printing what i need is am unable arrange the test in the rich text boxes like how exactly the printer is printing Thanks Anil Veeraghattapu.

            OriginalGriffO 1 Reply Last reply
            0
            • A Anil Veeraghattapu 4

              hey what do you mean have you gone through my query do you think does any body posts here if we got satisfied by google search don't waste your time by posting these kinds of responses i have already done with wysiwyg kind of printing what i need is am unable arrange the test in the rich text boxes like how exactly the printer is printing Thanks Anil Veeraghattapu.

              OriginalGriffO Online
              OriginalGriffO Online
              OriginalGriff
              wrote on last edited by
              #6

              Anil709 wrote:

              hey what do you mean have you gone through my query

              Yes.

              Anil709 wrote:

              do you think does any body posts here if we got satisfied by google search

              Yes, frequently.

              Anil709 wrote:

              don't waste your time by posting these kinds of responses

              It's my time, I will do with it what I will. Thank you for your concern, though.

              Anil709 wrote:

              have already done with wysiwyg kind of printing what i need is am unable arrange the test in the rich text boxes like how exactly the printer is printing

              Then perhaps you should have said this in your original post.

              Anil709 wrote:

              Hi, i am developing text editor (windows application) by using c#.net. in my text editor i am providing a rich text box to enter text. it has multiple rich text boxes to make it act like multiple pages. after entering text into some number of rich text boxes user can go for print. printed pages should be in WYSIWYG format. i am able to send all the text from all the pages to the printer. but my problem is i am unable to achieve WYSIWYG. that is say for example in the first rich text box of my application have 30 lines then the printer is printing less than 30 lines per a page. so finally i am trying to develop one application which is almost similar to MS WORD. so please explain me how can achieve this ?? if you have solution please email me at anilveeraghattapu@gmail.com Thanks Anil Veeraghattapu.

              By the way, perhaps you should review the meaning of "WYSIWYG" - rearranging what you see on the screen to match the printed output is more "WYGIWYGATIIWWYW" "WYGIWYGATIIWWYW" = "What you get is what you get, and tough if it wasn't what you wanted"

              No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              V 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                Anil709 wrote:

                hey what do you mean have you gone through my query

                Yes.

                Anil709 wrote:

                do you think does any body posts here if we got satisfied by google search

                Yes, frequently.

                Anil709 wrote:

                don't waste your time by posting these kinds of responses

                It's my time, I will do with it what I will. Thank you for your concern, though.

                Anil709 wrote:

                have already done with wysiwyg kind of printing what i need is am unable arrange the test in the rich text boxes like how exactly the printer is printing

                Then perhaps you should have said this in your original post.

                Anil709 wrote:

                Hi, i am developing text editor (windows application) by using c#.net. in my text editor i am providing a rich text box to enter text. it has multiple rich text boxes to make it act like multiple pages. after entering text into some number of rich text boxes user can go for print. printed pages should be in WYSIWYG format. i am able to send all the text from all the pages to the printer. but my problem is i am unable to achieve WYSIWYG. that is say for example in the first rich text box of my application have 30 lines then the printer is printing less than 30 lines per a page. so finally i am trying to develop one application which is almost similar to MS WORD. so please explain me how can achieve this ?? if you have solution please email me at anilveeraghattapu@gmail.com Thanks Anil Veeraghattapu.

                By the way, perhaps you should review the meaning of "WYSIWYG" - rearranging what you see on the screen to match the printed output is more "WYGIWYGATIIWWYW" "WYGIWYGATIIWWYW" = "What you get is what you get, and tough if it wasn't what you wanted"

                No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

                V Offline
                V Offline
                veejay_veejay
                wrote on last edited by
                #7

                what the hell are you talking have you gone nuts ??? if you dont how work then go to hell, but don't waste our precious time. if you keep on doing these stupid things i will report you as a spam and the administrator will block you account, mind it.

                OriginalGriffO 1 Reply Last reply
                0
                • V veejay_veejay

                  what the hell are you talking have you gone nuts ??? if you dont how work then go to hell, but don't waste our precious time. if you keep on doing these stupid things i will report you as a spam and the administrator will block you account, mind it.

                  OriginalGriffO Online
                  OriginalGriffO Online
                  OriginalGriff
                  wrote on last edited by
                  #8

                  veejay_veejay wrote:

                  what the hell are you talking have you gone nuts ??? if you dont how work then go to hell, but don't waste our precious time.

                  Who rattled your cage?

                  veejay_veejay wrote:

                  if you keep on doing these stupid things i will report you as a spam and the administrator will block you account, mind it.

                  Please, be my guest. Go right ahead.

                  No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  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