Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An invisible application
Message
From
17/03/1998 17:53:44
Bob Lucas
The WordWare Agency
Alberta, Canada
 
 
To
11/03/1998 16:29:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00084018
Message ID:
00085219
Views:
22
>I'm working with an application that reads temperatures from an array of sensors. The temperatures are read every five minutes, and stuffed into a database.
>
>I want the application to be totally invisible to the user, except for a little flashing icon in the system tray, indicating that everything is OK.
>
>I also want a pop-up menu to appear, when I right-click the icon in the system tray. When selecting a menu-item, let us say 'Preferences', my 'Preferences'-form will pop up on the desktop.
>
>How can I achieve the above in Visual Foxpro 5.0?
>
>Regards,
>
>Werner Vesteraas
>Simguard AS

If your application is running under NT Workstation or Server, then you can register the application EXE as a service and have it start automatically when NT boots. If the application starts as a service, no windows are evident. You have to be careful that errors don't display messagebox windows because any pause will stall your application. I'm not sure how to get the same functionality in Windows 95 where the application does not show up on the taskbar.
Previous
Reply
Map
View

Click here to load this message in the networking platform