posted in C, Tools & sources on Jan 6th, 2013
Tool name : RunAsAdmin Description : RunAsAdmin is a tool to run a particular portion of the code under the elevated administrator privileges. If the user is an Administrator and has elevated privileges it will directly jump to the block where the elevated admin privileges are required. If the user is an administrator but [...]
read full post »
posted in C on Nov 16th, 2012
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]
read full post »
posted in C on Nov 11th, 2012
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]
read full post »
posted in C, Coders corner, Tools & sources on Nov 6th, 2012
Tool name : ProtectLocalData Description : ProtectLocalData is a tool to encode/encrypt data you want to save on a Windows system. It is based on the CryptProtectData/CryptUnprotectData methods which dont’t require a secret password to protect the sensitive data. The pseudo password Windows uses to encrypt the data is based on the users logon [...]
read full post »
posted in Info on Oct 16th, 2012
Before UAControl 0.3 it was not possible to distiguish between the confirmation mode. The default method was confirmation message popup. It was not possible to let the user retype his or the Administrators password. I implemented this feature in version 0.3. You can download the latest version here.
read full post »