Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how i create Dll of ActiveX Control Project Pin
aaaan19-Jan-07 1:09
aaaan19-Jan-07 1:09 
Questionhow do i find the current directory Pin
tims8119-Jan-07 0:04
tims8119-Jan-07 0:04 
AnswerRe: how do i find the current directory Pin
toxcct19-Jan-07 0:28
toxcct19-Jan-07 0:28 
AnswerRe: how do i find the current directory Pin
David Crow19-Jan-07 2:45
David Crow19-Jan-07 2:45 
AnswerRe: how do i find the current directory Pin
Cristian Amarie19-Jan-07 4:45
Cristian Amarie19-Jan-07 4:45 
GeneralRe: how do i find the current directory Pin
Cristian Amarie20-Jan-07 20:43
Cristian Amarie20-Jan-07 20:43 
QuestionCalling HTML/MP3 from a Dll(Any clues?) Pin
RahulOP18-Jan-07 23:18
RahulOP18-Jan-07 23:18 
AnswerRe: Calling HTML/MP3 from a Dll(Any clues?) Pin
Iain Clarke, Warrior Programmer19-Jan-07 3:41
Iain Clarke, Warrior Programmer19-Jan-07 3:41 
Its hardly a complete answer, but I think the res: protocol for urls may be of help. I know its used for things like CHM, etc, so it may be helpful to you - at least for html, if not for your mp3s.

Can you not extract the resources to a temporary file (GetTempFilename), play / use that temp file, then tidy up when you're done?

If you're not sure when the external app is finished with (eg) your mp3, you could open it with DELETE_ON_CLOSE flag (going from memory here)

Iain.



QuestionHow to use SetLocalInfo function Pin
Atul2318-Jan-07 22:43
Atul2318-Jan-07 22:43 
AnswerRe: How to use SetLocalInfo function Pin
jhwurmbach18-Jan-07 23:13
jhwurmbach18-Jan-07 23:13 
GeneralRe: How to use SetLocalInfo function Pin
David Crow19-Jan-07 2:48
David Crow19-Jan-07 2:48 
GeneralRe: How to use SetLocalInfo function Pin
jhwurmbach19-Jan-07 4:02
jhwurmbach19-Jan-07 4:02 
GeneralRe: How to use SetLocalInfo function Pin
David Crow19-Jan-07 4:11
David Crow19-Jan-07 4:11 
QuestionRelated to Library Files Pin
mike dano18-Jan-07 22:16
mike dano18-Jan-07 22:16 
AnswerRe: Related to Library Files Pin
jhwurmbach18-Jan-07 23:16
jhwurmbach18-Jan-07 23:16 
GeneralRe: Related to Library Files Pin
mike dano19-Jan-07 0:03
mike dano19-Jan-07 0:03 
QuestionRe: Related to Library Files Pin
toxcct19-Jan-07 0:14
toxcct19-Jan-07 0:14 
AnswerRe: Related to Library Files Pin
Rajesh R Subramanian19-Jan-07 0:30
professionalRajesh R Subramanian19-Jan-07 0:30 
AnswerRe: Related to Library Files Pin
Hamid_RT19-Jan-07 3:39
Hamid_RT19-Jan-07 3:39 
GeneralRe: Related to Library Files Pin
Roger Stoltz19-Jan-07 0:20
Roger Stoltz19-Jan-07 0:20 
GeneralRe: Related to Library Files Pin
jhwurmbach19-Jan-07 4:06
jhwurmbach19-Jan-07 4:06 
GeneralRe: Related to Library Files Pin
Roger Stoltz19-Jan-07 4:10
Roger Stoltz19-Jan-07 4:10 
Questionhow can i add library Pin
mervan18-Jan-07 22:11
mervan18-Jan-07 22:11 
AnswerRe: how can i add library Pin
Rajesh R Subramanian18-Jan-07 22:17
professionalRajesh R Subramanian18-Jan-07 22:17 
QuestionPCM Pin
viliam18-Jan-07 21:57
viliam18-Jan-07 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.