Text printing is giving me trouble

Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #11
Sep 19th, 2005
i have been changing things.. the prob is its not advancing to the next song....
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 55
Reputation: r0ckbaer is an unknown quantity at this point 
Solved Threads: 6
r0ckbaer r0ckbaer is offline Offline
Junior Poster in Training

Re: Text printing is giving me trouble

 
0
  #12
Sep 19th, 2005
  1. foreach (string f in Directory.GetFiles(d, fileType))
  2. {
  3. MessageBox.Show("Please be patient process may take a while", "Please wait");//Notify the user
  4. label2.Visible = true;//label2 now visible upon button click
  5.  
  6. // Now try to read tags from the file to copy
  7. ID3v1 mp3Tag = new ID3v1(f);
  8. mp3Tag.Read();
  9. File.Copy(f, targetDir+"\\"+mp3Tag.Artist+"_"+mp3Tag.Title+new FileInfo(f).Extension, false);
  10.  
  11. //........
  12. }

Try that...forget to put that Read func in...the class is actually very poorly designed by that guy imo.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #13
Sep 19th, 2005
Error saying illegal charaters in path...
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 55
Reputation: r0ckbaer is an unknown quantity at this point 
Solved Threads: 6
r0ckbaer r0ckbaer is offline Offline
Junior Poster in Training

Re: Text printing is giving me trouble

 
0
  #14
Sep 19th, 2005
well, then set a breakpoint on that line in the debugger and look what the values are...
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #15
Sep 19th, 2005
Originally Posted by r0ckbaer
well, then set a breakpoint on that line in the debugger and look what the values are...


right....
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #16
Sep 20th, 2005
Originally Posted by tayspen
right....

OK, i have set a breakpiont.... now what...

thanks


-T
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 55
Reputation: r0ckbaer is an unknown quantity at this point 
Solved Threads: 6
r0ckbaer r0ckbaer is offline Offline
Junior Poster in Training

Re: Text printing is giving me trouble

 
0
  #17
Sep 21st, 2005
dude, i will not lead you thru the way of debugging your own prog, there are numerous articles on debugging, just have a look at the msdn...could it be that you're a bit lazy?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #18
Sep 21st, 2005
Originally Posted by r0ckbaer
dude, i will not lead you thru the way of debugging your own prog, there are numerous articles on debugging, just have a look at the msdn...could it be that you're a bit lazy?

nah, lol that is not it, i read how to debug it better, i have not been able to do it because of lots of school work.

Thank you for helping me.


-T
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 206
Reputation: plazmo is an unknown quantity at this point 
Solved Threads: 16
plazmo's Avatar
plazmo plazmo is offline Offline
Posting Whiz in Training

Re: Text printing is giving me trouble

 
0
  #19
Sep 21st, 2005
it looks like this thread went off topic, do you still need help printing?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Text printing is giving me trouble

 
0
  #20
Sep 21st, 2005
Originally Posted by plazmo
it looks like this thread went off topic, do you still need help printing?

oh no i dont it was a simple error. thank you though
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the C# Forum


Views: 7216 | Replies: 26
Thread Tools Search this Thread



Tag cloud for C#
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC