Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show the content of Network Connections?
Message
 
To
22/09/2006 01:59:19
Napoleon Yam
Princess Cruises: Emerald Princess
Caribbean, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01156288
Message ID:
01156303
Views:
19
Please see if this is what you need:
oShell = CREATEOBJECT('shell.application')
oCPanel = oShell.Namespace(3)
FOR EACH oApplet IN oCPanel.Items
   IF oApplet.Name = "Network Connections"
      oNetwork = oApplet.GetFolder()
      FOR EACH oItem IN oNetwork.Items
         ? oItem.Name
      ENDFOR 
      EXIT 
   ENDIF 
ENDFOR 
>Good day to all,
>Is it posibble to show the contents of the Network Connections in vfp9?
>
>
>thanks,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform