when I play the files with WMPlayer,
how my dmo to get the asf filename or path or url which wmp playing?
another question is :
I can call ShellExecute(0,"open","notepad.exe", "","",SW_SHOW )
within InternalProcessInput,it work fine;
but when I use ShellExecute(0,"http://www.google.com","",
NULL,NULL,SW_SHOW);
to open a website,nothing is happened,why?
ok! I can open a website use ShellExecute(NULL,"open","iexplore.exe",
"http://www.google.com",NULL,SW_SHOW);
now.
new question:
Can my dmo get the asf file metadata?