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 ...
A new tool from Beelucid Software LLC is aimed at dev shops working with both Visual Basic.NET 2003 and Java. VBeeJava is a source language translator that developers can use to port VB.NET syntax and ...