Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How to force C# App to run as administrator on Windows 7

I had already done my codes and it's ready to Decode, however, i needed the pogramme to run as administrator. The question is how to make the program to enable RUN AS ADMINISTRATOR?

share|improve this question
Right-Click the .exe and click Run as Administrator. – Ash Burlaczenko Jun 2 '11 at 12:40

marked as duplicate by Hans Passant, Dour High Arch, Lasse V. Karlsen Jun 4 '11 at 20:28

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Add a manifest file to project with these contents

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.