I have a simplest form of an application, in which I am showing a
SysTray Icon and adding the application in Startup items. Application
is developed in C#. I want tray icon to be shown even after restart of
the machine. Currently, I am facing a strange behavior while running
the exe using "Run as Administrator". When I use under administrator
rights , icon doesn't come after machine restart (though exe is still
running). I am using following Metadata values in metadata
"requestedExecutionLevel level="asInvoker" uiAccess="false"":

I had to use "invoker" (not "administrator") because it was not adding
it as startup items without it. It is working fine if I run exe using
double click( as now it runs under current user domain instead of
administrator) but this exe would start by installer thus started in
System domain. Can any one help me to sort out this issue?

Either provide me solution so that it can show Systray icon while
running as administrator or better if you can provide me any way so
that I can start this Exe under current user domain instead of admin?

Regards Sumeet Garg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
".NetIndia" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TechdotNetIndia?hl=en
http://www.satheeshbabu.com
http://www.satheeshbabu.blogspot.com/
-~----------~----~----~----~------~----~------~--~---

Reply via email to