5 pts.
 automatically checking the memory size of an external devices using VB6
hi everyone, i just want to know how to automatically check the allocated memory size of an external devices without looking in the properties of windows. how do i write the code for this? thenks in advance for your help..much appreciated.:)

Software/Hardware used:
ASKED: January 2, 2010  4:10 PM
UPDATED: January 22, 2010  6:19 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You getting into some complex territory here. I have started a personal project to read USB HID devices. You might need to at least right a DLL in .NET to interact with the device.

Here is a good article to get you started on the research involved.

 1,855 pts.