B
Boris Nienke
Hi,
is it possible to write a .NET Application for the PocketPC that can run in
the background (sleeping and waiting for the user to be activated).
And then, when the user activates it (for example by tapping the icon in
the applications-menu again or by pressing a hardware-button) it does
something WITHOUT showing any form and without changing the caption in the
upper left?
i've tried to this with a transparent form. But then i always see the
applications name in the upper left when i activate the app.
Then i've tried to use a fullscreen-transparent-form without caption and
without controlbox etc. But then i always get the "Start"-Caption in the
upper left when i activate the app (at least when i do it with a
hardware-button that is linked to that exe)
So how to write a .Net-CF app, that can be startet with hardwarebutton
(like any other exe that is linked to one) and then doesn't show and change
anything on the screen but simply do some action (for example writing a new
line in a logfile, doing a screen shot, playing a sound etc...) and then
goes back to the background, just like nothing happens.
Possible?
Boris
is it possible to write a .NET Application for the PocketPC that can run in
the background (sleeping and waiting for the user to be activated).
And then, when the user activates it (for example by tapping the icon in
the applications-menu again or by pressing a hardware-button) it does
something WITHOUT showing any form and without changing the caption in the
upper left?
i've tried to this with a transparent form. But then i always see the
applications name in the upper left when i activate the app.
Then i've tried to use a fullscreen-transparent-form without caption and
without controlbox etc. But then i always get the "Start"-Caption in the
upper left when i activate the app (at least when i do it with a
hardware-button that is linked to that exe)
So how to write a .Net-CF app, that can be startet with hardwarebutton
(like any other exe that is linked to one) and then doesn't show and change
anything on the screen but simply do some action (for example writing a new
line in a logfile, doing a screen shot, playing a sound etc...) and then
goes back to the background, just like nothing happens.
Possible?
Boris