Click here to Skip to main content
15,902,198 members

Comments by Hanson Cheng (Top 7 by date)

Hanson Cheng 18-Mar-11 1:29am View    
Thank you everybody who worked on this question!
Hanson Cheng 17-Mar-11 1:34am View    
Actually it's not a music player, it is a free software for learning English vocabulary. It shows the words and sample sentences on desktop and play the audio. There is a timer to control how often the word and sentence will be changed, ect. I want to improve the dispaly effection for current version. Most of the current users are still using .net 2.0 on Windows XP.I need a main upgrade if I use WPF, it's also new to me. More than 20000 users have instaleld the software, but not too many people use it every day. I will say about 600 users run it today.

I am not a professional programer, I just do this in my spare time.

You see I have no problem drawing the string on the form or label, but the difficult part is making the form transparent to the desktop and keep the string beautiful. Since the string need be moved around, I don't think capture the back image and draw it under the string is a good idea. It will make it flashing when move it.

I tird to find an article about this but only find one writing in c++.

I really appreciate you spend your time on my question. Thank you!
Hanson Cheng 17-Mar-11 0:49am View    
Deleted
I found very similar example using c++ . You can download and run it, it's very small application, but exactly what I need.http://www.codeproject.com/KB/GDI-plus/DesktopLyrics.aspx
The problem for me now is I am not familiar with C++. If somebody can translater it to c#, that will be perfect solution for me. Thanks a lot in advance!
Hanson Cheng 17-Mar-11 0:38am View    
Thank you for replay. But WPF needs .net 3.0, my current application is running on .net 2.0.
Hanson Cheng 17-Mar-11 0:30am View    
You can download and run it, it's very small application, but exactly what I need. The problem for me now is I am not familiar with C++.
http://www.codeproject.com/KB/GDI-plus/DesktopLyrics.aspx