Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: read and write, my vote of 1 (again) Pin
Keith Barrow12-Mar-11 23:32
professionalKeith Barrow12-Mar-11 23:32 
GeneralRe: read and write, my vote of 1 (again) Pin
Richard MacCutchan13-Mar-11 2:14
mveRichard MacCutchan13-Mar-11 2:14 
AnswerRe: read and write PinPopular
Pete O'Hanlon13-Mar-11 11:21
mvePete O'Hanlon13-Mar-11 11:21 
GeneralRe: read and write Pin
Dalek Dave13-Mar-11 11:23
professionalDalek Dave13-Mar-11 11:23 
QuestionHow disable scripts in webbrowser using c# Pin
shaozhufu12-Mar-11 3:11
shaozhufu12-Mar-11 3:11 
AnswerRe: How disable scripts in webbrowser by c# Pin
Dalek Dave12-Mar-11 3:49
professionalDalek Dave12-Mar-11 3:49 
GeneralRe: How disable scripts in webbrowser by c# Pin
shaozhufu12-Mar-11 4:14
shaozhufu12-Mar-11 4:14 
GeneralRe: How disable scripts in webbrowser by c# Pin
Dave Kreskowiak12-Mar-11 5:16
mveDave Kreskowiak12-Mar-11 5:16 
You can't do it unless you want to disable scripts for IE itself.

When people drop a WebBrowser control on a form, then say they're writing their own browser, they are NOT writing their own browser. All you're doing is reusing Internet Explorer in your own app. All of the settings that you see in Internet Explorer (Tools -> Internet Options menu) apply to the WebBrowser object. If you modify the settings in IE, the WebBrowser object uses the same settings. So, if you disable script execution, you will also disable script execution in every instance of IE that the user also launches. Your application cannot keep its settings seperate from IE.

QuestionDeployment for Visual C# 2010 Express Pin
arkiboys11-Mar-11 19:43
arkiboys11-Mar-11 19:43 
AnswerRe: Deployment for Visual C# 2010 Express Pin
Luc Pattyn11-Mar-11 19:55
sitebuilderLuc Pattyn11-Mar-11 19:55 
GeneralRe: Deployment for Visual C# 2010 Express Pin
arkiboys11-Mar-11 19:59
arkiboys11-Mar-11 19:59 
AnswerRe: Deployment for Visual C# 2010 Express Pin
Luc Pattyn11-Mar-11 20:07
sitebuilderLuc Pattyn11-Mar-11 20:07 
AnswerRe: Deployment for Visual C# 2010 Express Pin
OriginalGriff12-Mar-11 2:34
mveOriginalGriff12-Mar-11 2:34 
GeneralRe: Deployment for Visual C# 2010 Express Pin
arkiboys12-Mar-11 5:10
arkiboys12-Mar-11 5:10 
GeneralRe: Deployment for Visual C# 2010 Express Pin
OriginalGriff12-Mar-11 5:16
mveOriginalGriff12-Mar-11 5:16 
GeneralRe: Deployment for Visual C# 2010 Express Pin
arkiboys13-Mar-11 11:55
arkiboys13-Mar-11 11:55 
AnswerRe: Deployment for Visual C# 2010 Express Pin
jschell13-Mar-11 10:01
jschell13-Mar-11 10:01 
GeneralRe: Deployment for Visual C# 2010 Express Pin
arkiboys13-Mar-11 11:56
arkiboys13-Mar-11 11:56 
QuestionSetup File Pin
Syed Shahid Hussain11-Mar-11 11:41
Syed Shahid Hussain11-Mar-11 11:41 
AnswerRe: Setup File Pin
thatraja11-Mar-11 12:50
professionalthatraja11-Mar-11 12:50 
GeneralRe: Setup File Pin
Syed Shahid Hussain11-Mar-11 13:10
Syed Shahid Hussain11-Mar-11 13:10 
AnswerRe: Setup File Pin
Dave Kreskowiak11-Mar-11 12:51
mveDave Kreskowiak11-Mar-11 12:51 
GeneralRe: Setup File Pin
Syed Shahid Hussain11-Mar-11 13:12
Syed Shahid Hussain11-Mar-11 13:12 
AnswerRe: Setup File Pin
Dalek Dave11-Mar-11 13:52
professionalDalek Dave11-Mar-11 13:52 
QuestionFinding controls [modified] Pin
Orcun Iyigun11-Mar-11 7:02
Orcun Iyigun11-Mar-11 7:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.