H
H Glenn Hatfield
I know this has come up a couple of times on the group, but I'm still having
trouble with it.
I'm fine with creating the delegate and CopyFileEx declarations and the function
which gets delegated to. The problem I have is the actual updating of the
progress bar. I can understand passing a pointer through the ldata paramater
in C++, but I can't find an example of what to do in C#. In all the examples
using delegates that I have found, they've always done things like Console.Write
or other things that don't access instance variables.
Please Help!!!
H Glenn Hatfield
trouble with it.
I'm fine with creating the delegate and CopyFileEx declarations and the function
which gets delegated to. The problem I have is the actual updating of the
progress bar. I can understand passing a pointer through the ldata paramater
in C++, but I can't find an example of what to do in C#. In all the examples
using delegates that I have found, they've always done things like Console.Write
or other things that don't access instance variables.
Please Help!!!
H Glenn Hatfield