|
-
Feb 28th, 2007, 08:07 PM
#1
Thread Starter
Lively Member
print form
there is a graph and a lot of data (using Dynaplot) in my vb form....
i want to print only the graph, can? how to do it?
-
Feb 28th, 2007, 09:20 PM
#2
Re: print form
You may consider creating some kind of report - DataReport, Crystal, Active...
-
Mar 1st, 2007, 07:47 AM
#3
Re: print form
What graphing control are you using?
MSChart?
-
Mar 1st, 2007, 11:20 AM
#4
Fanatic Member
Re: print form
try this thread
http://www.vbforums.com/showthread.php?t=453679
That shows you how to print a form with pictures on it.. One picture goes inside an invisible picture and is printed. In your case, you would put the graph in an invisible picturebox and print that using the code at the end of that thread.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|