G
Guest
I have been a VB programmer for about 2 years. I'm a new user to VB.net,
about two weeks; I'm trying to write just a small App to start with, that
will do a Net send function. I would like to fill a combobox with data from
My Network places, in VB6 we can use the API function WNetOpenenum and
WNetEnumResource, VB.Net seems to have a lot of problems with these functions
for it has a Parameter declared AsAny. I have tried to change the parameter
declaration but have been unable to find the correct declaration. Does anyone
out there no of a Class or Function in VB.Net that handle Enumeration of My
Network Places. The System.Envoriment.Systemfolders only handles the paths
and doesn’t seem to handle My Network Places.
about two weeks; I'm trying to write just a small App to start with, that
will do a Net send function. I would like to fill a combobox with data from
My Network places, in VB6 we can use the API function WNetOpenenum and
WNetEnumResource, VB.Net seems to have a lot of problems with these functions
for it has a Parameter declared AsAny. I have tried to change the parameter
declaration but have been unable to find the correct declaration. Does anyone
out there no of a Class or Function in VB.Net that handle Enumeration of My
Network Places. The System.Envoriment.Systemfolders only handles the paths
and doesn’t seem to handle My Network Places.