I've tried looking this up on google, and didn't find anything, or missed it, but I was wondering what the security was like for the WebBrowser Class. Does it inherit the security settings for IE, or do I need to figure out how to add some in myself?


On the same note, in this web browser I am making, I decided I would store the History in a Settings file. Now, I made a field as a System.Collection.Specialized.StringCollection, but when I go to add a string to the collection, it doesn't work. I stepped through the code, and what seems to be happening is it hits the
Settings.Default.History.Add(stringvariablehere), then skips all code below that, no matter what it is. Thanks for help