hihi have been racking my brain over this
I have a program that draws rectangles , boxes , prints text on listbox and labels on the form based on the similarity of the
sequences from my results( taken from another program) . All this are added as I go.
As i have alot of such sequences whereby each sequence wil give me different images ( those drawings , the form is refreshed everytime a new sequence is acesss, i will have to save each drawings at the end of each sequences.
I thought of saving it to mircosoft word but it seems quite a hassle since the program is printing rectangles at different segment of codes as the program goes along
Dim objWordApp As New Word.Applicatio n
.....
Print screen is out because the sequences can be very long and there will be scrollbars as such.
So i would like ask whether i can save the built form to anything that can be viewed later automatically?
This is the example of the output :
I have a program that draws rectangles , boxes , prints text on listbox and labels on the form based on the similarity of the
sequences from my results( taken from another program) . All this are added as I go.
As i have alot of such sequences whereby each sequence wil give me different images ( those drawings , the form is refreshed everytime a new sequence is acesss, i will have to save each drawings at the end of each sequences.
I thought of saving it to mircosoft word but it seems quite a hassle since the program is printing rectangles at different segment of codes as the program goes along
Dim objWordApp As New Word.Applicatio n
.....
Print screen is out because the sequences can be very long and there will be scrollbars as such.
So i would like ask whether i can save the built form to anything that can be viewed later automatically?
This is the example of the output :
Comment