Click here to Skip to main content
15,887,776 members
Home / Discussions / C#
   

C#

 
Questioncreating report by using two dates Pin
N_Hosseini4-Apr-10 7:11
N_Hosseini4-Apr-10 7:11 
AnswerRe: creating report by using two dates Pin
Not Active4-Apr-10 7:46
mentorNot Active4-Apr-10 7:46 
QuestionRe: creating report by using two dates Pin
N_Hosseini4-Apr-10 9:05
N_Hosseini4-Apr-10 9:05 
AnswerRe: creating report by using two dates Pin
Not Active4-Apr-10 9:36
mentorNot Active4-Apr-10 9:36 
Questionadding new tables to sql at runtime Pin
teknolog1234-Apr-10 7:08
teknolog1234-Apr-10 7:08 
AnswerRe: adding new tables to sql at runtime Pin
Abhinav S4-Apr-10 7:32
Abhinav S4-Apr-10 7:32 
GeneralRe: adding new tables to sql at runtime Pin
teknolog1234-Apr-10 7:52
teknolog1234-Apr-10 7:52 
QuestionCross-thread operation not valid: Control accessed from a thread other than the thread it was created on. Pin
igalep1324-Apr-10 6:22
igalep1324-Apr-10 6:22 
hey all,

I've GUI application, which executes some logic application,
i do it with backgroundworker.
in the simple way (no operation progress update)it works fine, but when i'm trying to update an operation
progress, i get this exception...

my main idea : GUI with some user controls (main thread) then i execute another worker thread, while it works i'm listening to event it rise (each time when the upgrade point was reached), and when i'm catching this event in the main gui thread, i would like to update some label control...

I read about invoke etc... but it doesn't work with backgroundWorker.

any idea for solution will be appreciated Smile | :)

thanks
AnswerRe: Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on. Pin
Nicholas Butler4-Apr-10 6:27
sitebuilderNicholas Butler4-Apr-10 6:27 
AnswerRe: Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on. Pin
Abhinav S4-Apr-10 6:36
Abhinav S4-Apr-10 6:36 
Answerthanks, and one more Question Pin
igalep1324-Apr-10 8:14
igalep1324-Apr-10 8:14 
GeneralRe: thanks, and one more Question Pin
OriginalGriff4-Apr-10 8:33
mveOriginalGriff4-Apr-10 8:33 
GeneralRe: thanks, and one more Question Pin
igalep1324-Apr-10 9:45
igalep1324-Apr-10 9:45 
QuestionBackslashes and forward slashes Pin
Darrall4-Apr-10 6:14
Darrall4-Apr-10 6:14 
AnswerRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 6:23
mveOriginalGriff4-Apr-10 6:23 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 7:46
Darrall4-Apr-10 7:46 
GeneralRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 8:13
mveOriginalGriff4-Apr-10 8:13 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 8:55
Darrall4-Apr-10 8:55 
GeneralRe: Backslashes and forward slashes Pin
FyreWyrm4-Apr-10 10:37
FyreWyrm4-Apr-10 10:37 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 11:02
Darrall4-Apr-10 11:02 
GeneralRe: Backslashes and forward slashes Pin
harold aptroot4-Apr-10 11:33
harold aptroot4-Apr-10 11:33 
GeneralRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 21:38
mveOriginalGriff4-Apr-10 21:38 
GeneralRe: Backslashes and forward slashes Pin
Ravi Bhavnani4-Apr-10 8:15
professionalRavi Bhavnani4-Apr-10 8:15 
AnswerRe: Backslashes and forward slashes Pin
Dave Kreskowiak4-Apr-10 7:49
mveDave Kreskowiak4-Apr-10 7:49 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 8:05
Darrall4-Apr-10 8:05 

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.