|
-
Apr 2nd, 2011, 05:50 PM
#1
Re: Javascript problems
 Originally Posted by Titan
I was looking there but it isn't there.
Are you using the express or full version of the IDE?
Also, try putting the following in your form's load event if you still can't see the property.
VB.NET Code:
WebBrowser1.ScriptErrorsSuppressed = True
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Apr 2nd, 2011, 05:52 PM
#2
Thread Starter
New Member
Re: Javascript problems
 Originally Posted by weirddemon
Are you using the express or full version of the IDE?
Also, try putting the following in your form's load event if you still can't see the property.
VB.NET Code:
WebBrowser1.ScriptErrorsSuppressed = True
I'm using Express and there is a full version?
-
Apr 2nd, 2011, 05:54 PM
#3
Re: Javascript problems
 Originally Posted by Titan
I'm using Express and there is a full version?
Yeah, but you have to pay for it. I got it free through DreamSpark, but it's super expensive otherwise.
That might be a feature not in the free version, but that seems highly unlikely.
Did the code I showed work?
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Apr 2nd, 2011, 06:00 PM
#4
Thread Starter
New Member
Re: Javascript problems
 Originally Posted by weirddemon
Yeah, but you have to pay for it. I got it free through DreamSpark, but it's super expensive otherwise.
That might be a feature not in the free version, but that seems highly unlikely.
Did the code I showed work?
No it had a error and I clicked the error box and it asked if I wanted to generate a class for it.
-
Apr 2nd, 2011, 06:02 PM
#5
Re: Javascript problems
 Originally Posted by Titan
No it had a error and I clicked the error box and it asked if I wanted to generate a class for it.
That's really weird. My guess is that this property isn't available in the Express edition or your installation is messed up.
Or... are you making a WinForms project or WPF?
Also, what site are you trying to access that you're getting this error on? I'd like to test it on my end.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Apr 2nd, 2011, 06:13 PM
#6
Thread Starter
New Member
Re: Javascript problems
 Originally Posted by weirddemon
That's really weird. My guess is that this property isn't available in the Express edition or your installation is messed up.
Or... are you making a WinForms project or WPF?
Also, what site are you trying to access that you're getting this error on? I'd like to test it on my end.
http://forumpromotion.net
Or any site that has like a script on the index that links to a .js file. Also it has posting issues with phpBB only with char typing.
-
Apr 2nd, 2011, 06:16 PM
#7
Re: Javascript problems
 Originally Posted by Titan
http://forumpromotion.net
Or any site that has like a script on the index that links to a .js file. Also it has posting issues with phpBB only with char typing.
I'm not getting a javascript error, with or without that property. I've also heard that the web browser control just inherits the properties of IE, since it is essentially just a stripped down version of IE. So if your version of IE doesn't have that property enabled, or something similar to it, that might be the problem.
What OS are you using? What version of IE do you have installed? What type of project is this? WinForms or WPF?. It's different with WPF, so I need to know.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
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
|