TexG Posted May 4, 2004 Posted May 4, 2004 Hi all, Im trying to figur out how to get all the names of a workgroup or domain to out put to a listview. The part of the output to listview i understand its how to get the names of the computers from the workgroup/domain like a network browser. Thanks for the help TexG :confused: Quote
bri189a Posted May 5, 2004 Posted May 5, 2004 If you want to do it yourself you want to look at create a wrapper for the API WNetEnumResource and the related functions. Quote
TexG Posted May 6, 2004 Author Posted May 6, 2004 If you want to do it yourself you want to look at create a wrapper for the API WNetEnumResource and the related functions. New to this part of VB.net can you point me in the right direction or a example? Thanks Quote
bri189a Posted May 10, 2004 Posted May 10, 2004 New to this part of VB.net can you point me in the right direction or a example? Thanks Search google for WNetEnumResources ... you should get some old VB examples, just convert them. If your not good with memory allocation or working with pointers you may just want to PM and I'll send you a DLL I made that does it all for you (get the computer on a domain, domains on a network, and shares on a computer). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.