Browse by Tags
All Tags »
VB »
.NET (
RSS)
The ability to create a living, breathing, document right inside a WPF UI is pretty incredible to me. Even after working with it for the last year or so, I am still impressed by the power of this largely forgotten feature of WPF. One thing to remember...
So, I had a need to implement a TextBox in WPF with auto filtering functionality. For example the initial requests were to limit a TextBox to numeric characters only. This was simple enough. Handle the PreviewTextInput Event and only allow numeric characters...
This most recent post by John Robbins is what motivated me to add his blog to my blog roll. However, it has been a must read for a while now. This post is actually more “fluffy” than most for him, I just loved the insight into things macros can do that...
Recovered from DotNetJunkies blog -- Originally Posted: Sunday, November 18, 2007 "[when debugging] If you see hoof prints think horses, not zebras". Hunt and Thomas, in The Pragmatic Programmer Developing in the brave new world of managed memory and...
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, June 6, 2007 Back in school my teacher was not much on the formal aspects of the course he was teaching.He was instead, as I describe him, the kind of guy you could imagine living in his...
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, October 25, 2006 As a new approach to some meaningful blogging, as I work on debugging some new bug/issue, the info I collect and my deductions I record right in my LiveWriter window so...
Recovered from DotNetJunkies blog -- Originally Posted: Tuesday, June 27, 2006 There is nothing sweet about spending hours, days, evenings and weekends chasing "ghosts" in your code. In this context "ghosts" mean compile or runtime errors that are not...
Once again I need to call out to an external web service from behind a proxy. Last time it was installing WATIR . This time it is just straight up .NET code, but somehow this configuration feels like something I have to learn over each time I see it,...
More Posts