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

C#

 
AnswerRe: WinForms, how to best pop up a user control on a form Pin
Jordanwb3-Sep-08 12:47
Jordanwb3-Sep-08 12:47 
AnswerRe: WinForms, how to best pop up a user control on a form Pin
Mycroft Holmes3-Sep-08 17:07
professionalMycroft Holmes3-Sep-08 17:07 
QuestionDataTable not reflecting change from DataGridView Pin
Richard Blythe3-Sep-08 9:36
Richard Blythe3-Sep-08 9:36 
AnswerRe: DataTable not reflecting change from DataGridView Pin
Wendelius3-Sep-08 9:41
mentorWendelius3-Sep-08 9:41 
QuestionThread question ? Pin
Mohammad Dayyan3-Sep-08 9:19
Mohammad Dayyan3-Sep-08 9:19 
AnswerRe: Thread question ? Pin
TheFM2343-Sep-08 9:27
TheFM2343-Sep-08 9:27 
GeneralRe: Thread question ? Pin
Mohammad Dayyan3-Sep-08 9:35
Mohammad Dayyan3-Sep-08 9:35 
GeneralRe: Thread question ? Pin
TheFM2343-Sep-08 9:55
TheFM2343-Sep-08 9:55 
The background worker cannot directly access other controls not on it's own thread. What you can do is use the ReportProgress method along with the ProgressChanged event from the BackgroundWorker object. If your using a progress par, you can pass a percent value into ReportProgress(int) from the thread that the background worker is on, and update the value of your progress bar from the ProgressChanged event.

There are many articles online about this objects, so search those for syntax and structure ideas.
GeneralRe: Thread question ? Pin
Mohammad Dayyan3-Sep-08 10:07
Mohammad Dayyan3-Sep-08 10:07 
QuestionHow to set or get the LanguageID setting for an individual WorkBook (or WorkSheet) in Excel 2007? Pin
Jeff Zn3-Sep-08 8:37
Jeff Zn3-Sep-08 8:37 
AnswerRe: How to set or get the LanguageID setting for an individual WorkBook (or WorkSheet) in Excel 2007? Pin
Wendelius3-Sep-08 8:59
mentorWendelius3-Sep-08 8:59 
QuestionHow to get the "Insertion Point" in Excel? Pin
Jeff Zn3-Sep-08 8:36
Jeff Zn3-Sep-08 8:36 
QuestionForm like (Internet) Explorer, Google Chrome etc. Pin
Drunken #BeAvEr#3-Sep-08 8:26
Drunken #BeAvEr#3-Sep-08 8:26 
AnswerRe: Form like (Internet) Explorer, Google Chrome etc. Pin
harleydk3-Sep-08 9:35
harleydk3-Sep-08 9:35 
GeneralRe: Form like (Internet) Explorer, Google Chrome etc. Pin
Drunken #BeAvEr#3-Sep-08 10:54
Drunken #BeAvEr#3-Sep-08 10:54 
GeneralRe: Form like (Internet) Explorer, Google Chrome etc. Pin
Visionator25-Nov-10 23:18
Visionator25-Nov-10 23:18 
AnswerRe: Form like (Internet) Explorer, Google Chrome etc. Pin
N a v a n e e t h3-Sep-08 18:05
N a v a n e e t h3-Sep-08 18:05 
QuestionDirectX programing C# (Camera rotation) Pin
Debjit_6253-Sep-08 7:43
Debjit_6253-Sep-08 7:43 
AnswerRe: DirectX programing C# (Camera rotation) Pin
pbalaga3-Sep-08 9:22
pbalaga3-Sep-08 9:22 
Questionwebbrowser object problem with Internet explorer Blocked Content warning Pin
enginço3-Sep-08 5:45
enginço3-Sep-08 5:45 
QuestionRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
led mike3-Sep-08 6:01
led mike3-Sep-08 6:01 
AnswerRe: webbrowser object problem with Internet explorer Blocked Content warning [modified] Pin
enginço3-Sep-08 6:10
enginço3-Sep-08 6:10 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
led mike3-Sep-08 7:10
led mike3-Sep-08 7:10 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
Dan Neely3-Sep-08 7:15
Dan Neely3-Sep-08 7:15 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
enginço3-Sep-08 20:04
enginço3-Sep-08 20:04 

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.