Click here to Skip to main content
15,879,348 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWindows Service Pin
varshavmane22-Aug-08 5:08
varshavmane22-Aug-08 5:08 
AnswerRe: Windows Service Pin
Pavel Klocek22-Aug-08 11:15
Pavel Klocek22-Aug-08 11:15 
GeneralRe: Windows Service Pin
varshavmane24-Aug-08 19:45
varshavmane24-Aug-08 19:45 
AnswerRe: Windows Service Pin
rtklueh23-Aug-08 4:06
rtklueh23-Aug-08 4:06 
AnswerRe: Windows Service Pin
lisan_al_ghaib23-Aug-08 12:23
lisan_al_ghaib23-Aug-08 12:23 
GeneralRe: Windows Service Pin
varshavmane24-Aug-08 19:47
varshavmane24-Aug-08 19:47 
QuestionHow to print data across then down in RDLC report Pin
tantja22-Aug-08 3:53
tantja22-Aug-08 3:53 
QuestionScript (VBS) (WMI) To query Resultant Set of Policy (RSoP) and get security settings Pin
rocker198721-Aug-08 1:23
rocker198721-Aug-08 1:23 
I'm looking to create a VBS that will query the RSoP and return the security settings of the system e.g. account policys, local policys, event log etc.

So far with a bit of research i have this, however this seems to just display password details - min password age, lockout duration, min max length etc.

strComputer = "."
Set objWMIService = GetObject _
("winmgmts:\\" & strComputer & "\root\rsop\computer")

Set colItems = objWMIService.ExecQuery _
("Select * from RSOP_SecuritySettings")

For Each objItem in colItems
Wscript.Echo "Key Name: " & objItem.KeyName
Wscript.Echo "Precedence: " & objItem.Precedence
Wscript.Echo "Setting: " & objItem.Setting
Wscript.Echo
Next

Can anyone help me further or point me in some directions.
Cheers
Gary
Questioncannot invalidate() mdi child form from another Pin
Member 251239120-Aug-08 16:38
Member 251239120-Aug-08 16:38 
AnswerRe: cannot invalidate() mdi child form from another Pin
led mike21-Aug-08 5:12
led mike21-Aug-08 5:12 
QuestionWindows Forms + External Program Pin
raymondk20-Aug-08 11:17
raymondk20-Aug-08 11:17 
AnswerRe: Windows Forms + External Program Pin
AhsanS20-Aug-08 19:38
AhsanS20-Aug-08 19:38 
GeneralRe: Windows Forms + External Program Pin
raymondk20-Aug-08 20:06
raymondk20-Aug-08 20:06 
QuestionLoading controls with a BackgroundWorker Pin
james nugent20-Aug-08 7:05
james nugent20-Aug-08 7:05 
AnswerRe: Loading controls with a BackgroundWorker Pin
Frank Horn20-Aug-08 7:18
Frank Horn20-Aug-08 7:18 
GeneralRe: Loading controls with a BackgroundWorker Pin
james nugent21-Aug-08 3:03
james nugent21-Aug-08 3:03 
GeneralRe: Loading controls with a BackgroundWorker Pin
Frank Horn21-Aug-08 4:59
Frank Horn21-Aug-08 4:59 
GeneralRe: Loading controls with a BackgroundWorker Pin
james nugent21-Aug-08 5:04
james nugent21-Aug-08 5:04 
GeneralRe: Loading controls with a BackgroundWorker Pin
Jon Hulatt22-Aug-08 3:47
Jon Hulatt22-Aug-08 3:47 
QuestionHow to Display the Value in the DataGridViewComboBox without having the Item [modified] Pin
Soma Shekhar19-Aug-08 8:04
Soma Shekhar19-Aug-08 8:04 
QuestionRe: How to Display the Value in the DataGridViewComboBox without having the Item Pin
Soma Shekhar20-Aug-08 8:01
Soma Shekhar20-Aug-08 8:01 
AnswerRe: How to Display the Value in the DataGridViewComboBox without having the Item Pin
led mike20-Aug-08 8:26
led mike20-Aug-08 8:26 
QuestionRe: How to Display the Value in the DataGridViewComboBox without having the Item Pin
Soma Shekhar21-Aug-08 1:19
Soma Shekhar21-Aug-08 1:19 
AnswerRe: How to Display the Value in the DataGridViewComboBox without having the Item Pin
led mike21-Aug-08 6:48
led mike21-Aug-08 6:48 
QuestionRe: How to Display the Value in the DataGridViewComboBox without having the Item Pin
Soma Shekhar21-Aug-08 17:20
Soma Shekhar21-Aug-08 17:20 

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.