I am working on a Winforms application and imported the Windows API Code Pack for the Microsoft .NET Framework. Below is my code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.WindowsAPICodePack.Taskbar;
using Microsoft.WindowsAPICodePack.Shell;
namespace Glass_Test2
{
...
}
But when I tried to add a button on it, it turned out like:
Can any body tell me how to make the button here transparent?