Click here to Skip to main content
15,920,513 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question.NET makes it impossible to print from Excel 2003??? Pin
mSh198521-Aug-08 4:45
mSh198521-Aug-08 4:45 
AnswerRe: .NET makes it impossible to print from Excel 2003??? Pin
Tim Carmichael21-Aug-08 6:09
Tim Carmichael21-Aug-08 6:09 
GeneralRe: .NET makes it impossible to print from Excel 2003??? Pin
mSh198521-Aug-08 6:34
mSh198521-Aug-08 6:34 
QuestionHow to hide the current cell selection outline box in the datagridview? [modified] Pin
Jon_Boy21-Aug-08 3:26
Jon_Boy21-Aug-08 3:26 
AnswerRe: How to hide the current cell selection outline box in the datagridview? Pin
Jon_Boy21-Aug-08 4:50
Jon_Boy21-Aug-08 4:50 
GeneralRe: How to hide the current cell selection outline box in the datagridview? Pin
ChandraRam22-Aug-08 1:40
ChandraRam22-Aug-08 1:40 
GeneralRe: How to hide the current cell selection outline box in the datagridview? Pin
Jon_Boy22-Aug-08 4:08
Jon_Boy22-Aug-08 4:08 
QuestionScript (VBS) (WMI) To query Resultant Set of Policy (RSoP) and get security settings Pin
rocker198721-Aug-08 1:35
rocker198721-Aug-08 1:35 
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
QuestionConverting C# code to VB.net Pin
dix21-Aug-08 0:55
dix21-Aug-08 0:55 
AnswerRe: Converting C# code to VB.net PinPopular
Christian Graus21-Aug-08 1:16
protectorChristian Graus21-Aug-08 1:16 
GeneralRe: Converting C# code to VB.net Pin
Paul Conrad21-Aug-08 18:43
professionalPaul Conrad21-Aug-08 18:43 
AnswerCP IGNORE Pin
leckey21-Aug-08 3:56
leckey21-Aug-08 3:56 
QuestionBig Endian format and IP Address Pin
ddspliting20-Aug-08 23:45
ddspliting20-Aug-08 23:45 
AnswerRe: Big Endian format and IP Address Pin
Christian Graus21-Aug-08 0:10
protectorChristian Graus21-Aug-08 0:10 
GeneralRe: Big Endian format and IP Address Pin
ddspliting21-Aug-08 0:57
ddspliting21-Aug-08 0:57 
GeneralRe: Big Endian format and IP Address Pin
Christian Graus21-Aug-08 1:26
protectorChristian Graus21-Aug-08 1:26 
AnswerRe: Big Endian format and IP Address Pin
Alan N21-Aug-08 1:59
Alan N21-Aug-08 1:59 
Questionsql statement ignored by ozeki sms server. Pin
peanutong20-Aug-08 23:34
peanutong20-Aug-08 23:34 
AnswerRe: sql statement ignored Pin
Christian Graus21-Aug-08 0:07
protectorChristian Graus21-Aug-08 0:07 
GeneralRe: sql statement ignored [modified] Pin
peanutong21-Aug-08 0:39
peanutong21-Aug-08 0:39 
GeneralRe: sql statement ignored Pin
Christian Graus21-Aug-08 0:49
protectorChristian Graus21-Aug-08 0:49 
GeneralRe: sql statement ignored Pin
peanutong21-Aug-08 0:54
peanutong21-Aug-08 0:54 
GeneralRe: sql statement ignored Pin
Christian Graus21-Aug-08 1:17
protectorChristian Graus21-Aug-08 1:17 
GeneralRe: sql statement ignored Pin
peanutong21-Aug-08 1:19
peanutong21-Aug-08 1:19 
GeneralRe: sql statement ignored Pin
Christian Graus21-Aug-08 1:31
protectorChristian Graus21-Aug-08 1:31 

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.