Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
AnswerMessage Closed Pin
28-Feb-10 1:01
stancrm28-Feb-10 1:01 
GeneralRe: Sliding panels Pin
Wamuti28-Feb-10 1:18
Wamuti28-Feb-10 1:18 
QuestioncheckedListBox problem Pin
Gali197827-Feb-10 20:23
Gali197827-Feb-10 20:23 
AnswerRe: checkedListBox problem Pin
Khaniya27-Feb-10 22:07
professionalKhaniya27-Feb-10 22:07 
AnswerRe: checkedListBox problem Pin
DX Roster4-Mar-10 18:52
DX Roster4-Mar-10 18:52 
QuestionwebBrowser and webRequest work in IDE but not from desktop [modified] Pin
BarnabyByrne27-Feb-10 13:34
BarnabyByrne27-Feb-10 13:34 
AnswerRe: webBrowser and webRequest work in IDE but not from desktop Pin
Luc Pattyn27-Feb-10 13:53
sitebuilderLuc Pattyn27-Feb-10 13:53 
GeneralRe: webBrowser and webRequest work in IDE but not from desktop [modified] Pin
BarnabyByrne27-Feb-10 14:21
BarnabyByrne27-Feb-10 14:21 
Thanks for your concern and the good advice. I will try that although there isnt a whole lot to catch in my entire code, especially the webBrowser (I've stripped it down to it's bare basic, even less code than its origin, from the standard C# Studio 2008 tutorial):

private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{

}

Outside of the IDE, the browser doesn't load ('navigation has been canceled') and the ftp doesn't connect (I'm already catching it on initial WebRequest requestcreate = WebRequest.Create("ftp://..."), so it's easy to spot what is breaking. I've been considering adapting some code I found for firewall exceptions - should this really be necessary for the default web browser control?

I *do* very much hope that someone can recommend another way of testing my port and firewall settings with regards to this issue. I am certain that it can be resolved in windows rather than debugging my code, so if anyone knows of any good network diagnostic software or dos network/socket/port commands that may help, please do tell me! Big Grin | :-D

By the way when I right click and choose properties on the page I get hef="res://ieframe.dll/ErrorPageTemplate.css..."

I have searched about res://ieframe.dll/ to no avail as of yet.
modified on Saturday, February 27, 2010 8:35 PM

GeneralRe: webBrowser and webRequest work in IDE but not from desktop Pin
BarnabyByrne27-Feb-10 16:32
BarnabyByrne27-Feb-10 16:32 
QuestionDeturmining when a html form has been submitted [modified] Pin
tyjnfghnfgsdf27-Feb-10 10:13
tyjnfghnfgsdf27-Feb-10 10:13 
Questionstores files for my project Pin
jogisarge27-Feb-10 9:05
jogisarge27-Feb-10 9:05 
AnswerRe: stores files for my project Pin
AspDotNetDev27-Feb-10 11:43
protectorAspDotNetDev27-Feb-10 11:43 
AnswerRe: stores files for my project [modified] Pin
DaveyM6927-Feb-10 14:50
professionalDaveyM6927-Feb-10 14:50 
AnswerRe: stores files for my project Pin
Luc Pattyn27-Feb-10 14:59
sitebuilderLuc Pattyn27-Feb-10 14:59 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 15:01
professionalDaveyM6927-Feb-10 15:01 
GeneralRe: stores files for my project [modified] Pin
DaveyM6927-Feb-10 15:16
professionalDaveyM6927-Feb-10 15:16 
GeneralRe: stores files for my project Pin
Luc Pattyn27-Feb-10 15:23
sitebuilderLuc Pattyn27-Feb-10 15:23 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 15:30
professionalDaveyM6927-Feb-10 15:30 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 15:39
professionalDaveyM6927-Feb-10 15:39 
GeneralRe: stores files for my project Pin
Luc Pattyn27-Feb-10 15:45
sitebuilderLuc Pattyn27-Feb-10 15:45 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 15:50
professionalDaveyM6927-Feb-10 15:50 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 15:59
professionalDaveyM6927-Feb-10 15:59 
GeneralRe: stores files for my project Pin
Luc Pattyn27-Feb-10 16:30
sitebuilderLuc Pattyn27-Feb-10 16:30 
GeneralRe: stores files for my project Pin
DaveyM6927-Feb-10 17:57
professionalDaveyM6927-Feb-10 17:57 
GeneralRe: stores files for my project Pin
DaveyM6928-Feb-10 6:47
professionalDaveyM6928-Feb-10 6:47 

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.