Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# and MS-Access : Inserting or updating datetime Pin
ABitSmart9-Feb-09 3:37
ABitSmart9-Feb-09 3:37 
AnswerRe: C# and MS-Access : Inserting or updating datetime Pin
PIEBALDconsult9-Feb-09 4:07
mvePIEBALDconsult9-Feb-09 4:07 
Questionprocess.Startinfo Pin
Jumpin' Jeff8-Feb-09 16:25
Jumpin' Jeff8-Feb-09 16:25 
AnswerRe: process.Startinfo Pin
Kristian Sixhøj8-Feb-09 16:31
Kristian Sixhøj8-Feb-09 16:31 
GeneralRe: process.Startinfo Pin
Jumpin' Jeff9-Feb-09 5:30
Jumpin' Jeff9-Feb-09 5:30 
AnswerRe: process.Startinfo Pin
akidan9-Feb-09 5:38
akidan9-Feb-09 5:38 
GeneralRe: process.Startinfo Pin
Jumpin' Jeff9-Feb-09 6:52
Jumpin' Jeff9-Feb-09 6:52 
AnswerRe: process.Startinfo Pin
Jumpin' Jeff9-Feb-09 16:18
Jumpin' Jeff9-Feb-09 16:18 
Thanks for the assistance thus far.

I was able to launch the player and load a file now, but now, I can only seem to load the first file from my listview.

r.path = a string pulled from an ObjectListView control indicating the file location.


string path = r.fPath;

System.Diagnostics.Process.proc = new System.Diagnostics.Process();
proc.EnableRaisingEvents = false;
proc.StartInfo.Filename = @"\otsplay.exe";
proc.StartInfo.Arguments = path;
proc.Start();


The code above works on all the tracks belonging to the first file in the objectlistview, but nothing past.

When I view the strings via messagebox, the path is valid, but the player opens empty unless it is the first file in the list.

I don't understand why this is occuring.

Any ideas?

It appeas as though it's not recognized as a literal, yet it recognizes the first query from the list.

Thanks again!
QuestionEqualizer Pin
MNantu8-Feb-09 11:22
MNantu8-Feb-09 11:22 
AnswerRe: Equalizer Pin
Ravadre8-Feb-09 15:51
Ravadre8-Feb-09 15:51 
GeneralRe: Equalizer Pin
MNantu8-Feb-09 22:48
MNantu8-Feb-09 22:48 
AnswerRe: Equalizer Pin
ellappane18-Oct-09 2:16
ellappane18-Oct-09 2:16 
QuestionMilitary (Midnight) DateTime subtraction Pin
Jacob D Dixon8-Feb-09 9:43
Jacob D Dixon8-Feb-09 9:43 
AnswerRe: Military (Midnight) DateTime subtraction Pin
akidan8-Feb-09 10:02
akidan8-Feb-09 10:02 
GeneralRe: Military (Midnight) DateTime subtraction Pin
Jacob D Dixon8-Feb-09 10:08
Jacob D Dixon8-Feb-09 10:08 
GeneralRe: Military (Midnight) DateTime subtraction Pin
akidan8-Feb-09 10:16
akidan8-Feb-09 10:16 
GeneralRe: Military (Midnight) DateTime subtraction Pin
Jacob D Dixon8-Feb-09 10:20
Jacob D Dixon8-Feb-09 10:20 
GeneralRe: Military (Midnight) DateTime subtraction Pin
akidan8-Feb-09 10:22
akidan8-Feb-09 10:22 
GeneralRe: Military (Midnight) DateTime subtraction Pin
darkelv8-Feb-09 18:13
darkelv8-Feb-09 18:13 
AnswerRe: Military (Midnight) DateTime subtraction Pin
paas8-Feb-09 10:09
paas8-Feb-09 10:09 
GeneralRe: Military (Midnight) DateTime subtraction Pin
Jacob D Dixon8-Feb-09 10:24
Jacob D Dixon8-Feb-09 10:24 
AnswerRe: Military (Midnight) DateTime subtraction Pin
PIEBALDconsult8-Feb-09 12:36
mvePIEBALDconsult8-Feb-09 12:36 
AnswerRe: Military (Midnight) DateTime subtraction Pin
Luc Pattyn8-Feb-09 12:50
sitebuilderLuc Pattyn8-Feb-09 12:50 
GeneralRe: Military (Midnight) DateTime subtraction Pin
Guffa8-Feb-09 14:17
Guffa8-Feb-09 14:17 
AnswerRe: Military (Midnight) DateTime subtraction Pin
Luc Pattyn8-Feb-09 14:41
sitebuilderLuc Pattyn8-Feb-09 14:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.