isisun photos
Categories
Charts
Visitors
Tag Archives: C#
Assosiating file type to your application
If you have to programmatically associate file extensions with an application writting in the windows registry here is a good example that I found programmatically checking and setting file types by BlackWasp
[Translate]
View Xml in webbrowser control
I have to embend webbrowser control into my application, so that I can show pieces of Xml code more nicely.I found two ways of doing this.The first and easiest was just to save the xml code in temporary xml file and navigate the webbrowser to it :
// save xml file and load it in XmlWebBrowser
XmlTextWriter [...]

Discover XAML and WPF