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

Visual Basic

 
GeneralRe: All seeing Mouse? Pin
Christian Graus10-May-05 17:37
protectorChristian Graus10-May-05 17:37 
GeneralComparison of dates Pin
vishalmishra10-May-05 8:07
vishalmishra10-May-05 8:07 
GeneralRe: Comparison of dates Pin
Dave Kreskowiak10-May-05 8:15
mveDave Kreskowiak10-May-05 8:15 
GeneralRe: Comparison of dates Pin
vishalmishra10-May-05 10:55
vishalmishra10-May-05 10:55 
GeneralRe: Comparison of dates Pin
Dave Kreskowiak10-May-05 12:21
mveDave Kreskowiak10-May-05 12:21 
GeneralRe: Comparison of dates Pin
jasncab10-May-05 14:06
jasncab10-May-05 14:06 
GeneralWMI call from VB6 locking HKCU Pin
dougstratton10-May-05 7:38
dougstratton10-May-05 7:38 
GeneralRe: WMI call from VB6 locking HKCU Pin
Dave Kreskowiak10-May-05 8:09
mveDave Kreskowiak10-May-05 8:09 
There's nothing to do. Your read shouldn't be locking the key. You can TRY setting objReg to Nothing and see what that does. The WMI Standard Registry Provider doesn't have any Open/Close methods, everything like that is handled internally by the Provider.

Also, if all you need is the name of the Logon Server, just grab it from the Environment strings.
ExpandEnvironmentStrings Method[^]
set WshShell = WScript.CreateObject("WScript.Shell")
WScript.Echo "Logon Server is " & WshShell.ExpandEnvironmentStrings("%LOGONSERVER%")



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

GeneralRe: WMI call from VB6 locking HKCU Pin
dougstratton10-May-05 8:13
dougstratton10-May-05 8:13 
GeneralRe: WMI call from VB6 locking HKCU Pin
Dave Kreskowiak10-May-05 8:17
mveDave Kreskowiak10-May-05 8:17 
GeneralListview Pin
suiscf10-May-05 6:36
suiscf10-May-05 6:36 
GeneralFTP Automation Pin
Rajkumar S10-May-05 5:39
Rajkumar S10-May-05 5:39 
GeneralRe: FTP Automation Pin
Dave Kreskowiak10-May-05 7:59
mveDave Kreskowiak10-May-05 7:59 
GeneralShow new form without taking focus off first form Pin
carlos_rocha10-May-05 4:22
carlos_rocha10-May-05 4:22 
GeneralRe: Show new form without taking focus off first form Pin
rudy.net10-May-05 10:08
rudy.net10-May-05 10:08 
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha10-May-05 22:26
carlos_rocha10-May-05 22:26 
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha11-May-05 0:19
carlos_rocha11-May-05 0:19 
GeneralRe: Show new form without taking focus off first form Pin
rudy.net11-May-05 2:12
rudy.net11-May-05 2:12 
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha11-May-05 3:33
carlos_rocha11-May-05 3:33 
Generalhelp on add-in for outlook and outlook express Pin
iamalik10-May-05 3:48
professionaliamalik10-May-05 3:48 
GeneralCount lines in textbox Pin
josblow10-May-05 3:12
josblow10-May-05 3:12 
GeneralRe: Count lines in textbox Pin
Dave Kreskowiak10-May-05 8:42
mveDave Kreskowiak10-May-05 8:42 
GeneralRe: Count lines in textbox Pin
rudy.net10-May-05 10:28
rudy.net10-May-05 10:28 
GeneralPrinting Forms in VB.NET 2003 Pin
Treacherous_110-May-05 2:43
Treacherous_110-May-05 2:43 
GeneralRe: Printing Forms in VB.NET 2003 Pin
Treacherous_112-May-05 5:31
Treacherous_112-May-05 5: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.