Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Lester's WPF\SL Blog
Simple, Easy & Beautiful
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
RSS for posts
Atom
OK
Recent Posts
MindMap app using Hyperbolic tree
Posted
over 6 years ago
by
LesterLobo - MSFT
2
Comments
Binding menus using HeirarchicalDataTemplates
Posted
over 6 years ago
by
LesterLobo - MSFT
3
Comments
Updated Live maps
Posted
over 6 years ago
by
LesterLobo - MSFT
1
Comments
ABCs of Threat modeling ...
Posted
over 6 years ago
by
LesterLobo - MSFT
2
Comments
.NET Source code
Posted
over 6 years ago
by
LesterLobo - MSFT
1
Comments
Blog - News
Content is provided "AS IS" with no warranties and confers no rights.
Tag Cloud
.NET 3.0
.net 3.5
.NET 4
Avalon
Datagrid
Microsoft
MultiTouch
MVVM
New WPF 4 features
Pages
Programming
Ribbon
Silverlight
TestAPI
Vista
VS 2010
Windows Presentation Foundation
WPF
WPF Ribbon
WPF samples
WPF tools
WPF/E
Xaml
XAML 2009 features
Xaml Toolkit
Hot Links
Adding speller in custom context menu
Getting screen relative Position
Scrolling Scrollviewer on mouseDrag at the boundaries
Alternative XamlWriter for better performance
Flickr photo gadget
Vista look to your apps
Maximizing window considering Taskbar
WPF Vista gadgets
Split Button
Math operations in XAML
Mapping mouse click on a 3D model
BitmapSource-Bitmap interop
Listening to DependencyProperty changes
WPF/E 3D(like) photo app
Changing caret color
Localizing WPF apps
Printing RichTextBox content
Xbaps - Learn the basics
Xaml FlowDoc to XPS
Xaml FlowDoc to XPS
Vista style Open/Save FileDialogs
Xaml shield
WPF Blog Writer
Filtering text with IME
Enabled hyperlinks in RichTextBox
3.5 features: Addins
Using Viewport2DVisual3D
ABCs of Threat modeling
Using HeirarchicalDataTemplates
Weather Reader user control
.NET 3.5 Namespaces poster
Xbaps using Cookies
Mindmapping Tool
Drag Drop Library
12 tips/tricks about Vista
Blogs (Other)
Tim Sneath
Rob Relyea
Charles Petzold
WPF SDK
Michael Shim
Blog - Monthly Archive List
Archives
March 2011
(1)
December 2010
(1)
October 2010
(1)
September 2010
(2)
August 2010
(6)
July 2010
(4)
June 2010
(3)
May 2010
(2)
April 2010
(2)
March 2010
(2)
February 2010
(1)
January 2010
(1)
December 2009
(5)
November 2009
(19)
October 2009
(12)
September 2009
(3)
July 2009
(2)
June 2009
(3)
May 2009
(3)
April 2009
(3)
March 2009
(3)
February 2009
(2)
January 2009
(1)
December 2008
(3)
November 2008
(2)
October 2008
(4)
September 2008
(3)
August 2008
(4)
July 2008
(2)
June 2008
(3)
May 2008
(5)
April 2008
(2)
March 2008
(3)
February 2008
(4)
January 2008
(5)
December 2007
(3)
November 2007
(3)
October 2007
(5)
September 2007
(2)
August 2007
(6)
July 2007
(4)
June 2007
(5)
May 2007
(5)
April 2007
(5)
March 2007
(7)
February 2007
(6)
January 2007
(7)
December 2006
(7)
November 2006
(5)
October 2006
(8)
September 2006
(2)
August 2006
(3)
July 2006
(6)
June 2006
(4)
May 2006
(4)
April 2006
(2)
March 2006
(4)
February 2006
(4)
January 2006
(4)
December 2005
(3)
November 2005
(4)
October 2005
(6)
September 2005
(3)
August 2005
(1)
TestAPI
CoreMVVM
XamlPadX
Xaml Compliance
October, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Lester's WPF\Silverlight Blog
MindMap app using Hyperbolic tree
Posted
over 6 years ago
by
LesterLobo - MSFT
2
Comments
I recently came across a Hyperbolic tree implementation on codeplex using WPF and thought that a nice usage of it could be in writing a mind map creating application.... I tweaked some of the original code and got a tree with editable nodes... Its been laying around for sometime, so I thought it best to put it out there so that you folks can continue its development. Though its not functional in the true sense, it does provide the basic functionality like saving and opening (albeit to the same file)... Currently only the text is serialized... The project (VS 2008) is attached Note that the usage of the Hyperbolic tree and its code is under the Codeplex License terms Share this post
Lester's WPF\Silverlight Blog
Binding menus using HeirarchicalDataTemplates
Posted
over 6 years ago
by
LesterLobo - MSFT
3
Comments
One WPF feature that is not covered a lot is the HeirarchicalDataTemplate and hence, I asked my intern, Ahmad El-Shafey, to try something on this feature. And yeah, he did write a blog post on it :) ... this is his post on his experience with HeirarchicalData templates. " Some people use DataTemplates and/or HierarchicalDataTemplates to bind MenuItem content to a data source, like this: < HierarchicalDataTemplate DataType ="Menu" ItemsSource ="{ Binding XPath =*}"> < TextBlock Header ="{ Binding XPath = @ Name}"/> </ HierarchicalDataTemplate > I wasn’t so comfortable with this because you are creating a TextBlock element inside the items of our MenuItem, and binding its Text property to the data source. What...
Lester's WPF\Silverlight Blog
Updated Live maps
Posted
over 6 years ago
by
LesterLobo - MSFT
1
Comments
Live maps (maps.live.com) has been updated with a new intuitive UI.. check it out.. its got several new features.. One thing that has me excited is the 1 click directions Search for a business and it shows the list of matches with a link '1-click directions' .. Click on the link and you get something like the image below... Now most of the times I just need to know the last couple of turns to the place and this is exactly what it gives.... Life made simple ... For the mobile users, check out the site http://m.live.com/ And then there is Live 411 search.. Dial the toll free number (800)CALL-411 and say the state/city.. and you can then search for businesses... Pretty cool..huh Share this post
Lester's WPF\Silverlight Blog
ABCs of Threat modeling ...
Posted
over 6 years ago
by
LesterLobo - MSFT
2
Comments
Larry Osterman has an interesting series of posts on Threat modeling.. It starts from the basics and is very comprehensive. A application needs to go through the threat modeling process to identify possible threats, the mitigations, and the risks involved. From a tester's perspective it opens up several testing scenarios. So if you are unfamiliar with this topic or its something which needs some brushing up, give the posts a look :) ... Happy reading Share this post
Lester's WPF\Silverlight Blog
.NET Source code
Posted
over 6 years ago
by
LesterLobo - MSFT
1
Comments
Now thats what I call WOW ... For .NET developers this is like getting hold of the holy grail :) ... " We'll begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows). We'll then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ). The source code will be released under the Microsoft Reference License (MS-RL). You'll be able to download the .NET Framework source libraries via a standalone install...
Page 1 of 1 (5 items)