Click here to Skip to main content
16,011,120 members
Home / Discussions / C#
   

C#

 
Generalinstall AddIn in VS.NET2003 Pin
nthevu10-Aug-04 3:08
professionalnthevu10-Aug-04 3:08 
GeneralRe: install AddIn in VS.NET2003 Pin
Nick Parker10-Aug-04 3:56
protectorNick Parker10-Aug-04 3:56 
QuestionHow to change default color of Tabpage >> Answer Pin
sreejith ss nair10-Aug-04 2:57
sreejith ss nair10-Aug-04 2:57 
AnswerRe: How to change default color of Tabpage >> Answer Pin
Nick Parker10-Aug-04 4:00
protectorNick Parker10-Aug-04 4:00 
GeneralRe: How to change default color of Tabpage >> Answer Pin
sreejith ss nair10-Aug-04 17:11
sreejith ss nair10-Aug-04 17:11 
GeneralTitle bar Height Pin
Shiva_Hosa10-Aug-04 1:56
Shiva_Hosa10-Aug-04 1:56 
GeneralSetting a policy using c# Pin
Freddie8310-Aug-04 1:44
Freddie8310-Aug-04 1:44 
GeneralRe: Setting a policy using c# Pin
Heath Stewart10-Aug-04 6:43
protectorHeath Stewart10-Aug-04 6:43 
Those policies map to reigstry entries. I recommend you search http://msdn.microsoft.com/library[^] or http://support.microsoft.com[^] to find which registry entry that GPO entry maps to. Then changing is easy: use the Microsoft.Win32.Registry and Microsoft.Win32.RegistryKey classes, which are documented in the .NET Framework SDK and simple enough to use.

EDIT: You could also open the policy template (don't remember where it is off-hand, but that is in the MSDN and Support sites, too) and see where it is. The policy templates are pretty simple text files that you could even open in Notepad and search for to find the friendly name (i.e., what you see) and then find what registry key it maps to.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Setting a policy using c# Pin
Freddie8311-Aug-04 0:51
Freddie8311-Aug-04 0:51 
GeneralRe: Setting a policy using c# Pin
Heath Stewart11-Aug-04 2:28
protectorHeath Stewart11-Aug-04 2:28 
GeneralRe: Setting a policy using c# Pin
Freddie8311-Aug-04 2:50
Freddie8311-Aug-04 2:50 
GeneralRe: Setting a policy using c# Pin
Freddie8312-Aug-04 5:50
Freddie8312-Aug-04 5:50 
GeneralAdding item in start menu and .... Pin
ting66810-Aug-04 0:19
ting66810-Aug-04 0:19 
GeneralRe: Adding item in start menu and .... Pin
Heath Stewart10-Aug-04 6:41
protectorHeath Stewart10-Aug-04 6:41 
GeneralGet RichTextBox's content as Image Pin
bobikov_aj10-Aug-04 0:04
bobikov_aj10-Aug-04 0:04 
GeneralRe: Get RichTextBox's content as Image Pin
Heath Stewart10-Aug-04 6:38
protectorHeath Stewart10-Aug-04 6:38 
Generalregister C# window Pin
ting6689-Aug-04 22:45
ting6689-Aug-04 22:45 
GeneralRe: register C# window Pin
Nick Parker10-Aug-04 3:40
protectorNick Parker10-Aug-04 3:40 
GeneralRe: register C# window Pin
ting66810-Aug-04 15:41
ting66810-Aug-04 15:41 
Generalcheck if minimizebutton was clicked Pin
Stephan Wright9-Aug-04 22:16
Stephan Wright9-Aug-04 22:16 
GeneralRe: check if minimizebutton was clicked Pin
sreejith ss nair9-Aug-04 22:39
sreejith ss nair9-Aug-04 22:39 
GeneralRe: check if minimizebutton was clicked Pin
leppie10-Aug-04 0:00
leppie10-Aug-04 0:00 
GeneralDecompiling framework methods Pin
MrEyes9-Aug-04 21:49
MrEyes9-Aug-04 21:49 
GeneralRe: Decompiling framework methods Pin
N8url9-Aug-04 22:29
N8url9-Aug-04 22:29 
GeneralRe: Decompiling framework methods Pin
MrEyes9-Aug-04 22:47
MrEyes9-Aug-04 22:47 

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.