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

C#

 
QuestionChanging the disposition of my listView.items in csharp smart device [modified] Pin
Tunisien8621-Apr-10 23:40
Tunisien8621-Apr-10 23:40 
AnswerRe: Changing the disposition of my listView.items in csharp smart device Pin
Tunisien8622-Apr-10 5:27
Tunisien8622-Apr-10 5:27 
QuestionCreating Database and assigning DataSet shema to the Data Source Pin
pandit8421-Apr-10 23:20
pandit8421-Apr-10 23:20 
AnswerRe: Creating Database and assigning DataSet shema to the Data Source Pin
Dave Kreskowiak22-Apr-10 6:21
mveDave Kreskowiak22-Apr-10 6:21 
QuestionHow to add XmlInclude attribute dynamically Pin
Anindya Chatterjee21-Apr-10 23:09
Anindya Chatterjee21-Apr-10 23:09 
QuestionCross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
jkpieters21-Apr-10 22:59
jkpieters21-Apr-10 22:59 
AnswerRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Anindya Chatterjee21-Apr-10 23:12
Anindya Chatterjee21-Apr-10 23:12 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Jimmanuel22-Apr-10 0:58
Jimmanuel22-Apr-10 0:58 
This is bad advice; it won't solve any problems, only mask them for a little while. The docs[^] state that illegal cross thread calls will throw exceptions when run outside of the debugger no matter what you do.

The correct way to perform cross thread UI operations is to invoke the operation on the GUI thread. See here[^].
Badger | [badger,badger,badger,badger...]

GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Luc Pattyn22-Apr-10 1:32
sitebuilderLuc Pattyn22-Apr-10 1:32 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Luc Pattyn22-Apr-10 1:34
sitebuilderLuc Pattyn22-Apr-10 1:34 
AnswerRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Jimmanuel22-Apr-10 1:05
Jimmanuel22-Apr-10 1:05 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
jkpieters22-Apr-10 1:21
jkpieters22-Apr-10 1:21 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Dave Kreskowiak22-Apr-10 2:11
mveDave Kreskowiak22-Apr-10 2:11 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Jimmanuel22-Apr-10 3:12
Jimmanuel22-Apr-10 3:12 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Anindya Chatterjee22-Apr-10 2:13
Anindya Chatterjee22-Apr-10 2:13 
Question2 tables in 2 DataGridViews on a single form Pin
shivapriyak21-Apr-10 22:51
shivapriyak21-Apr-10 22:51 
AnswerRe: 2 tables in 2 DataGridViews on a single form Pin
sanforjackass22-Apr-10 0:12
sanforjackass22-Apr-10 0:12 
GeneralRe: 2 tables in 2 DataGridViews on a single form Pin
shivapriyak22-Apr-10 0:54
shivapriyak22-Apr-10 0:54 
GeneralRe: 2 tables in 2 DataGridViews on a single form Pin
sanforjackass22-Apr-10 1:01
sanforjackass22-Apr-10 1:01 
GeneralRe: 2 tables in 2 DataGridViews on a single form Pin
shivapriyak22-Apr-10 20:07
shivapriyak22-Apr-10 20:07 
GeneralRe: 2 tables in 2 DataGridViews on a single form Pin
sanforjackass22-Apr-10 21:42
sanforjackass22-Apr-10 21:42 
QuestionMemory Issue Pin
abcurl21-Apr-10 22:45
abcurl21-Apr-10 22:45 
AnswerRe: Memory Issue Pin
Ravi Bhavnani22-Apr-10 5:25
professionalRavi Bhavnani22-Apr-10 5:25 
QuestionProblem with image path of html files viewed by webbrowser control Pin
Royson Jacob21-Apr-10 22:43
Royson Jacob21-Apr-10 22:43 
AnswerRe: Problem with image path of html files viewed by webbrowser control Pin
Eddy Vluggen22-Apr-10 1:30
professionalEddy Vluggen22-Apr-10 1:30 

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.