Redirecting pocketpc audio to bluetooth hedset

maxbaranov

New Member
Licensed User
Hi,

I've written a small application that switches pocketpc audio to a bluetooth headset. I needed this functionality to listen to audio books.
The main feature of this program is the ability to resume after phone call.
The bluetooth hardware is controlled by an external free utility that must be installed separately.

Update:
New version is available at BtMusic 1.0 beta
No external application is required any more.

Maxim.
 

Attachments

  • BtMusic.jpg
    BtMusic.jpg
    15.4 KB · Views: 217
Last edited:

alfcen

Well-Known Member
Licensed User
Longtime User
Very nice, Max

Rather than hard coding the location of the third party utility,
you may wish to look for the path in the registry. Reason being,
not all cards are named "Storage Card" and not all are named
in English. Furthermore, some devices offer additional program
space such as the iPAQ File Store.

If your intention is to minimize the number of libraries, then
hw.GetStorageCards will be helpful.

Cheers
 
Top