When I add a particular form to my project (AdminConfirmForm.cs) I can no longer access design view of Form1.
It appears to run a particular section of the code from a static class (Init()), but since the part of the code it runs should only occur if the folder it is run from requires admin rights, it makes even less sense, since it's just the debug folder in my project in my documents folder,
Before the AdminConfirmForm was added (which is not invoked in my project incidentally) I tested the app in many locations and the message box that appears only shows when I run app from C:\ or program files etcetera, never from a non secure location,
There is more info on my problem here, starting from 4th reply, I should probably have started a new thread straight away, sorry.
https://www.daniweb.com/software-development/csharp/threads/494491/administrator-icon-on-messagebox-button
here is a video which shown the problem.
https://www.youtube.com/watch?v=wsoKzroiPCI
I have tried many things including creating a new project and pasting the code into it.
Hoping someone has an Idea as to what I might try next.