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
Maha
NA
0
325.9k
MessageBoxDefaultButton.Button3
Sep 18 2014 9:38 AM
I wish to know the significant of "
MessageBoxDefaultButton.Button3"
, because without this button following program is giving the same result. Problem is highlighted.
using System;
using System.Windows.Forms;
public class MessageBoxExperiment
{
public static void Main()
{
string message = "This is message ";
string caption = "Message box experiment";
int count = 1;
MessageBox.Show(message + count, caption, MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information,
MessageBoxDefaultButton.Button3
);
}
}
Reply
Answers (
2
)
Export datagridview to excell using VS 2012 and office 2007
How to Add edit & Del To This Project