Click here to Skip to main content
15,906,269 members
Home / Discussions / C#
   

C#

 
AnswerRe: 5 Errors Pin
mav.northwind16-Jul-07 5:04
mav.northwind16-Jul-07 5:04 
GeneralRe: 5 Errors [modified] Pin
Xmen Real 16-Jul-07 6:34
professional Xmen Real 16-Jul-07 6:34 
GeneralRe: 5 Errors Pin
Dan Neely16-Jul-07 6:49
Dan Neely16-Jul-07 6:49 
GeneralRe: 5 Errors Pin
Xmen Real 16-Jul-07 18:02
professional Xmen Real 16-Jul-07 18:02 
GeneralRe: 5 Errors Pin
Xmen Real 16-Jul-07 18:39
professional Xmen Real 16-Jul-07 18:39 
GeneralRe: 5 Errors Pin
Pete O'Hanlon17-Jul-07 10:49
mvePete O'Hanlon17-Jul-07 10:49 
GeneralRe: 5 Errors Pin
Xmen Real 17-Jul-07 14:52
professional Xmen Real 17-Jul-07 14:52 
QuestionLaod a Method from a DLL dynamically Pin
thenewbee16-Jul-07 3:09
thenewbee16-Jul-07 3:09 
AnswerRe: Laod a Method from a DLL dynamically Pin
originSH16-Jul-07 4:23
originSH16-Jul-07 4:23 
GeneralRe: Laod a Method from a DLL dynamically Pin
thenewbee16-Jul-07 18:55
thenewbee16-Jul-07 18:55 
GeneralRe: Laod a Method from a DLL dynamically Pin
originSH17-Jul-07 0:12
originSH17-Jul-07 0:12 
QuestionDownload files from FTP Pin
Sallu174916-Jul-07 2:31
Sallu174916-Jul-07 2:31 
AnswerRe: Download files from FTP Pin
Le centriste16-Jul-07 2:44
Le centriste16-Jul-07 2:44 
GeneralRe: Download files from FTP Pin
Sallu174916-Jul-07 3:42
Sallu174916-Jul-07 3:42 
GeneralRe: Download files from FTP Pin
Le centriste16-Jul-07 3:45
Le centriste16-Jul-07 3:45 
AnswerRe: Download files from FTP Pin
Scott Dorman16-Jul-07 5:10
professionalScott Dorman16-Jul-07 5:10 
QuestionInitialization error - how to prevent Pin
fracalifa16-Jul-07 2:23
fracalifa16-Jul-07 2:23 
AnswerRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 2:41
sitebuilderLuc Pattyn16-Jul-07 2:41 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 2:51
fracalifa16-Jul-07 2:51 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 3:16
sitebuilderLuc Pattyn16-Jul-07 3:16 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 3:56
fracalifa16-Jul-07 3:56 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 4:18
sitebuilderLuc Pattyn16-Jul-07 4:18 
Hi Frank,

you could make a test setup that creates a new form which selfdestroyes after some time,
put everything in a loop, and make the delay a random number say in the range 100...5000
msec (use a static Random !!) then let this run and watch how long it lives on average
(say 3 minutes).

Now apply my (or other) suggestions to fix, and let the same test run say ten times as
long (hence 30 minutes); if that succeeds, you know you have dramatically improved things.

The whole process would take no more than 1 hour, and need little or no human intervention.
Beats launching it manually 1000 times, and not feeling sure whatsoever... (This is
assuming you manage to make the loop fail sooner or later to begin with).

Smile | :)


GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 4:51
fracalifa16-Jul-07 4:51 
QuestionWorking with multiple monitors Pin
M. J. Jaya Chitra16-Jul-07 1:18
M. J. Jaya Chitra16-Jul-07 1:18 
AnswerRe: Working with multiple monitors Pin
originSH16-Jul-07 1:56
originSH16-Jul-07 1:56 

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.