2
Answers

Problem when running my program as administrator

Zygis

Zygis

13y
1.7k
1
Hello,
I'm creating a program with C# and I have some problems with it. So, everything is OK when I run my program simply. Problem occurs when I run my program as administrator - it doesnt let me to drag itiems on it, although as I said everything is ok when it's running not as admin. Any ideas? Thank you.
Answers (2)
0
Zygis

Zygis

NA 14 12.2k 13y
Program is very simple: user adds links (web or to programs of his computer), then he can check the links (on checkboxlist) and open those programs (or web pages) with a single click. It's something like bookmarks on internet browsers.
So, when I run it as admin it doesnt allow me to drop files in checkboxlist. I need this because e.g. when run a program simply and I drop firefox shortcut, I get its target file's location via Shell32 and there the error pops up because program doesnt have admin rights... I'm using windows 7.
0
Jaganathan Bantheswaran

Jaganathan Bantheswaran

NA 25.7k 2.2m 13y
Hi,

Can you explain your program?