| 
  | 
Hello,
Sorry...wrong group on the other post..
How do you call povray to render in a PictureBox from c# in the way that  
Moray does?
Is this a matter of something like this (Then loading the output image  
into the PictureBox):
Process myProc = new Process();
myProc.StartInfo.Filename = "dir\abc.exe";
myProc.StartInfo.Arguments = "file1, file2, file3";
myProc.Start();
Or is there any api documentation (or code sample in any language) someone  
can point me to?
Thanks!
-- 
Ian McDonald
Lean Agile .NET 4.0/MVC
Senior Application Architect,
Developer and Security Analyst
 
 Post a reply to this message 
 | 
  |