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
Emilie
NA
14
0
Message box appears minimized
Jul 20 2008 5:46 PM
Hi there,
I am showing a message box like this:
public Home()
{
InitializeComponent();
folderBrowserDialog1.SelectedPath = TSMLfolder;
DialogResult res = folderBrowserDialog1.ShowDialog();
if (res == DialogResult.OK)
{
TSMLfolder = folderBrowserDialog1.SelectedPath;
MessageBox.Show("You are now working in the folder " + TSMLfolder, "Environment Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
The message box appears minimized. I am on Vista. Am I not using the proper method?
Thanks,
Emilie
Reply
Answers (
1
)
DataGridView to Bitmap -- DataSource Problem
How to automatically resize window and component in any screen resolution