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
prathiba kaushalya
NA
2
4.5k
Clear Microsoft Ink
Jun 22 2011 9:33 PM
I have a windows form application which let an user to write in a picture box using Microsoft ink.
I have used below code to use the ink.
private void Form1_Load(object sender, EventArgs e)
{
ink = new InkCollector(pictureBox1);
ink.Enabled = true;
ink.AutoRedraw = true;
}
My problem is, I want to clear this ink when I click a clear button. Can anyone help me to do this?
Thank you.
Reply
Answers (
1
)
ASP.net Web Application Help
Increase the distance between textbox and button