I have a borderless form. However, at run time, there is no reference to it
in the task bar at the bottom of the screen (under Windows XP). Is it
possible to make it visible in the task bar as for forms with borders?
Dave
For the borderless form, set ShowInTaskbar = True
> I have a borderless form. However, at run time, there is no reference to it
> in the task bar at the bottom of the screen (under Windows XP). Is it
> possible to make it visible in the task bar as for forms with borders?
>
> Dave
Dave - 26 Apr 2005 15:53 GMT
Cheers. So obvious, but I never noticed that property - it's always the
way!
Dave
> For the borderless form, set ShowInTaskbar = True
>
[quoted text clipped - 4 lines]
> >
> > Dave