Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed a Similar API AudioVideoPlayback in unmanage code Pin
Shivanand Gupta27-Nov-09 19:00
Shivanand Gupta27-Nov-09 19:00 
AnswerRe: Need a Similar API AudioVideoPlayback in unmanage code Pin
Richard MacCutchan27-Nov-09 21:47
mveRichard MacCutchan27-Nov-09 21:47 
QuestionPlay Two video file in different left right speaker Pin
Shivanand Gupta27-Nov-09 18:54
Shivanand Gupta27-Nov-09 18:54 
AnswerRe: Play Two video file in different left right speaker Pin
Richard MacCutchan27-Nov-09 21:45
mveRichard MacCutchan27-Nov-09 21:45 
AnswerRe: Play Two video file in different left right speaker Pin
Rozis28-Nov-09 4:22
Rozis28-Nov-09 4:22 
QuestionConverting different data types from a class template. Pin
Member 382253227-Nov-09 15:10
Member 382253227-Nov-09 15:10 
AnswerRe: Converting different data types from a class template. Pin
«_Superman_»27-Nov-09 17:19
professional«_Superman_»27-Nov-09 17:19 
QuestionOpen-With menu items for given file extension Pin
michalJ27-Nov-09 13:25
michalJ27-Nov-09 13:25 
Hi,
I need the list of executables' paths registered that appear in open-with context menu for particular extensions.

I suppose that there is no managed API for that, so I might see a native approach, and convert that to managed version with pInvoke if possible...

//pseudo code:
String[] GetPathsOfRegisteredPrograms(String extension)
{
   // how to get the list... ? 
}


example usage:
String[] executablePaths = GetPathsOfRegisteredPrograms(".jpg");


//should return list:
c:\windows\PhotoAndFaxViewer.exe
c:\windows\Notepad.exe
c:\Program Files\Photoshop\Ps.exe
..and so on...

Thanks,
Michal
AnswerRe: Open-With menu items for given file extension Pin
Rozis28-Nov-09 4:25
Rozis28-Nov-09 4:25 
QuestionUploading a file using CHttpFile Pin
msn9227-Nov-09 12:17
msn9227-Nov-09 12:17 
QuestionThread handle from thread ID [solved] Pin
PJ Arends27-Nov-09 10:40
professionalPJ Arends27-Nov-09 10:40 
AnswerRe: Thread handle from thread ID Pin
Garth J Lancaster27-Nov-09 11:28
professionalGarth J Lancaster27-Nov-09 11:28 
GeneralRe: Thread handle from thread ID Pin
PJ Arends27-Nov-09 17:01
professionalPJ Arends27-Nov-09 17:01 
Questionplease help : how to draw BSpline by using mouse ??? Pin
a04.lqd27-Nov-09 6:59
a04.lqd27-Nov-09 6:59 
AnswerRe: please help : how to draw BSpline by using mouse ??? Pin
Richard MacCutchan27-Nov-09 7:14
mveRichard MacCutchan27-Nov-09 7:14 
GeneralRe: please help : how to draw BSpline by using mouse ??? Pin
a04.lqd27-Nov-09 7:19
a04.lqd27-Nov-09 7:19 
GeneralRe: please help : how to draw BSpline by using mouse ??? Pin
Richard MacCutchan27-Nov-09 7:27
mveRichard MacCutchan27-Nov-09 7:27 
GeneralRe: please help : how to draw BSpline by using mouse ??? Pin
Cedric Moonen27-Nov-09 7:28
Cedric Moonen27-Nov-09 7:28 
GeneralRe: please help : how to draw BSpline by using mouse ??? Pin
CPallini27-Nov-09 7:26
mveCPallini27-Nov-09 7:26 
GeneralRe: please help : how to draw BSpline by using mouse ??? Pin
Richard MacCutchan27-Nov-09 7:28
mveRichard MacCutchan27-Nov-09 7:28 
AnswerRe: please help : how to draw BSpline by using mouse ??? Pin
«_Superman_»27-Nov-09 9:15
professional«_Superman_»27-Nov-09 9:15 
QuestionQuestion about double #INF and #NAN Pin
Jeff Archer27-Nov-09 5:02
Jeff Archer27-Nov-09 5:02 
QuestionRe: Question about double #INF and #NAN Pin
CPallini27-Nov-09 5:54
mveCPallini27-Nov-09 5:54 
AnswerRe: Question about double #INF and #NAN Pin
Jeff Archer27-Nov-09 7:08
Jeff Archer27-Nov-09 7:08 
GeneralRe: Question about double #INF and #NAN Pin
Richard MacCutchan27-Nov-09 7:17
mveRichard MacCutchan27-Nov-09 7:17 

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.