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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
August, 2005
MSDN Blogs
>
jfo's coding
>
August, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jfo's coding
Keeping yourself out of trouble using SystemEvents
Posted
over 7 years ago
by
jfoscoding
5
Comments
Why do we need both SystemEvents.UserPreferenceChanging and SystemEvents.UserPreferenceChanged? The idea behind this is that if you have some object cached (say a brush based on a SystemColor), you would change the cache on UserPreferenceChanging....
jfo's coding
ComboBox OwnerDraw in 5 minutes
Posted
over 7 years ago
by
jfoscoding
3
Comments
A question came up the other day about how to add a separator to a ComboBox, and unfortunately the answer is that you need to use OwnerDraw (hand drawing everything for the combo box instead of letting the operating system paint itself) to achieve this...
jfo's coding
Starting an application without showing a form
Posted
over 7 years ago
by
jfoscoding
3
Comments
There were a lot of good comments/questions about keeping your UI responsive, if you're interested in threading/application contexts etc, it's worth a peek . I thought I'd rehash something today I've already talked about, but it is buried in my how...
jfo's coding
Shawn on the difficulties of shipping
Posted
over 7 years ago
by
jfoscoding
1
Comments
Quite often, I kid around with my fellow developers when faced with a tough design tradeoff. Sometimes I break the tension by interjecting (in a slightly whiny twang) "Coding is hard!" It's turned into a bit of a running joke around here. In fact, I should...
jfo's coding
It's not you, it's me...
Posted
over 7 years ago
by
jfoscoding
0
Comments
Sheesh ever since we've switched over to the new blogging stuff, I haven't really had the time to figure it all out. Some comment stuff changed, and well, I just realized this morning I have a bit of a backlog. I know, "excuses, excuses..." I also...
jfo's coding
Chuck starts blogging...
Posted
over 7 years ago
by
jfoscoding
0
Comments
I've been following Chuck's blog, but I just feel it's not fair to keep it all to myself... [ one | two | three ]
jfo's coding
So what IS the difference between the Resize and the SizeChanged events?
Posted
over 7 years ago
by
jfoscoding
2
Comments
Believe it or not *absolutely* nothing. One method calls the other. However because the latter is named "Changed" it can be used for data binding - so while I dont have any concrete proof, that's my theory on why both exist. However, if you are doing...
jfo's coding
Keeping your UI Responsive and the Dangers of Application.DoEvents
Posted
over 7 years ago
by
jfoscoding
21
Comments
What’s the difference between Application.Run and Application.DoEvents? Application.Run continually processes window messages for your application, raising events as necessary. Application.DoEvents processes all the window messages in the queue until...
Page 1 of 1 (8 items)