Calin Tatar

C#.NET, VB.NET, WPF, SILVERLIGHT, SQL, WSS, MOSS
posts - 5, comments - 27, trackbacks - 0

My Links

News

Archives

Post Categories

C#.NET

Links

VB.NET

May 2009 Entries

Retrieving the object hierarchy from an XML with Linq to XML
I'm writing here an example about how to read XMLs that contains hierarchichal data, not only with one level of child nodes. So, I'm about to threat this problem here. First, I'll define a sample XML hierarchy. The XML contains a list of Headers, each one containing a list of Details. Now, let's create some simple model classes. Now, to read the XML data into this hierarchy of objects, I'm gonna create one method for each level of the hierarchy (GetHeaders - will return all the Headers, GetDetails(header)...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Saturday, May 16, 2009 7:03 AM | Feedback (1) |

Switching from Win32 to UI Automation
If you are about to write another p/invoke (Win32 calls) to access existing Windows, Controls,...you should consider switching to UI Automation framework, which provides programmatic access to most user interface (UI) elements on the desktop, by writing managed code. Some time ago I wrote an article about UI Automation, have a look at: http://www.codeproject.com/... In this post, I'll try to compare two ways of implementing Windows automation applications, by using unmanaged...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Saturday, May 16, 2009 2:40 AM | Feedback (1) |

Powered by: