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
Mohamed Moumni
NA
48
8.4k
how fix unreadable file selected in listbox c#winform
Jul 2 2017 3:03 PM
Hi, I have problem when I try to get files from a directory, but all those files contain a file doesn't exist in specific directory, I use this code for getting files
FileInfo[] dr_files = dr.GetFiles();
foreach
(FileInfo f
in
dr_files)
{
listBox3.Items.Add(f);
}
here i get the files inlistbox but the file highlighted doesn't exist in directory
when i double click to open the file that doesn't exist in directory from listbox(word file) I have this message
Reply
Answers (
1
)
Model in asp.net?
how to do text wrap up to excel using javascript