Click here to Skip to main content
16,007,779 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading CSV Pin
john3423-Feb-06 10:32
john3423-Feb-06 10:32 
QuestionMonitoring Threads in C# and Windows CE Pin
AISchreiber23-Feb-06 7:24
AISchreiber23-Feb-06 7:24 
QuestionCombobox question Pin
VPMahank23-Feb-06 7:00
VPMahank23-Feb-06 7:00 
AnswerRe: Combobox question Pin
Draders2323-Feb-06 8:20
Draders2323-Feb-06 8:20 
GeneralRe: Combobox question Pin
VPMahank23-Feb-06 12:03
VPMahank23-Feb-06 12:03 
Questiondisplay calendar in: days, weeks, month and year Pin
Andre da Silva Carrilho23-Feb-06 6:53
Andre da Silva Carrilho23-Feb-06 6:53 
QuestionIndexOutOfRangeException during OnPaint Pin
Pseudo Quasi23-Feb-06 6:32
Pseudo Quasi23-Feb-06 6:32 
AnswerRe: IndexOutOfRangeException during OnPaint Pin
Nicholas Butler23-Feb-06 8:05
sitebuilderNicholas Butler23-Feb-06 8:05 
Hi,

The problem could be that you are accessing a control from a worker thread. .Net 2.0 throws an exeption if you try this, but I guess you are using .Net 1.1 which allows the call but fails randomly.

You can test this my using this.InvokeRequired. If this is the case, then wrap your control access in an this.Invoke or this.BeginInvoke call.

----------------------------
Be excellent to each other Smile | :)
QuestionDataSet to CSV file Pin
zaboboa23-Feb-06 6:12
zaboboa23-Feb-06 6:12 
AnswerRe: DataSet to CSV file Pin
Colin Angus Mackay23-Feb-06 12:20
Colin Angus Mackay23-Feb-06 12:20 
Questioncan't get Texture to draw in DirectX Pin
melanieab23-Feb-06 5:22
melanieab23-Feb-06 5:22 
AnswerRe: can't get Texture to draw in DirectX Pin
Andy Moore23-Feb-06 6:09
Andy Moore23-Feb-06 6:09 
QuestionClosing a form and enable another one! Pin
alee15.10.8823-Feb-06 4:52
alee15.10.8823-Feb-06 4:52 
AnswerRe: Closing a form and enable another one! Pin
Nicholas Butler23-Feb-06 5:18
sitebuilderNicholas Butler23-Feb-06 5:18 
GeneralRe: Closing a form and enable another one! Pin
alee15.10.8823-Feb-06 20:43
alee15.10.8823-Feb-06 20:43 
QuestionReading and writing to text file simultaneously Pin
liqnit23-Feb-06 3:39
liqnit23-Feb-06 3:39 
AnswerRe: Reading and writing to text file simultaneously Pin
yoaz23-Feb-06 10:00
yoaz23-Feb-06 10:00 
QuestionConvert an Image Pointer Into a Bitmap Pin
redfish3423-Feb-06 3:22
redfish3423-Feb-06 3:22 
AnswerRe: Convert an Image Pointer Into a Bitmap Pin
Nicholas Butler23-Feb-06 3:40
sitebuilderNicholas Butler23-Feb-06 3:40 
GeneralRe: Convert an Image Pointer Into a Bitmap Pin
redfish3425-Feb-06 3:24
redfish3425-Feb-06 3:24 
QuestionWMI Exceptions/Updating List View Pin
autekre23-Feb-06 3:20
autekre23-Feb-06 3:20 
AnswerRe: WMI Exceptions/Updating List View Pin
Praveen Nayak23-Feb-06 19:00
Praveen Nayak23-Feb-06 19:00 
Questionpublic variables Pin
ddpn4223-Feb-06 3:08
ddpn4223-Feb-06 3:08 
AnswerRe: public variables Pin
Le centriste23-Feb-06 3:25
Le centriste23-Feb-06 3:25 
GeneralRe: public variables Pin
ddpn4223-Feb-06 14:22
ddpn4223-Feb-06 14:22 

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.