I noticed that on Windows 8's Start screen, I could right click
a Windows legacy program (A program which runs on Windows XP, Vista and 7), and I could run it as Administrator.
However, whenever I clicked on a Windows 8 Modern UI or a Metro app, I didn't have that option.
So here are my questions:-
Why can't I run the Modern UI apps as an Administrator?
Does it make any difference as far as security is concerned?
I want to change Windows 7's boot screen. Is there any way?
Edit: I'm not talking about the logon screen. I'm talking about the screen which you see before the Welcome screen:
Here's what I want - I have 3 websites which almost constantly change - A, B and C. I want A to displayed at first. After 5 seconds, website B should appear and after 5 seconds , website C should appear , and so on. Is this even possible ? If yes , please suggest how.
hi
i m trying to change the state for workflow from one state to another on button click its working fine with windows but not with web application and its instance id does not persist i have used SqlWorkflowPersistenceService also.
what can b the solution for this.
thanks
I want to sort one column fetched from mysql DB, and stored in an array. After fetching I am doing below steps.
1- DB Fetching fields array in row format.
->Field1, Field2, Field3, Field4, Field5
2- From that fields array One columns data [Field3], swapping string keywords.
eg. AB013, DB131, RS001
to->013AB, 131DB, 001RS
Now I want to sort above value in new string format
like-> 001RS, 013AB, 131DB
I have a chechbox in a gridview. i need it disabled for some condition and enabled for other.
Problem is how to fetch check box id out side the grid.
Please help ....