I have a program that in certain parts needs to be run as an administrator, while others need to be run as an ordinary user. Example:
configuracoes.Show() 'Esse será executado como usuário comum'
suporte.Show() 'Esse como administrador'
The ideal would be how to do this in vb.net , but if it is in C #