Reply to thread

Ah....I was missing the "System.Diagnostics." part.

Ive to all my exe's running but I need to be able to get their output to show to the user. All the bits on MSDN seem to only get the final output in one go.....so I googled a bit more and found http://www.codeproject.com/csharp/LaunchProcess.asp Ive dropped all the code into my Plugin, but the line [code]processCaller = new ProcessCaller(this);[/code] gives me an error of [code]Error    2    Argument '1': cannot convert from 'MediaPortal.GUI.GUIBurner.GUIBurner' to 'System.ComponentModel.ISynchronizeInvoke'    C:\Documents and Settings\Mat Key\Desktop\My Burner\Sources\GUIBurner.cs    1293    57    My Burner[/code]

So what is a MP Plugin's version of "this" ?


Egon


Top Bottom