No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I am using FileInfo method CopyTo to copy some large files. I am using BackgroundWorker to do this in a separate thread. The problem is that I would like to update a progress bar, but I can only update that between each file copy which is not often enough. There …
I'm writing a program that requires the user to select a file when the program starts. If he cancel this the program exits. Currently I'm creating an OpenFileDialog in the main form's constructor, but it's not working very well due to the following issues: * If the user cancels I …
I have a problem with inheritance. I have the class A with functions x and y Class B is a subclass of A and should override y. y should call y in A and add extra functionality. Class C is a subclass of B and should override y. y should …
The End.
Bigfoot73