Click here to Skip to main content
15,917,862 members
Home / Discussions / C#
   

C#

 
GeneralRe: Events from GUI Pin
C_Simpkins8-Apr-05 7:31
C_Simpkins8-Apr-05 7:31 
GeneralGet Programs from systray Pin
Dispulse7-Apr-05 9:17
Dispulse7-Apr-05 9:17 
GeneralRe: Get Programs from systray Pin
Sebastian Schneider7-Apr-05 20:02
Sebastian Schneider7-Apr-05 20:02 
GeneralRe: Get Programs from systray Pin
Dispulse7-Apr-05 21:53
Dispulse7-Apr-05 21:53 
GeneralC# storing MS word into ms Access as doc. Pin
remenard7-Apr-05 9:15
remenard7-Apr-05 9:15 
QuestionCand find DataReceived on SerialPort class? Pin
Snowjim7-Apr-05 8:28
Snowjim7-Apr-05 8:28 
GeneralEditing/Creating Group Policies in XP through C# Pin
Schleichermann7-Apr-05 7:15
Schleichermann7-Apr-05 7:15 
GeneralRe: Editing/Creating Group Policies in XP through C# Pin
Dave Kreskowiak7-Apr-05 9:31
mveDave Kreskowiak7-Apr-05 9:31 
Group Policies are nothing but registry hacks to begin with. The template your talking about are really just text files that the Group Policy editor uses to put up an interface so you can select and change the values going into the Registry. Group Policies only need to be changed once, when their setup. So having your users run your app constantly is pointless.

Most Group Policy options are not done in the users registry space anyway, so your really wasting your time there.

Most of the keys and values are only available to Power Users and Administrators, so normal users won't be able to make the changes anyway. You COULD run your app as another user, like an Administrator, but that requires that you either manually launch the app by holding down Shift, then right-clicking the icon and selecting "Run As...", or your application could be launched by another app, but that would involve sending the Administrator username and password with the app. Not a good idea.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Editing/Creating Group Policies in XP through C# Pin
Schleichermann7-Apr-05 9:53
Schleichermann7-Apr-05 9:53 
GeneralRe: Editing/Creating Group Policies in XP through C# Pin
Dave Kreskowiak7-Apr-05 12:17
mveDave Kreskowiak7-Apr-05 12:17 
GeneralGeneral question about file updating Pin
Member 18639967-Apr-05 7:00
Member 18639967-Apr-05 7:00 
GeneralRe: General question about file updating Pin
Colin Angus Mackay7-Apr-05 12:45
Colin Angus Mackay7-Apr-05 12:45 
GeneralWrong Decryption Output Pin
thanhnhahuynh7-Apr-05 6:59
thanhnhahuynh7-Apr-05 6:59 
GeneralRe: Wrong Decryption Output Pin
mav.northwind7-Apr-05 20:15
mav.northwind7-Apr-05 20:15 
GeneralHtml stripping regex Pin
OmegaSupreme7-Apr-05 5:59
OmegaSupreme7-Apr-05 5:59 
GeneralAnalyzing javascript functions Pin
ShajeeDotNet7-Apr-05 5:03
ShajeeDotNet7-Apr-05 5:03 
GeneralUSB ejection Pin
Pyro Joe7-Apr-05 4:51
Pyro Joe7-Apr-05 4:51 
GeneralRe: USB ejection Pin
Dave Kreskowiak7-Apr-05 5:42
mveDave Kreskowiak7-Apr-05 5:42 
GeneralRe: USB ejection Pin
Joel Lucsy8-Apr-05 15:29
Joel Lucsy8-Apr-05 15:29 
GeneralReading data from a .rar formatted file Pin
AfzalHassen7-Apr-05 4:29
AfzalHassen7-Apr-05 4:29 
GeneralRe: Reading data from a .rar formatted file Pin
techieboi7-Apr-05 4:48
techieboi7-Apr-05 4:48 
GeneralRe: Reading data from a .rar formatted file Pin
AfzalHassen7-Apr-05 20:14
AfzalHassen7-Apr-05 20:14 
Generaldeactivate the possibility to connect a usb-device Pin
mcyrrer7-Apr-05 4:12
mcyrrer7-Apr-05 4:12 
GeneralRe: deactivate the possibility to connect a usb-device Pin
Dave Kreskowiak7-Apr-05 4:58
mveDave Kreskowiak7-Apr-05 4:58 
GeneralShell parameters - get them Pin
Seraphin7-Apr-05 3:48
Seraphin7-Apr-05 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.