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
prasad A
NA
14
15.9k
how to loop through files in checkedlistbox unchecked files
Sep 11 2016 6:05 AM
hi ....
i want code for checkedlist box contain files and i click delete button unchecked items in checkbox control deleted automatically including their physical path also..
for (int i = 0; i < checkedListBox1.Items.Count; i++)
{
if (!(checkedListBox1.GetItemChecked(i)))
{
\\don't do anything
else
{
\\ want a code for unchecked items delete file permently from harddisk.
}
Reply
Answers (
2
)
it is windows forms Application.
hi I want to delete checkedlistbox Contain files like (.jpg