|
-
Sep 10th, 2006, 01:04 AM
#1
Thread Starter
New Member
WebBrowser Security
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|