• 0

[VB.Net] Save


Question

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

  • 0
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

  • 0
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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.