3

I have a standard c# winforms exe with drag and drop enabled which is working fine, But when I run exe as Admin then drag and drop doesn't work. How I can sort this?

Kara
  • 6,115
  • 16
  • 50
  • 57
Adnan
  • 31
  • 1
  • 4

1 Answers1

2

Answer from duplicated thread

Lower-privileged processes cannot drag-and-drop to higher-privileged ones on Vista and later.

You can also open a file explorer (for instance TotalCommander) as administrator, this will allow you to drag and drag, because they both run on the same privilege level.

Community
  • 1
  • 1
MrMAG
  • 1,194
  • 1
  • 11
  • 34