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
David Smith
NA
2k
0
Silverlight Child Wild
Aug 12 2011 1:58 PM
When you show a childwindow dialog , how do you determine if the user have click ok or cancel dialog button. Im use to winforms, Im just now getting use to silverlight. Its been three days. lololol
ChildWindow childWindow = new NavigationChildWindow("Testing", "Testing 1, 2, 3");
childWindow .Show();
//I want to check childWindow dialog result right here
if( childWindow dialog result == Ok)
{
// do something
}
else
{
// do this
}
Reply
Answers (
1
)
how to compare between process memory size?
show the path of a process