I figured out my webbrowser (no images) question... check it out
Many people were curious as to what this would be used for, well without images webpages load quite a bit faster, i am developing a program that submits sites to search engines using a automated process and web-based submission scripts (so updates can occur without necessitating more downloads). I found that submitting 500 forms took about 4 minutes because of the graphics that were being downloaded into the browsers, so why not disable the gfx for a faster submission time?
Basically there is a secuirty feature in your IE browsers that lets you disable images, this is a simple yes/no in the system registry, located here...
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Display Inline Images
all I had to do was record this value, change it to no, load my browsers into the program, then set it back to its previous value.
From 4 minutes to 37 seconds :D :D :D