Re: delegate question!
Tech-Archive recommends: Fix windows errors by optimizing your registry
Have a look at Ted Pattison's articles on threads and the UI in MSDN
http://msdn.microsoft.com/msdnmag/find/default.aspx?type=Au&phrase=Ted%20Pattison
June 2004 talks about the Updating the UI from secondary threads and
the ideas around it.
It is in VB.Net rather than c# but he explains the concepts a lot
better than I could.
He also covers other threading related topics in other artices.
- how to use delegates for async execution
- managing threads
- syncing threads.
hth,
Alan.
.
Relevant Pages
- Re: Menu Not Available from Keyboard
... > MSDN article on ... > still retain Win16 articles, many of the useful other articles seem to get ... >>UPDATE_COMMAND_UI stuff doesn't work well for menus in a dialog. ... >>This pumps the messages to the correct handlers right before the menu is ... (microsoft.public.vc.mfc) - Re: Menu Not Available from Keyboard
... There is also an MSDN article on ... how to use keyboard menu shortcuts, but I can't find it in the latest MSDN (while they ... still retain Win16 articles, many of the useful other articles seem to get purged. ... >This pumps the messages to the correct handlers right before the menu is ... (microsoft.public.vc.mfc) - Re: vtable issue
... The last one used to be on MSDN, but I can't find it right now. ... understand their policy about articles. ... I remember there were other articles like Jan Gray's one that explained common programming patterns useful with Windows. ... Because it's beyond any decent words. ... (microsoft.public.vc.language) - Re: Fields vs Properties vs Methods
... MSDN seems to use the term field loosely. ... > Find great Windows Forms articles in Windows Forms Tips and Tricks ... >> When you saw in past a record or a memory description graphical it was ... (microsoft.public.dotnet.languages.vb) - Re: Polymorphism & Collections
... One of the better articles I've found to ... help me understand designing the different layers/tiers is this one on MSDN: ... business entities in the same layer as the business rules. ... (microsoft.public.dotnet.languages.csharp) |
|