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

C#

 
GeneralRe: Sliding panels Pin
OriginalGriff28-Feb-10 0:26
mveOriginalGriff28-Feb-10 0:26 
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 
Hi,

I don't know what is causing this; I think I do know how to find out: make sure your code reports all possible problems, i.e. when a try-catch block is present, make sure the catch block reports the entire exception using Exception.ToString() either to a MessageBox, a log file, or anything else that is accessible to the user. Also when methods return a status value, make sure to test it and log all anomalies. That way, the program itself should find out and tell you what exactly is failing, thus providing a clue as to how to fix it.

Also make sure all exceptions will be caught:
- put a big try-catch around the top-level method executed by each thread or background worker;
- put a big try-catch block around the content of your static Main() method;
- add an Application.ThreadException handler that logs the exception.

Good luck.
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

GeneralRe: webBrowser and webRequest work in IDE but not from desktop [modified] Pin
BarnabyByrne27-Feb-10 14:21
BarnabyByrne27-Feb-10 14:21 
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 

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.