Click here to Skip to main content
16,016,489 members

Comments by Member 7359839 (Top 6 by date)

Member 7359839 18-May-11 5:19am View    
That question was how to solve error D8016???
And this que is....
How to add unmanaged CPP code in CPP project with managed cpp project settings??
Hope you understand the difference in both questions instead of its description.
Member 7359839 17-May-11 8:52am View    
Thanks for the reply....
The link you provided is irrelevant.
Member 7359839 17-May-11 8:50am View    
Thanks for the reply....
What is the appropriate value???
I tried with all the three option under that.
But it is not working.
Member 7359839 14-Feb-11 4:31am View    
I want to get admin privileges only for executing my commands like registering ocx control etc etc.
I will not give same privileges to all application in normal user log in.
So understand the problem statement.
I don't have any monitor on my device so i want some application or command which will run in normal user login with admin privileges.
After completing its task the normal user privileges are remains available for all other processes.
Member 7359839 14-Feb-11 3:54am View    
I used CreateProcessAsUser in my application but this api doesn't provides the required privileges.
After executing command it gives the error "Access Denied".
I think it will work with CreateProcessWithLogonW but I'm getting some problem in including header files required for this api.