New Coding4Fun column is up...
Background
Copying
Summary:
Duncan Mackenzie describes how to build a tool that uses the
Background Intelligent Transfer Service features of Microsoft Windows XP to download large files
over slow or intermittent links.
msdn.microsoft.com/library/default.asp?url=/library/en-us/dncodefun/html/code4fun02282003.asp
Comments
- Anonymous
February 27, 2003
Background Copying : Chad Osgood's Blog - Anonymous
February 27, 2003
Great article, I look forward to having a play with the BITS feature. - Anonymous
February 27, 2003
Great article indeed. Thanks! - Anonymous
February 27, 2003
Some great concepts in there Duncan, thanks! That should provide me with the stepping stone I need before taking on Taskview ;-) - Anonymous
February 27, 2003
Sorry for the dumb question (being a web forms guy) but, how did you get the application icon into the resources (.resx) file for the form... do you use resgen.exe to do that?
I knew it would be something like that but when I built my regex tool [ http://www.flws.com.au/showusyourcode/MarkItUp.RegexSnippets.zip ] I couldn't work out for the life of me how to do that so I imported the icon into my project. - Anonymous
February 28, 2003
Re: The application icon...
Just set it in VS.NET, into the icon property of the form, the Windows Forms designer automatically adds it to the form's resource file.