During these few days, i have been roaming around CP almost all the time, especially in the Lounge, acting as bartender. There isn't much work to do then. But even if workload is heavy, i will always check out on CP.
And thanks for removing the broken post, whoever you are.
Weiye Chen
Life is hard, yet we are made of flesh...
Weiye,
I think this is a great article. I tried using the examples in your article. I am having couple of problems. One is the the line of code
private Bitmap bmpFrmBack = new Bitmap(typeof(Form1), "back.bmp");
I am getting error when I use my Form5. So I replaced the code with
private Bitmap bmpLog = new Bitmap(@"C:\Temp\BenchNew\Log1.jpg");
Now my button show up with a border and I dont see them as images alone. Like how Bob in your example shows up. I get borders around it of the button control. What is the procedure to remove it.