Re: task bar by Jack
Jack
Mon Oct 17 13:23:02 CDT 2005
I think it only works for forms, not for _screen. You would need to
use ShowAsTopLevel forms and hide _screen.
On Mon, 17 Oct 2005 09:38:06 -0700, "QaiserMehmood"
<qaiserme@fastmail.fm> wrote:
>Sir i am using VFP 7 when i use
>_screen.ShowInTaskBar= .F.
>when software runs it display an error that is "The property ShowInTaskBar
>is read only" sir how i solve this.
>thanks
>
>
>Qaiser Me
>
>
>"Jack Jackson" wrote:
>
>> On Mon, 10 Oct 2005 08:30:03 -0700, "QaiserMehmood"
>> <qaiserme@fastmail.fm> wrote:
>>
>> >hi 2 all
>> >thanks advance
>> >Sir is there any way to remove software form taskbar I mean the software
>> >runs and it disappear from task bar.
>>
>> Set the form's ShowInTaskBar property to .F.
>>
>> That property is not in older versions of VFP, I don't know in which
>> version it first appeared.
>>