Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, do the same with cue files at International Chat: Software related forum; 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


Reply
 
Thread Tools
Old 03-06-2004   #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);
}
}
}
DopeDougL@z is offline   Reply With Quote
Reply


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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


All times are GMT +2. The time now is 05:45.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0