I'm in the process of installing an accounting application in a server 2003 and for the application to work I have to install it before .net framework 1.1.4322. So I have to remove .net framework 1.1.4322, install the application and then re-install the .net framework. Does ...
I need to detect the total size of a web page, including embedded images- the page size that's shown by IE when you rick-click a page and select 'Properties'. Using the WebClient class, I'm trying to request an entire page so that I can determine its size. However, every method ...