Sign in
jfo's coding
adventures in windows forms and wpf
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
About
Best and worst of JFo's Coding
Cider
Pages
Silverlight
Software Engineering
Windows Forms
WPF
Archive
Archives
March 2011
(1)
November 2009
(1)
October 2009
(5)
September 2009
(15)
December 2006
(7)
November 2006
(2)
October 2006
(3)
September 2006
(15)
August 2006
(4)
July 2006
(7)
June 2006
(4)
May 2006
(7)
April 2006
(7)
March 2006
(9)
February 2006
(10)
January 2006
(13)
December 2005
(7)
November 2005
(15)
October 2005
(14)
September 2005
(17)
August 2005
(14)
July 2005
(4)
June 2005
(1)
May 2005
(3)
April 2005
(2)
March 2005
(4)
February 2005
(3)
January 2005
(3)
December 2004
(9)
November 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jfo's coding
Updating your RichTextBox safely
Posted
over 8 years ago
by
jfoscoding
5
Comments
I’ve gotten a few more questions about this after the brief mention about the RichTextBox threading problem . Is it just a rich text box problem? Can I use a TextBox instead? No, unfortunately all windows forms UI, as well as most Win32 UI...
jfo's coding
Control.Invoke hangs on multiproc machines
Posted
over 8 years ago
by
jfoscoding
0
Comments
Jack asks: I couldn't find where to post the comment for the cross threading problem. While the solution seems to be Control.BeginInvoke/Control.Invoke, There seems is a known issue about Control.Invoke that can cause it to hang up in Control.MarshaledInvoke...
jfo's coding
Whidbey help for multithreading woes: CheckForIllegalCrossThreadCalls
Posted
over 8 years ago
by
jfoscoding
3
Comments
A somewhat common programming error is to directly call back onto a piece of UI when you’re on the wrong thread. Consider this seemingly innocuous piece of code: System.Timers.Timer t = new System.Timers.Timer(); public Form1() { InitializeComponent...
Page 1 of 1 (3 items)