Click here to Skip to main content
15,896,278 members
Home / Discussions / C#
   

C#

 
GeneralPerpetuum mobile? Pin
Luc Pattyn15-Dec-08 7:09
sitebuilderLuc Pattyn15-Dec-08 7:09 
GeneralRe: Perpetuum mobile? Pin
Wendelius15-Dec-08 7:24
mentorWendelius15-Dec-08 7:24 
GeneralRe: OP? [modified] Pin
hotthoughtguy15-Dec-08 20:03
hotthoughtguy15-Dec-08 20:03 
GeneralRe: OP? Pin
Wendelius16-Dec-08 6:10
mentorWendelius16-Dec-08 6:10 
QuestionBackground worker thread Pin
Saamir15-Dec-08 4:28
Saamir15-Dec-08 4:28 
GeneralRe: Background worker thread Pin
Luc Pattyn15-Dec-08 4:35
sitebuilderLuc Pattyn15-Dec-08 4:35 
GeneralRe: Background worker thread Pin
Saamir15-Dec-08 4:49
Saamir15-Dec-08 4:49 
GeneralRe: Background worker thread Pin
Luc Pattyn15-Dec-08 5:33
sitebuilderLuc Pattyn15-Dec-08 5:33 
Hi,

that is almost impossible to read, lacking the declarations of lots of variables, and not using
proper formatting (with PRE tags).

The initialization of bgwSign is crucial for it to work properly; I doubt you have it all there,
so I don't think your bgwSign_DoWork even started to run. Did you check?

Also bgwSign_DoWork is not allowed to touch any GUI stuff; I guess you are violating that rule a dozen times with timer1, timer2, cmdNext, etc. You must refrain from touching Forms and Controls in any thread (or BGW) other than the main aka GUI thread. If the GUI needs updating, either use the Control.InvokeRequired/Control.Invoke pattern, or put it in the Progress/Completed handlers of the BGW (those are guaranteed to run on the GUI thread).

I suggest you read up on this.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: Background worker thread Pin
Saamir15-Dec-08 6:19
Saamir15-Dec-08 6:19 
GeneralRe: Background worker thread Pin
Luc Pattyn15-Dec-08 6:40
sitebuilderLuc Pattyn15-Dec-08 6:40 
GeneralRe: Background worker thread Pin
#realJSOP15-Dec-08 6:06
professional#realJSOP15-Dec-08 6:06 
GeneralRe: Background worker thread Pin
Saamir15-Dec-08 6:17
Saamir15-Dec-08 6:17 
GeneralRe: Background worker thread Pin
#realJSOP15-Dec-08 6:18
professional#realJSOP15-Dec-08 6:18 
GeneralRe: Background worker thread Pin
Saamir15-Dec-08 6:20
Saamir15-Dec-08 6:20 
AnswerRe: Background worker thread Pin
Lev Danielyan15-Dec-08 4:37
Lev Danielyan15-Dec-08 4:37 
QuestionMultiple "dot". How to? Not sure what is it called. Pin
xav9915-Dec-08 3:45
xav9915-Dec-08 3:45 
AnswerRe: Multiple "dot". How to? Not sure what is it called. Pin
J4amieC15-Dec-08 4:06
J4amieC15-Dec-08 4:06 
GeneralRe: Multiple "dot". How to? Not sure what is it called. Pin
xav9915-Dec-08 14:28
xav9915-Dec-08 14:28 
AnswerRe: Multiple "dot". How to? Not sure what is it called. Pin
carbon_golem15-Dec-08 4:18
carbon_golem15-Dec-08 4:18 
AnswerRe: Multiple "dot". How to? Not sure what is it called. Pin
Paddy Boyd15-Dec-08 4:46
Paddy Boyd15-Dec-08 4:46 
Questionknowing the frame work is installed or not Pin
shavil15-Dec-08 3:32
shavil15-Dec-08 3:32 
AnswerRe: knowing the frame work is installed or not Pin
N a v a n e e t h15-Dec-08 4:04
N a v a n e e t h15-Dec-08 4:04 
AnswerRe: knowing the frame work is installed or not Pin
Tom Deketelaere15-Dec-08 4:06
professionalTom Deketelaere15-Dec-08 4:06 
AnswerRe: knowing the frame work is installed or not Pin
Jimmanuel15-Dec-08 4:23
Jimmanuel15-Dec-08 4:23 
QuestionHow to Embed Software Validity in a Database Software Pin
Lucky Hamad15-Dec-08 2:13
Lucky Hamad15-Dec-08 2:13 

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.