Click here to Skip to main content
15,904,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: simple page load query Pin
Colin Angus Mackay17-Apr-09 2:56
Colin Angus Mackay17-Apr-09 2:56 
GeneralRe: simple page load query Pin
Colin Angus Mackay17-Apr-09 3:16
Colin Angus Mackay17-Apr-09 3:16 
GeneralRe: simple page load query Pin
Eddy Vluggen17-Apr-09 3:24
professionalEddy Vluggen17-Apr-09 3:24 
GeneralRe: simple page load query Pin
Colin Angus Mackay17-Apr-09 5:14
Colin Angus Mackay17-Apr-09 5:14 
QuestionReading files Pin
satsumatable17-Apr-09 2:20
satsumatable17-Apr-09 2:20 
AnswerRe: Reading files Pin
Colin Angus Mackay17-Apr-09 2:22
Colin Angus Mackay17-Apr-09 2:22 
GeneralRe: Reading files Pin
satsumatable17-Apr-09 2:27
satsumatable17-Apr-09 2:27 
GeneralRe: Reading files Pin
stancrm17-Apr-09 2:29
stancrm17-Apr-09 2:29 
AnswerRe: Reading files Pin
stancrm17-Apr-09 2:28
stancrm17-Apr-09 2:28 
GeneralRe: Reading files Pin
satsumatable17-Apr-09 2:31
satsumatable17-Apr-09 2:31 
GeneralRe: Reading files Pin
stancrm17-Apr-09 2:36
stancrm17-Apr-09 2:36 
GeneralRe: Reading files Pin
Alan Balkany17-Apr-09 3:42
Alan Balkany17-Apr-09 3:42 
QuestionA security exception was not handled in your code Pin
lachu00917-Apr-09 2:07
lachu00917-Apr-09 2:07 
Questioncross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 1:19
But_Im_a_Lady17-Apr-09 1:19 
AnswerRe: cross thread operation not valid, when closing a windows form Pin
Henry Minute17-Apr-09 1:55
Henry Minute17-Apr-09 1:55 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 2:05
But_Im_a_Lady17-Apr-09 2:05 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
Henry Minute17-Apr-09 2:12
Henry Minute17-Apr-09 2:12 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 2:14
But_Im_a_Lady17-Apr-09 2:14 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 2:25
But_Im_a_Lady17-Apr-09 2:25 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
Henry Minute17-Apr-09 2:39
Henry Minute17-Apr-09 2:39 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 2:49
But_Im_a_Lady17-Apr-09 2:49 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
Henry Minute17-Apr-09 2:59
Henry Minute17-Apr-09 2:59 
If your 'faxing' thread does not run, and it certainly shouldn't from the code you posted, then there has to be another thread running to cause the exception.

If you don't know about this thread, you obviously cannot close it in the FormClosing handler. You might however put a break point there and use the debugger to search for the 'Thread With No Name'. I would suggest Googling for 'Debugging Threads C#' for methods to do this.

As always, come back if no joy.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady20-Apr-09 1:16
But_Im_a_Lady20-Apr-09 1:16 
AnswerRe: cross thread operation not valid, when closing a windows form Pin
12Code17-Apr-09 2:06
12Code17-Apr-09 2:06 
GeneralRe: cross thread operation not valid, when closing a windows form Pin
But_Im_a_Lady17-Apr-09 2:15
But_Im_a_Lady17-Apr-09 2:15 

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.