Page 1 of 1

is possible usage of richviewEdit in windows service application

Posted: Fri Jun 05, 2020 11:00 am
by zbozkurt
Hi;

is possible usage of richviewEdit in windows service application ?

can you give an example or some advice to make service application?

Thanks;

Re: is possible usage of richviewEdit in windows service application

Posted: Fri Jun 05, 2020 1:27 pm
by Sergey Tkachenko
How do you want to use it?
To display a editing window, or for saving and loading files?

I believe, it is not possible to show any GUI from a service. But I believe, you can use TRVReportHelper component to save and load files. Internally, it creates an invisible TRichView window, I think it is possible in a service. Sorry, I never tried it myself and do not have exmples.

But definitely, you cannot use a trial version of TRichView in a service, because it displays a registration reminder window.