M
Magnus Flysjö
As a developer there is a lot of new stuff to learn regarding Vista.
I hope someone in here can answer some short questions.
1. If I shield a button in my application, how can I then make sure that the
process gets elevated (Vista brings up the UI for elevation) when the button
is pressed?
Is this not possible to do? Is the correct way to do this to load a COM
module (with an UI) with "requireAdministrator" execution level?
2. Is it correct that the only way to get elevated is upon start of a
process or is it possible to elevate a process after it has started?
(I know I can't elevate the process by code, but is it possible to force
the "elevate" window to popup by code?)
I hope someone in here can answer some short questions.
1. If I shield a button in my application, how can I then make sure that the
process gets elevated (Vista brings up the UI for elevation) when the button
is pressed?
Is this not possible to do? Is the correct way to do this to load a COM
module (with an UI) with "requireAdministrator" execution level?
2. Is it correct that the only way to get elevated is upon start of a
process or is it possible to elevate a process after it has started?
(I know I can't elevate the process by code, but is it possible to force
the "elevate" window to popup by code?)