Hi, I created a program which doesn't have a caption; I fake that (including form-moving etc.)
In the taskbar, the icon of my program was blank (you know, where you usually see the form-icon and the form-caption). The caption part is easy - SetWindowText in the form-load, but how do I let windows draw my icon? The form does have an icon, but since it has no caption, it doesn't show that caption.
Any ideas where to start?
Tnx :-)