M
Marco Martin
Good Morning Group,
I've created an app that "runs in the background "(the window state is
minimized, the showintaskbar is false, and it displays a notify Icon.).
This program will be running on a server and will be doing scheduled
maintenance on a database. What I'm wondering is, would this be better as a
process instead of an app? Since it will be running on a server and writing
to a log file, permissions could be an issue. I was told that a process
would be better suited. I've never coded for a "process" before. Is there
anything special I should know about creating a process? Would there be
major changes to my code if I pasted it inside a "Windows Project"?
Thanks and best regards,
Marco
I've created an app that "runs in the background "(the window state is
minimized, the showintaskbar is false, and it displays a notify Icon.).
This program will be running on a server and will be doing scheduled
maintenance on a database. What I'm wondering is, would this be better as a
process instead of an app? Since it will be running on a server and writing
to a log file, permissions could be an issue. I was told that a process
would be better suited. I've never coded for a "process" before. Is there
anything special I should know about creating a process? Would there be
major changes to my code if I pasted it inside a "Windows Project"?
Thanks and best regards,
Marco