messagedialog Questions

2

Solved

I want to create a message dialog in the following way For example:My combobox has 2 name, “chkbx”(symbolic name for the checkbox), “txtedt”(symbolic name for the text field). Whenever i select c...
Verger asked 27/7, 2014 at 2:53

5

Solved

I am trying to implement try again/cancel dialog box in windows 8. The dialog box shows fine the first time, but on clicking try again and failing again, I get a access denied exception on calling ...
Denominator asked 4/10, 2012 at 7:44

1

private IAsyncOperation<ContentDialogResult> _Task = null; private ContentDialog _message = null; _message = new ContentDialog() { Content = "Hello", PrimaryButtonText = "EXIT", IsPri...
Ehman asked 2/3, 2015 at 10:14

1

Solved

I am developing a WP 8.1 XAML app. The first page is a login page, the second for example a history page. There will be more pages, but it doesn't matter at the moment. When I press the login butto...
Peripatetic asked 18/11, 2014 at 11:1

1

I'm trying to add a MessageDialog to a windows phone 8.1 app (WinRT) with 3 commands. Looking at the documentation for MessageDialog: http://msdn.microsoft.com/en-us/library/windows/apps/windows.u...
Lauraine asked 10/7, 2014 at 21:2

4

I Want to write my own control, when the ctor is invoked, a MessageBox is shown. public class Class1 { public Class1() { ShowDialog(); } void ShowDialog() { SynchronizationContext context =...
1

© 2022 - 2024 — McMap. All rights reserved.