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
Chris
NA
3
0
OpenFileDialog can't see partitions in My Computer
Oct 18 2009 1:27 PM
Hello!
I'm learning to create windows applications in C#. I use Net Framework v3.5 compiler csc.exe. I tried to make a simple notepad and everything was ok until I wanted to use FileOpenDialog. I write:
OpenFileDialog dlgOpen=new OpenFileDialog();
dlgOpen.Filter="Text Files (*.txt)|*.txt|Microsoft Word Files|*.doc|All Files (*.*)|*.*";
dlgOpen.ShowDialog();
It works ok, but I don't know why it doesn't show partitions and drives in My Computer window. Screen:
(Sorry for Polish names, I'm a Pole. "Otwieranie" - "Opening", "Mój Komputer" - "My Computer")
What have I done wrong? Help, please.
Reply
Answers (
3
)
Parse()
add image to picture box