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.
--
Qaiser Me

Re: task bar by Carsten

Carsten
Tue Oct 11 01:04:16 CDT 2005

Qaiser,

you can create a service, or run a program as a service. Services only shows
up in the Windows Taskmanager.
If you want to achieve it in VFP, you might consider writing a COM-DLL.


--
Cheers
Carsten
_______________________________

"QaiserMehmood" <qaiserme@fastmail.fm> schrieb im Newsbeitrag
news:2CCCA7FC-0DB8-4BF5-B605-D805802998FB@microsoft.com...
> 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.
> --
> Qaiser Me



Re: task bar by qaiserme

qaiserme
Fri Oct 14 10:59:02 CDT 2005

Sir my question is how to hide software from task bar not task manager for
example if we click display icon in control panel the display window appear
and it not shows on task bar .This is I want
--


Re: task bar by Jack

Jack
Fri Oct 14 12:20:43 CDT 2005

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.

Re: task bar by qaiserme

qaiserme
Mon Oct 17 11:38:06 CDT 2005

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.
>

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.
>>