In DragOver event in Treeview I am showing a message Box
DialogResult dr = MessageBox.Show(
"Cannot Drag Nodes",
"Test",
MessageBoxButtons.OKCancel,
MessageBoxIcon.Information);
Message Box is showing but not able to select option Ok or cancel.
Cursor is in waiting state.
Comments
Post a Comment