Welcome to MSDN Blogs Sign in | Join | Help

Marcelo's WebLog

Improving the world one entity at a time

July 2006 - Posts

Tracing from background threads
In my last post I introduced a TextBoxBaseTraceListener class that looked like this. public class TextBoxBaseTraceListener : System.Diagnostics.TraceListener { public TextBoxBaseTraceListener( System.Windows.Controls.Primitives.TextBoxBase control) { Read More...
Virtualizing a Data Object (redux)
In the past ( Virtualizing a Data Object ), I've talked about virtualizing a data object on the clipboard or in a drag-drop operation by using a Stream subclass. I have recently received some questions about this and I wanted to clarify this a bit (and Read More...
Page view tracker