[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make a project without appearing on Desktop Menu?


On Thu, 21 Nov 2024 at 17:44, Jorge Carrión <shordi@xxxxxxxxx> wrote:

> Greetings
> I have a program that uses a form but I don't want it to appear in the
> desktop's  menu. Does anyone know how to do this?
>

and just in case you mean desktop TaskBar ,  then set SkipTaskBar = True on
the Form
or if you mean desktop window list ,  then NoTabFocus = True on the Form

Respects
BruceS

Follow-Ups:
Re: How to make a project without appearing on Desktop Menu?Jorge Carrión <shordi@xxxxxxxxx>
References:
How to make a project without appearing on Desktop Menu?Jorge Carrión <shordi@xxxxxxxxx>