Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

In DragOver event cannot select options in Dialog Result

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