Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

3 Posted Topics

Member Avatar for Bigfoot73

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 …

Member Avatar for Bigfoot73
0
134
Member Avatar for Bigfoot73

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 …

Member Avatar for Bigfoot73
0
176
Member Avatar for Bigfoot73

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 …

Member Avatar for Bigfoot73
0
133

The End.