[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make a project without appearing on Desktop Menu?
[Thread Prev] | [Thread Next]
- Subject: Re: How to make a project without appearing on Desktop Menu?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 22 Nov 2024 01:17:19 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
Re: How to make a project without appearing on Desktop Menu? | Jorge Carrión <shordi@xxxxxxxxx> |
How to make a project without appearing on Desktop Menu? | Jorge Carrión <shordi@xxxxxxxxx> |