Slane Posted October 7, 2004 Share Posted October 7, 2004 How do I save, open, print in .net? I can't figure out a code for it. It's going to be use in a menu, and I got a rich textbox...just missin the code..... Link to comment Share on other sites More sharing options...
0 Elexir Posted October 7, 2004 Share Posted October 7, 2004 (edited) Just a min, I'll make a little solution. EDIT: Done. I dont know how to print files, never used that. SimpleFunctions.zip Edited October 7, 2004 by RusDzanmahmudov Link to comment Share on other sites More sharing options...
0 bangbang023 Veteran Posted October 7, 2004 Veteran Share Posted October 7, 2004 printing is a real real pain to use. I advice you use this open source class: http://www.developer.com/net/asp/article.php/3102381 Link to comment Share on other sites More sharing options...
0 Elexir Posted October 7, 2004 Share Posted October 7, 2004 indeed... Link to comment Share on other sites More sharing options...
0 Diffused Mind Posted October 7, 2004 Share Posted October 7, 2004 printing is a real real pain to use. I advice you use this open source class:http://www.developer.com/net/asp/article.php/3102381 Printing is hard? I had an app with working print preview, page setup, and print working in 5 mins. :blink: Link to comment Share on other sites More sharing options...
0 bangbang023 Veteran Posted October 7, 2004 Veteran Share Posted October 7, 2004 Printing is hard? I had an app with working print preview, page setup, and print working in 5 mins:blink:k: in vb .net? then you didn't code it thoroughly enough. Basic printing isn't too hard, just need ot use a simple drawstring method. However, getting lines to wrap based on the page size is a totally different thing that is pretty complex. Link to comment Share on other sites More sharing options...
0 Diffused Mind Posted October 8, 2004 Share Posted October 8, 2004 in vb .net? then you didn't code it thoroughly enough. Basic printing isn't too hard, just need ot use a simple drawstring method. However, getting lines to wrap based on the page size is a totally different thing that is pretty complex. I had the wrapping working too, wasnt too difficult. :p Link to comment Share on other sites More sharing options...
Question
Slane
How do I save, open, print in .net? I can't figure out a code for it. It's going to be use in a menu, and I got a rich textbox...just missin the code.....
Link to comment
Share on other sites
6 answers to this question
Recommended Posts