Wpf Dialogs < Fast · Overview >

Wpf Dialogs < Fast · Overview >

string selectedPath = dialog.SelectedPath;

await DialogManager.ShowMessageAsync(this, "Success", "Operation completed!"); var result = await DialogManager.ShowInputAsync(this, "Input", "Enter value:"); | Dialog Type | Method | Modal | Return Value | |------------|--------|-------|---------------| | MessageBox | MessageBox.Show() | Yes | MessageBoxResult | | Custom | ShowDialog() | Yes | bool? | | File Open | OpenFileDialog.ShowDialog() | Yes | bool? | | File Save | SaveFileDialog.ShowDialog() | Yes | bool? | | Folder Browser | FolderBrowserDialog.ShowDialog() | Yes | DialogResult | WPF Dialogs

Dispatcher.Invoke(() => ProgressBar.Value = (double)current / total * 100; MessageText.Text = message; ); string selectedPath = dialog

Can't believe this is 10 years old😯😯
 
You’re missing 1/2 a star on the movie rating ;-)

This one is locked in my top 5. Love it. Masterpiece!
 
I don't remember watching it, although I think I did. I guess I'll need to watch it again to make sure.

Hmmm... only $14.99 on Kaleidescape.
 
Last edited:
Back
Top