Click here to Skip to main content
15,908,673 members
Home / Discussions / C#
   

C#

 
AnswerRe: VS2005 Warning Error Message Pin
Office Lineman7-Jun-06 14:04
Office Lineman7-Jun-06 14:04 
GeneralRe: VS2005 Warning Error Message Pin
donkaiser8-Jun-06 2:57
donkaiser8-Jun-06 2:57 
GeneralRe: VS2005 Warning Error Message Pin
donkaiser8-Jun-06 4:46
donkaiser8-Jun-06 4:46 
QuestionError creating windows Handle Pin
Mandar Patankar7-Jun-06 11:03
Mandar Patankar7-Jun-06 11:03 
AnswerRe: Error creating windows Handle Pin
Ed.Poore7-Jun-06 11:27
Ed.Poore7-Jun-06 11:27 
GeneralRe: Error creating windows Handle Pin
Mandar Patankar8-Jun-06 6:42
Mandar Patankar8-Jun-06 6:42 
GeneralRe: Error creating windows Handle Pin
Ed.Poore8-Jun-06 8:17
Ed.Poore8-Jun-06 8:17 
GeneralRe: Error creating windows Handle Pin
Mandar Patankar9-Jun-06 11:47
Mandar Patankar9-Jun-06 11:47 
Ed,

thanks for your response but I figured out the problem. I was running some background threads in my application and these threads were updating the windows controls like listbox and textbox.So, if user clicks on the form while these threads are updating these controls a exception was raised. The solution which I figured out and probably works fine is updating controls using delegate invoke from background threads. Common example of using methodinvoker and creating static object of the form class.

Thanks


Mandar Patankar
Microsoft Certified professional
GeneralRe: Error creating windows Handle Pin
Ed.Poore9-Jun-06 12:48
Ed.Poore9-Jun-06 12:48 
Questionplugin support in c# project(advice please) Pin
sawerr7-Jun-06 10:26
sawerr7-Jun-06 10:26 
AnswerRe: plugin support in c# project(advice please) Pin
Ed.Poore7-Jun-06 10:48
Ed.Poore7-Jun-06 10:48 
Questionstring to string array Pin
keroed_edmond7-Jun-06 10:26
keroed_edmond7-Jun-06 10:26 
AnswerRe: string to string array Pin
Josh Smith7-Jun-06 10:35
Josh Smith7-Jun-06 10:35 
GeneralRe: string to string array Pin
keroed_edmond7-Jun-06 10:45
keroed_edmond7-Jun-06 10:45 
GeneralRe: string to string array Pin
Stefan Troschuetz7-Jun-06 10:50
Stefan Troschuetz7-Jun-06 10:50 
GeneralRe: string to string array Pin
keroed_edmond7-Jun-06 11:05
keroed_edmond7-Jun-06 11:05 
GeneralRe: string to string array Pin
Stefan Troschuetz7-Jun-06 11:11
Stefan Troschuetz7-Jun-06 11:11 
GeneralRe: string to string array Pin
keroed_edmond7-Jun-06 11:50
keroed_edmond7-Jun-06 11:50 
GeneralRe: string to string array Pin
Ed.Poore7-Jun-06 10:51
Ed.Poore7-Jun-06 10:51 
GeneralRe: string to string array Pin
keroed_edmond7-Jun-06 11:09
keroed_edmond7-Jun-06 11:09 
GeneralRe: string to string array Pin
Ed.Poore7-Jun-06 11:26
Ed.Poore7-Jun-06 11:26 
AnswerRe: string to string array Pin
Guffa7-Jun-06 11:43
Guffa7-Jun-06 11:43 
GeneralRe: string to string array Pin
Ed.Poore7-Jun-06 12:06
Ed.Poore7-Jun-06 12:06 
GeneralRe: string to string array Pin
Guffa7-Jun-06 12:38
Guffa7-Jun-06 12:38 
GeneralRe: string to string array Pin
Ed.Poore7-Jun-06 20:23
Ed.Poore7-Jun-06 20:23 

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.