Hi,
I need to print the contents of the rich edit control when clicking the relevant tool button. The code i used is as follows:
If PrintDlg.Execute Then
RE_Viewer.Print(RE_Viewer.Lines.Text);
I tried to print the contents of the rich edit control by clicking the tool button. But it does not seem to be working. Does any one know how to give the print command.
Thank you so much for u r help in advance.
Sanjna...
I need to print the contents of the rich edit control when clicking the relevant tool button. The code i used is as follows:
If PrintDlg.Execute Then
RE_Viewer.Print(RE_Viewer.Lines.Text);
I tried to print the contents of the rich edit control by clicking the tool button. But it does not seem to be working. Does any one know how to give the print command.
Thank you so much for u r help in advance.
Sanjna...