Board index » delphi » Automation without User Interface?

Automation without User Interface?

Is it possible to create an out-of-process server that does not require a
user interface to operate?

Obviously, the client calling the server will have a user interface.

Cannot seem to get this to work at all!

Regards
Dave

 

Re:Automation without User Interface?


<<David:
Is it possible to create an out-of-process server that does
not require a user interface to operate?

Quote

You can put
  Application.ShowMainForm := False;
in the project (.dpr) file.

--
Deborah Pate (TeamB) http://delphi-jedi.org

  Use Borland servers; TeamB don't see posts via ISPs
  http://www.borland.com/newsgroups/genl_faqs.html

Re:Automation without User Interface?


How about an MTS or COM+ component in a dll?

Martijn Houtman

Quote
"David" <david.roo...@btinternet.com> wrote in message

news:3bebd6a7_2@dnews...
Quote
> Is it possible to create an out-of-process server that does not require a
> user interface to operate?

> Obviously, the client calling the server will have a user interface.

> Cannot seem to get this to work at all!

> Regards
> Dave

Re:Automation without User Interface?


Yes, the more I think about it I reckon you have a point there!!

Regards
Dave

Other Threads