Buy Questpond's video subscriptions on
huge discount
.
Online: 1026
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Windows Forms
>
Loading ...
how to draw graphics on picture box and delte it
Posted by
Shanky11
under
Windows Forms
on 11/6/2013 |
Points: 10
| Views : 1380 | Status :
[Member]
| Replies : 5
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
i have created a project in that i draw a line on picture box after that i need to delte that drawn line form picture box
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
vishalneeraj-24503
on: 11/6/2013
[Member]
[MVP]
Platinum
|
Points: 25
0
can you please post your queries, so that it would be more useful to understand problem.
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Rama Sagar
on: 11/7/2013
[Member]
[MVP]
Silver
|
Points: 25
0
use picboard.Image = nothing
ramasagar
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
vishalneeraj-24503
on: 11/7/2013
[Member]
[MVP]
Platinum
|
Points: 25
0
Hi
write PictureBox1.InitialImage = Nothing; in case of C# set null;
or you can also write
PictureBox1.Image = Nothing
please let me know.
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Shanky11
on: 11/7/2013
[Member]
Starter
|
Points: 25
0
Nothing is happening????
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Rama Sagar
on: 11/7/2013
[Member]
[MVP]
Silver
|
Points: 25
0
Try this this will clear the picture box
private void button5_Click(object sender, EventArgs e)
{
pictureBox1.Image = null;
}
ramasagar
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Iterating over columns of dataframe and print as rows in Python Django
(0)
Where can I found sample MVC projects to learn and improve skills
(1)
Extract a value from HTML string
(0)
Get only year part from date string in SQL server
(0)
django.template.exceptions.TemplateDoesNotExist: AlgoDash/index.html
(0)
How to find particular URL from within anchor tag using JavaScript or jQuery
(0)
How to handle 302 status (Moved temporalily)
(1)
Failed to find a valid digest in the 'integrity' attribute
(1)
More ...