Page 1 of 1
use progress in c#
Posted: Wed Jun 29, 2016 10:09 am
by FanIT
Hello. Sorry for my english. I'm using in my c# application wimlib.dll through dllimport. It work fine, but how can i do progress for my application? If someone may give some example.
Re: use progress in c#
Posted: Fri Jul 01, 2016 3:32 am
by synchronicity
I can't help much with C#, but it should be possible to use the progress callbacks. Look for examples of implementing a callback function (callable from unmanaged code) in C#.