Recent

Author Topic: Widows XP TaskBar  (Read 4747 times)

typo

  • Hero Member
  • *****
  • Posts: 3051
Widows XP TaskBar
« on: April 20, 2010, 10:43:46 pm »
How to make an application does not appear in the taskbar? I thought I could do it by setting ShowMainForm to False, but this seems not to work anymore.
« Last Edit: April 20, 2010, 10:56:52 pm by typo »

cpalx

  • Hero Member
  • *****
  • Posts: 753
Re: Widows XP TaskBar
« Reply #1 on: April 21, 2010, 01:52:17 am »
Did you try

showInTaskbar := stNever

Zoran

  • Hero Member
  • *****
  • Posts: 1829
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: Widows XP TaskBar
« Reply #2 on: April 21, 2010, 07:35:08 am »
Did you try

showInTaskbar := stNever

If you use 0.9.29, note that setting stNever produced bugs in last couple of days (see http://bugs.freepascal.org/view.php?id=16293), but seems to be fixed now, so if you use it, download the latest snapshot.
« Last Edit: April 21, 2010, 07:39:03 am by Zoran »

LazaruX

  • Hero Member
  • *****
  • Posts: 597
  • Lazarus original cheetah.The cheetah doesn't cheat
Re: Widows XP TaskBar
« Reply #3 on: April 21, 2010, 07:49:49 am »
I don't know what your application does, but maybe you should create a service/deamon

typo

  • Hero Member
  • *****
  • Posts: 3051
Re: Widows XP TaskBar
« Reply #4 on: April 21, 2010, 01:43:12 pm »
Quote
Did you try

showInTaskbar := stNever

For me it seems to do nothing. Lazarus 0.9.29 r24105 FPC 2.4.0 i386-win32-win32/win64

 

TinyPortal © 2005-2018