Hi all,
I want to build some kind of popup window, but without using a new form (not something like class Popup : Form), because forms produce side effects. Instead I wanted to draw this popup window directly to screen by using a sprite. It should be similar to some kind of website popup including a bitmap, some text, maybe a button.
Another possibility is GDI+ and catching the WM_PAINT message, but I dont' know which way is better.
Any ideas?
If this DirectDraw approach is dilettante let me know :-)