Those look like XP issues... this is a VB Programming group, so if there's
no code to look at, we're basically helpless here.
There are OS related groups
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
This group is for Visual Basic 6(VB6) and lower, not for Vista Business(VB).
Look in groups with "vista" in the name.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]
"EnableDCOM"="N"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters]
"TransportBindName"=""
Fragen und Antworten zu Windows 7:
http://social.answers.microsoft.com/Forums/de-DE/category/windows7
It's a bad idea to write to "ControlSet001" or any of the "ControlSetXXX"
locations. You need to use "CurrentControlSet" instead, which maps to the
current hardware profile. If you use one of the "ControlSetXXX" locations,
you could be overwriting one of the last known good profiles. The following
key and values show an example of how Windows maps CurrentControlSet:
HKEY_LOCAL_MACHINE\SYSTEM\Select
"Current"=dword:00000001
"Default"=dword:00000001
"Failed"=dword:00000000
"LastKnownGood"=dword:00000003