Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browsing network
Message
 
À
22/08/2001 09:09:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00547131
Message ID:
00547186
Vues:
11
>>>>Hi, there is a way to show all computers and all shared resouces within a network from Vfp. Thanks !!!
>>>
>>>Something like getdir ? Or you can use BrowseForComputer too.
>>>
>>>
oShell = createobject("Shell.Application")
>>>oFolder = oShell.BrowseForFolder(0, "Please Select folder", 0 )
>>>*oFolder = oShell.BrowseForFolder(0, "Please Select folder", 0, '\\server\share' )
>>>? oFolder.Items.Item.Path
PS:Also in VFP7 via GetDir() you can do the same thing.
>>>Also check anetresources().
>>
>>Cetin,
>>
>>I think this should be:
#define BIF_BROWSEFORCOMPUTER  0x1000
>>oShell = CreateObject("Shell.Application")
>>oFolder = oShell.BrowseForFolder(0, "Please Select Computer", BIF_BROWSEFORCOMPUTER)
If anything other than a computer is selected the OK button is disabled.
>
>Right George,
>I always felt it was another method :)

Cetin,

There is a BrowseForComputer member in the .Net framework, but not the Shell.Application. The best source of information I've found on it is the Shellcc.chm help file that's in your MSDN Library.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform