your probally correct, this is how i used your ShellExecute.
int CAlarmClockDlg::Ontestbutton()
{
ShellExecute (NULL,"open","C:/unzipped/demo.mp3",NULL,NULL,SW_SHOWNORMAL);
return 0;
}
And it works. Yet when i use GetPathName() on a static text it returns it with...