From: Steve Gerrard on

"Mirage" <EHarris1972(a)hotmail.com> wrote in message
news:1160521836.835889.211550(a)c28g2000cwb.googlegroups.com...
>I was wondering if I'd have to somehow access a driver or something,
> but that seems way to difficult for me. Hasn't anybody accessed a
> digital camera or MP3 player using VB code? This just has to be
> possible.
>

Both my digital camera and MP3 player show as drive F on my computer (I haven't
tried both at the same time).

What are the properties of the mysterious "I am not a drive" MP3 player in My
Computer? (meaning right-click, Properties).



From: Mirage on
> Both my digital camera and MP3 player show as drive F on my computer (I haven't
> tried both at the same time).
>
> What are the properties of the mysterious "I am not a drive" MP3 player in My
> Computer? (meaning right-click, Properties).


Right-clicking on it only shows 3 items: "Open", "Explore", and
"Format..."

My camera appears in "My Computer" with it's name followed by a "(G:)"
suffix, letting me know that it's the G: drive, but my MP3 player only
has it's name, without a drive letter suffix.

From: Mirage on
WHY CAN'T THIS BE DONE!!!!!! AAAARRRRRRGGGGGGGG!!!!!!

From: Frank Adam on
On 18 Oct 2006 20:52:17 -0700, "Mirage" <EHarris1972(a)hotmail.com>
wrote:

>WHY CAN'T THIS BE DONE!!!!!! AAAARRRRRRGGGGGGGG!!!!!!
>
I think the problem may be is that the MP3 player is set up as a
device, not as a disk. So...

a) You would need to write a device driver to access it. VB is out on
that score and without knowing how the device works.. well, it's nigh
impossible.
b) Try and enumerate all the devices and see if you can find the MP3
player's installed device driver. Then you may be able to communicate
with it. But then again, what do you say to it even if you find it ?

x)Another possible solution may be to contact the vendor of the player
and see if they can give you an idea at least, or maybe they could
even have an SDK available if you are really lucky..

z) Get another MP3 player that shows up as a disk. ;-)

--

Regards, Frank
From: Steve Gerrard on

"Mirage" <EHarris1972(a)hotmail.com> wrote in message
news:1160671561.260459.113250(a)k70g2000cwa.googlegroups.com...
>> Both my digital camera and MP3 player show as drive F on my computer (I
>> haven't
>> tried both at the same time).
>>
>> What are the properties of the mysterious "I am not a drive" MP3 player in My
>> Computer? (meaning right-click, Properties).
>
>
> Right-clicking on it only shows 3 items: "Open", "Explore", and
> "Format..."
>

Well, what happens when you click Open? Explore? I would not myself go clicking
Format...
Does it open in an Explorer window, or is it all in its own software?