Advice GUI and EXE

  • Thread starter Thread starter Janus Knudsen
  • Start date Start date
J

Janus Knudsen

Hello

I need a good advice!

How do I separate my .exe from my gui?

I want something similar like for instance MSDE running as a service and
possible to administrer through a GUI.


Kind regards
Janus
 
I need a good advice!
How do I separate my .exe from my gui?

I want something similar like for instance MSDE running as a service and
possible to administrer through a GUI.

you could write a TCP/IP server that listens on a specific port and
understands a specific communication protocol. that's how database servers
are designed.

regards,
Wiktor Zychla
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top