| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: May 2004
Posts: 20
| do the same with cue files yo my programm is running now but only with mp3 files if i want to do this with cue file should i do exactly the same like i does here only with cue files : void CNeroFiddelsDlg::OnBrowse() { // TODO: Add your control notification handler code her (here i would add the endings of some cue files is tha right or wrong i dont know please help me )static char BASED_CODE szFilter[] = " MP3 Files (*.mp3)|*.mp3| All Files (*.*)| *.*|"; CFileDialog dlgOpen(TRUE, NULL, NULL, OFN_FILEMUSTEXIST ,szFilter, this); if(dlgOpen.DoModal() == IDOK) { m_strPathName = dlgOpen.GetPathName(); m_strFileName = dlgOpen.GetFileName(); m_edtFilename.SetWindowText(m_strPathName); if(pndiDeviceInfos->nsdisNumDevInfos >0) { m_btnBurn.EnableWindow(true); } } } |
| | |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CUE Files | Evolva | Audio | 5 | 09-08-2005 23:02 |
| CUE Files | Evolva | Newbie Forum | 1 | 13-04-2005 23:48 |
| Splitting mp3 files with .cue files | ortuno2k | Audio | 1 | 07-11-2004 12:01 |
| Cue-files ? | VeeJay | CD Freaks Living Room | 1 | 28-03-2000 21:48 |