ウィンドウを透明にして、Flashを再生してみました。 まぁ、これがガジェットってやつだと思います。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using AxShockwaveFlashObjects; namespace WindowsApplication1 { public partial class Form1 : Form { AxShockwaveFlash flash = null; public Form1() { InitializeComponent(); } private void