Author Topic: 如何設計及建立一個多執行緒的軟件  (Read 5145 times)

admin

  • Administrator
  • *****
  • Posts: 0
    • View Profile
如何設計及建立一個多執行緒的軟件
« on: October 10, 2010, 01:21:14 AM »
Creating a simple multi-threaded VB.Net application
http://chrishaas.wordpress.com/2009/06/25/creating-a-simple-multi-threaded-vb-net-application/

HOW TO:進行對 Windows Form 控制項的安全執行緒呼叫
http://tw.myblog.yahoo.com/jw!raiTBxqfGRRgO52kKmk-/article?mid=453&prev=499&l=f&fid=16

Let a Thread call a form's methods in VB.NET
http://www.vb-helper.com/howto_net_thread_use_form.html

Add Multithreading to Your VB.NET Applications
http://www.devx.com/DevX/10MinuteSolution/20365/1954

Creating custom events with Visual Basic .NET 2005
http://www.simple-talk.com/dotnet/.net-framework/custom-events-in-vb.net-2005/

Threading and the UI
Four ways to synchronize threads with your app's user interface.
http://visualstudiomagazine.com/articles/2009/10/01/threading-and-the-ui.aspx

Raising Events from a thread safely
http://stackoverflow.com/questions/292715/raising-events-from-a-thread-safely