Recent

Author Topic: Disappearing from Taskbar  (Read 4826 times)

Nihilist

  • Newbie
  • Posts: 1
Disappearing from Taskbar
« on: April 08, 2008, 07:31:40 pm »
Hi!
I have 2 forms in my project: Login_form and Main_form. After entering login and pass, login_form hides and main_form shows. But project button in taskbar hides with login_form too. Is there any way to show project in taskbar when login_form hidden?

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
RE: Disappearing from Taskbar
« Reply #1 on: April 09, 2008, 09:51:05 am »
Check ShowInTaskbar property of each form.

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
RE: Disappearing from Taskbar
« Reply #2 on: April 09, 2008, 10:39:05 pm »
The form which is created the first using Application.CreateForm is a the mainform and will be shown in the task bar.

Don't create the login form as first or don't use Application.CreateForm to create it.

 

TinyPortal © 2005-2018