Delphi and Kylix

Moderators: pritaeas
Number of threads: 7244
Number of posts: 19051

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Form icon in windows toolbar Posted by mac_doggie on 25 Oct 2002 at 8:39 AM
Hi,

I'm very new with delphi. I have multiple forms in my application and when I open a new instance of a form I like it to have an icon in the windows toolbar. Can anyone tell me wich property to set and wich value to give it...



-mac-
mailto:programmersheaven@mac-doggie.nl
the Netherlands...

Report
Re: Form icon in windows toolbar Posted by zibadian on 25 Oct 2002 at 10:03 AM
: Hi,
:
: I'm very new with delphi. I have multiple forms in my application and when I open a new instance of a form I like it to have an icon in the windows toolbar. Can anyone tell me wich property to set and wich value to give it...
:
:
:
: -mac-
: mailto:programmersheaven@mac-doggie.nl
: the Netherlands...
:
As far as I know the windows toolbar only shows processes and not windows. For example the Delphi IDE: only delphi is shown and not the editor, delphi window and the obejct inspector.
If you want to show your individual windows, you need to start a new process (i.e. TApplication and accompanying .exe-file) to show it in the windows toolbar. I suggest you create your own toolbar in your mainform, which shows icons for the various windows of your application.
Report
Re: Form icon in windows toolbar Posted by mac_doggie on 29 Oct 2002 at 9:15 AM
In Visual basic there is this property called ShowInTaskbar. When set to true the form has an icon in the taskbar, isn't there such a property for a delphi form ?



: : Hi,
: :
: : I'm very new with delphi. I have multiple forms in my application and when I open a new instance of a form I like it to have an icon in the windows toolbar. Can anyone tell me wich property to set and wich value to give it...
: :
: :
: :
: : -mac-
: : mailto:programmersheaven@mac-doggie.nl
: : the Netherlands...
: :
: As far as I know the windows toolbar only shows processes and not windows. For example the Delphi IDE: only delphi is shown and not the editor, delphi window and the obejct inspector.
: If you want to show your individual windows, you need to start a new process (i.e. TApplication and accompanying .exe-file) to show it in the windows toolbar. I suggest you create your own toolbar in your mainform, which shows icons for the various windows of your application.
:


-mac-
mailto:programmersheaven@mac-doggie.nl
the Netherlands...


Report
Re: Form icon in windows toolbar Posted by zibadian on 29 Oct 2002 at 2:05 PM
Not that I know of, but VB creates its forms using the form-API, while Delphi uses another mechanism.

: In Visual basic there is this property called ShowInTaskbar. When set to true the form has an icon in the taskbar, isn't there such a property for a delphi form ?
:
:
:
: : : Hi,
: : :
: : : I'm very new with delphi. I have multiple forms in my application and when I open a new instance of a form I like it to have an icon in the windows toolbar. Can anyone tell me wich property to set and wich value to give it...
: : :
: : :
: : :
: : : -mac-
: : : mailto:programmersheaven@mac-doggie.nl
: : : the Netherlands...
: : :
: : As far as I know the windows toolbar only shows processes and not windows. For example the Delphi IDE: only delphi is shown and not the editor, delphi window and the obejct inspector.
: : If you want to show your individual windows, you need to start a new process (i.e. TApplication and accompanying .exe-file) to show it in the windows toolbar. I suggest you create your own toolbar in your mainform, which shows icons for the various windows of your application.
: :
:
:
: -mac-
: mailto:programmersheaven@mac-doggie.nl
: the Netherlands...
:
:
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.