INTERACT FORUM

Windows => Plug-in Development => Topic started by: dhill on September 18, 2004, 03:43:30 pm

Title: CDWriter OCX Control
Post by: dhill on September 18, 2004, 03:43:30 pm
Hi, I am working on an external app to burn audio CD's using the Media Center CDWriter.ocx control. I have everything working except I have a problem with catching most of the events. When I issue the startwriting command I get a startsession event which occurs while startwriting sub is running. The CD burns just fine but none of the other events are received.

I am guessing here but it seems that startwriting spins off a thread to do the writing and my event sinks do not have a connection to the new thread.

Does anyone have any ideas on how to capture these events I have tried VB6.0, VB.NET and Delphi 7 all with the same results.

Thanks,
-dhill
Title: Re:CDWriter OCX Control
Post by: esajesa on November 08, 2004, 04:10:16 am
Hey Dan,

did you ever get this working? If you did I'd like to talk to you about a little something something..  ;)

Cheers,
Jens
Title: Re:CDWriter OCX Control
Post by: dhill on December 05, 2004, 03:59:26 am
No I was not able to get this to work so I just have a timer running that trys to read the directory of the burning CD and when it finally reads the dir I know the disk is done.
Title: Re: CDWriter OCX Control
Post by: esajesa on December 09, 2005, 08:20:00 am
You don't have any sourcecode I could take a look at perhaps??