TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vishnu krishnan
NA
105
252.8k
printing problem
Dec 19 2010 3:31 AM
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
{
e.Graphics.DrawString(textBox1.Text, textBox1.Font, Brushes.Black, 100, 100);
}
private void button1_Click_1(object sender, EventArgs e)
{
printDocument1.Print();
}
here i click the print button, default control will go to the microsoft office notebook, then i can take the print. how to change the control to microsoft office.
Reply
Answers (
2
)
entering a text in textfield, then i want to printing that text which i entered in the texfield.
Access query problem