Hi,
Does anyone know where I can find a list of the all the standard objects and classes that are available in c# .NET with an explanation of what they are.
The msdn and visual studio helper are absoloute rubbish.
The problem I have is, I know what I want to do, but I don't know whihc function to use.
I'll describe the problem:
I would like to create an applet that is embedded in a webform, that can scan for mounted devices, like USB, and then disply them, and then read a text file off the usb device.
I'm guess i'll be using system.IO, but not sure of where to proceed next.
thanks in advance
Does anyone know where I can find a list of the all the standard objects and classes that are available in c# .NET with an explanation of what they are.
The msdn and visual studio helper are absoloute rubbish.
The problem I have is, I know what I want to do, but I don't know whihc function to use.
I'll describe the problem:
I would like to create an applet that is embedded in a webform, that can scan for mounted devices, like USB, and then disply them, and then read a text file off the usb device.
I'm guess i'll be using system.IO, but not sure of where to proceed next.
thanks in advance