Article

From:
To:
Peter Below
Subject:
Re: SetFocus not working well
Newsgroup:
embarcadero.public.delphi.language.delphi.win32

Re: SetFocus not working well

For another problem, see Application Icon desappear, in Project source I set
Application.MainFormOnTaskbar := False;
and this problem desappeared.
Regards
Adalberto Baldini

begin   Application.Initialize;   Application.Title := 'Applicazione Gestionale ';   Application.MainFormOnTaskbar := False;   Application.CreateForm(TfrmMain, frmMain);   //Application.CreateForm(TLogin_dlg, Login_dlg);   Application.Run; end.
FYI: Click here to see how many newsgroups are indexed
 
 
Originally created by
Tamarack Associates
Sun, 30 Jun 2024 18:22:10 UTC
Copyright © 2009-2024
HREF Tools Corp.