Re: DataGridView - TextBoxColumn - background update to data source

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Well, a class is not on any specific thread without going to a lot of
trouble... all operations (including events raised) will happen in the
thread of the causing code - so if your background worker does something it
will execute on the background thread, and if your UI does something it will
execute on the UI thread. Hopefully not at the same time ;-p

If receiving events from this class in an MDI scenario, you should check
InvokeRequired and react accordingly. Unfortunately, data-binding may also
attempt to hook up events, and send itself in circles in trying.

Marc


.



Relevant Pages

  • Re: DataGridView - TextBoxColumn - background update to data source
    ... Hum, guess I need to have two copies then, the static global copy and then a ... thread of the causing code - so if your background worker does something ... will execute on the UI thread. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how to click at a option programatically
    ... >> Trouble is: I'll need the IHTMLElement to execute a 'click', ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: how to click at a option programatically
    ... > Trouble is: I'll need the IHTMLElement to execute a 'click', ... With sufficient thrust, pigs fly just fine. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Coffeeshop etiquette.
    ... If so, God is in ... trouble too, whenever someone falls off the side of a building. ... "failure to act" may actually make it a crime to step out of the path of someone ... What good is being an executive if you never get to execute anyone? ...
    (alt.usage.english)
  • dll execute problem
    ... It would help to know what trouble you are having... ... >I trying to execute DLL from iis server. ... >iis server is running multiple website at once. ...
    (microsoft.public.inetserver.iis)