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
Feroz Khan
NA
63
16.2k
Sort Out List Box by Modified Date.
Mar 18 2015 2:48 PM
in below file is showing from a directroy file but not sort out I need sort out by modified date.
please help me about this... thanks.
private
void
Receipts_Load(
object
sender, EventArgs e)
{
try
{
string
[] files = Directory.GetFiles(path);
foreach
(
string
file
in
files)
{
show_receipts_listbox.Items.Add(Path.GetFileName(file));
}
}
catch
(Exception ex)
{
MessageBox.Show(ex.Message,
"Error"
);
}
}
Reply
Answers (
13
)
Fetching Data from Database
Interface main Use for real time? why i need this?