Hi,
is it possible to put an ArcGIS.Desktop.Framework.Dialogs.MessageBox in front of the "Creating Feature" ProgressBar while using RowCreatedEvent?
I don't know exactly if this is meant, but this MessageBox will appear in front of all open windows.
MessageBox.Show("Correct", "Warning", MessageBoxButtons.OKCancel, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);
When I'm trying to add System.Windows.MessageBoxOptions.ServiceNotification, am getting error message. here is the code.
MessageBox.Show("Correct", "Warning", System.Windows.MessageBoxButtons.OK,System.Windows.MessageBoxImage.Warning,System.Windows.MessageBoxOptions.ServiceNotification)
When I use, System.Windows.MessageBox.Show(........) am getting the message box in-front of all the windows. But the UI of the Messagebox is like normal windows form, not the ArcGIS Pro UI.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.