-
Disable the win mediaplayer ...
Im making a simple VB app that plays audio CD's , with mci call.
But, when i put an audio cd in the CD-ROM, default windows player starts
up.
Have someone managed to disable this ?, should it be possible progamatically
?
"former C++ programmer"
-
Re: Disable the win mediaplayer ...
On 5 Jun 2001 21:44:25 -0700, "MrRolf" <rolf-eilert.johansen@siving.hia.no> wrote:
¤
¤
¤ Im making a simple VB app that plays audio CD's , with mci call.
¤
¤ But, when i put an audio cd in the CD-ROM, default windows player starts
¤ up.
¤
¤ Have someone managed to disable this ?, should it be possible progamatically
¤ ?
¤
¤ "former C++ programmer"
What is it you're looking to change? Do you want to turn off AIN (Auto Insert Notification) or
change the default CD player?
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
-
Re: Disable the win mediaplayer ...
Well, I think it must be the Auto Insert Notification, just knowing the name
of it helps a lot.
I must disable Auto Insert Notification, in the install procedure.
(Without knowing if this is wise regarding the rest of the system)
Thanks
Paul Clement <UseAdddressAtEndofMessage@swspectrum.com> wrote:
>On 5 Jun 2001 21:44:25 -0700, "MrRolf" <rolf-eilert.johansen@siving.hia.no>
wrote:
>
>¤
>¤
>¤ Im making a simple VB app that plays audio CD's , with mci call.
>¤
>¤ But, when i put an audio cd in the CD-ROM, default windows player starts
>¤ up.
>¤
>¤ Have someone managed to disable this ?, should it be possible progamatically
>¤ ?
>¤
>¤ "former C++ programmer"
>
>What is it you're looking to change? Do you want to turn off AIN (Auto Insert
Notification)
>or
>change the default CD player?
>
>
>Paul ~~~ pclement@ameritech.net
>Microsoft MVP (Visual Basic)
-
Re: Disable the win mediaplayer ...
On 12 Jun 2001 05:49:41 -0700, "MrRolf" <rolf-eilert.johansen@siving.hia.no> wrote:
¤
¤ Well, I think it must be the Auto Insert Notification, just knowing the name
¤ of it helps a lot.
¤
¤ I must disable Auto Insert Notification, in the install procedure.
¤ (Without knowing if this is wise regarding the rest of the system)
¤
¤ Thanks
¤
Disabling the auto-insert notification is not a good idea since it is a system wide setting that can
affect other applications (Roxio's EZ CD Creator is one of those).
Most applications like this *offer* to make their player the default player either during
installation or when the app is launched. I believe this is controlled by the HKCR\AudioCD entry in
the Registry.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
-
Re: Disable the win mediaplayer ...
HAppy tea time
Forget that last mail , i was writing in my sleep...
I must of course change the default windows mediaplayer.
So folks , my install procedure must change default mediaplayer, I believe
this is done in some ini file , or registry somwhere. What i dont know if
is if this is usual matter...
->VB is in, C++-> out
"MrRolf" <rolf-eilert.johansen@siving.hia.no> wrote:
>
>Well, I think it must be the Auto Insert Notification, just knowing the
name
>of it helps a lot.
>
>I must disable Auto Insert Notification, in the install procedure.
>(Without knowing if this is wise regarding the rest of the system)
>
>Thanks
>
>
>
>Paul Clement <UseAdddressAtEndofMessage@swspectrum.com> wrote:
>>On 5 Jun 2001 21:44:25 -0700, "MrRolf" <rolf-eilert.johansen@siving.hia.no>
>wrote:
>>
>>¤
>>¤
>>¤ Im making a simple VB app that plays audio CD's , with mci call.
>>¤
>>¤ But, when i put an audio cd in the CD-ROM, default windows player starts
>>¤ up.
>>¤
>>¤ Have someone managed to disable this ?, should it be possible progamatically
>>¤ ?
>>¤
>>¤ "former C++ programmer"
>>
>>What is it you're looking to change? Do you want to turn off AIN (Auto
Insert
>Notification)
>>or
>>change the default CD player?
>>
>>
>>Paul ~~~ pclement@ameritech.net
>>Microsoft MVP (Visual Basic)
>
-
Re: Disable the win mediaplayer ...
On 13 Jun 2001 04:55:33 -0700, "MrRrolf" <rolf-eilert.johansen@siving.hia.no> wrote:
¤
¤ HAppy tea time
¤ Forget that last mail , i was writing in my sleep...
¤
¤ I must of course change the default windows mediaplayer.
¤
¤ So folks , my install procedure must change default mediaplayer, I believe
¤ this is done in some ini file , or registry somwhere. What i dont know if
¤ is if this is usual matter...
¤
I believe that would be the Registry entry I mentioned above. If you're still stick on what to do,
post a follow up.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|