|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I've implemented my own db-server which can run as a program as well as
a interactive service. If the server is minimized it only is visible as a tray icon. Everything works fine, so long as the user stays logged on. After log out and re-login the server service is still active, but not visible. Does anybody knows a way to make a service visible on such a new desktop? Thanks Holger |
|
#2
|
|||
|
|||
|
>Does anybody knows a way to make a service visible on such a new desktop? A service is designed NOT to interfere with any desktop. Therefore it runs in a desktop of its own. For user interactions you should provide a helper application witch communicates with the service. Regards from Germany Franz-Leo Chomse [NexusDB Expert] franz.leo.chomse@ndx.nexusdb_x.com (please remove "_x" to reply) |
|
#3
|
|||
|
|||
|
Franz-Leo,
thanks for your fast reply :-o > A service is designed NOT to interfere with any desktop. Therefore it > runs in a desktop of its own. For user interactions you should provide > a helper application witch communicates with the service. Agree, but this is a development we do for a customer. Actually he uses a DBISAM - based DMS. There is it possible to log out and relogin and the server icon is visible in the task bar. This means: There *must* be a way to solve this... Best regards also from germany Holger |
|
#4
|
|||
|
|||
|
>Actually he uses a DBISAM - based DMS. There is it possible to log out >and relogin and the server icon is visible in the task bar. >This means: There *must* be a way to solve this... As I said - Helper Application with an auto run setup. Regards from Germany Franz-Leo Chomse [NexusDB Expert] franz.leo.chomse@ndx.nexusdb_x.com (please remove "_x" to reply) |
|
#5
|
|||
|
|||
|
Holger Franke wrote:
> Franz-Leo, > > thanks for your fast reply :-o > >> A service is designed NOT to interfere with any desktop. Therefore it >> runs in a desktop of its own. For user interactions you should provide >> a helper application witch communicates with the service. > > Agree, but this is a development we do for a customer. > Actually he uses a DBISAM - based DMS. There is it possible to log out > and relogin and the server icon is visible in the task bar. > This means: There *must* be a way to solve this... > > Best regards also from germany > > Holger I used SvCOM http://www.aldyn-software.com/ for doing something similar. There is a logon/logoff detector Component included. I used V6.9, wich worked for my purpose. Services usually do not interact with the Desktop, so this is a hack. There may be a better solution. |
|
#6
|
|||
|
|||
|
Holger Franke wrote:
> I've implemented my own db-server which can run as a program as well > as a interactive service. If the server is minimized it only is > visible as a tray icon. Everything works fine, so long as the user > stays logged on. After log out and re-login the server service is > still active, but not visible. Does anybody knows a way to make a > service visible on such a new desktop? You can take a look at SvCom (http://www.aldynsoftware.com/svcom.html). It has stuff to do what you want. Cheers Dean |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| V1 Server as a Service | David Guest | nexusdb.public.discussions | 3 | 13th May 2005 09:40 AM |
| Service Stats | Ian Peck | nexusdb.public.discussions | 1 | 31st March 2005 02:23 PM |
| Service sutdown | Warren Brennan | nexusdb.public.discussions | 3 | 28th August 2003 08:31 PM |
| Excellent Service! | Harold Legg | nexusdb.public.discussions | 5 | 13th August 2003 06:16 PM |
| NexusDB Service | Warren Brennan | nexusdb.public.discussions | 2 | 13th August 2003 05:20 PM |