I'm new to the whole .NET thing and I'm attempting to exercise my brain by coding up a little app that'll keep X days of backups available... Anyway, I'm stuck at copying everything from source to the ...
Here is my CopyFileEx class. It implements async I/O to copy a file from source to destination. It also raises an event as each chunk is read, so the calling application can present a file copy dialog ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...