Hi everyone,


I'm writing a service that will take care of administrative things.
I'm using the summation object model, but when I launch ws32.exe(this is the summation app) AppWinStyle.Hide does not hide the summation UI.

I need summation to be running to take advantage of it's object model, yet I don't want the UI.

Any other way, other than

VB Code:
  1. Shell(sumPath, AppWinStyle.Hide, True, -1)

that I can really hide the UI.


Thanks