-
shell progress
Hi!
I'm using nerocmd which is a command line for nero burning rom to burn certain files using System.Diagnostics.Process.Start ()
I'd like to know weather its possible to:
----------------------------------------
1. show the shell window as a control inside my application. if possible, it's even better to capture only the current bottom row of the shell window, and so to display progress text.
2. calculate the time to end the shell burn operation / amount of actions and so to create a progress bar of the shell command progress- I guess that's not so possible but I'm still wondering maybe...
any ideas how?
-
Re: shell progress
I found there's nero SDK that suppose to do all that and more, but I can't find any sample code or documentation about it in vb.net.
-
Re: shell progress
The NeroCOM API has a VB and a CSharp example, you should be able to extract some information from those. I glanced at the documentation and they seem to go pretty in depth on how to do things with the API.