Bryant Likes's Blog

It's all about WebData

Recent Posts

Tags

News


  • Windows Live Alerts
    View Bryant Likes's profile on LinkedIn

    Me

    The posts on this weblog are provided "as is" with no warranties and confer no rights. The opinions expressed herin are the personal opinions of the individual authors and do not represent the views of Avanade in any way.

Community

Email Notifications

Archives

Testing Copy Source as HTML

How well does this work with Live Writer? (got the CopySource settings from here)

    public partial class Window1 : Window
    {
 
        public Window1()
        {
            InitializeComponent();
            TopPanel.MouseLeftButtonDown += new MouseButtonEventHandler(TopPanel_MouseLeftButtonDown);
        }
 
        void TopPanel_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
        {
            DragMove();
        }
 
        public void CloseWindow(object sender, EventArgs e)
        {
            this.Close();
        }
    }

Just some sample WPF code that I'm playing with. Seems to work pretty well with Live Writer.

Posted: 08-18-2006 1:04 AM by bryantlikes | with no comments
Filed under: ,
Leave a Comment

(required) 

(required) 

(optional)

(required)