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)
July, 2006
MSDN Blogs
>
jfo's coding
>
July, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jfo's coding
TIP: Try right clicking on the filetabs in VS 2005
Posted
over 6 years ago
by
jfoscoding
4
Comments
"Open containing folder" and "Copy full path" are menu items I use daily. Image from a guided tour of Visual Studio 2005 .
jfo's coding
Rule of thumb for System.Drawing
Posted
over 6 years ago
by
jfoscoding
4
Comments
A friend of mine ran into this the other day. If you call a method to get a handle some sort of System.Drawing object, you may be creating an object that needs to be cleaned up through P/Invoke or some other function call. Bitmap.GetHIcon - requires...
jfo's coding
Tim resurfaces with another control
Posted
over 6 years ago
by
jfoscoding
0
Comments
I enjoy talking to Tim Dawson quite a bit; we both know that making the decision to build your own menu is not one to be taken lightly. He's been busy lately .
jfo's coding
How can I figure out how much goo my object is holding onto?
Posted
over 6 years ago
by
jfoscoding
0
Comments
Previously, we figured out a way to eek out class size information from strike. This is kind of interesting, but you also might want a way to know the size of everything your object instance is holding onto. There is another strike command called "ObjSize...
jfo's coding
How can I figure out how large my class is?
Posted
over 6 years ago
by
jfoscoding
5
Comments
Phil asks: "Your last post mentions using Marshal.SizeOf to get the byte size of a type that can be marshalled. I would like to know the amount of space taken up by an object that cannot be marshalled. For example a custom control, so I can then...
jfo's coding
Are you familiar with [ThreadStatic]?
Posted
over 6 years ago
by
jfoscoding
12
Comments
If you're stuffing anything in thread local storage, you might be interested in the performance comparison between Thread.SetData and [ThreadStatic] . ThreadStatic is super-cool, if you have a static variable, you can make it static "per-thread" by...
jfo's coding
Steve's all excited about SQL Everywhere
Posted
over 6 years ago
by
jfoscoding
0
Comments
Steve stopped by earlier in the week to tell me about his latest projects. He's really enthusiastic about SQL Everywhere, especially how lightweight it is to install. There's even support for adding it to your click-once application setup (that part had...
Page 1 of 1 (7 items)