System events with vb.net service -



System events with vb.net service -

i seek create windows service write events win windows sessionswitch event, when create in windows application work fine doesn't work service. after search know scheme events need message loop enabled how can enable in vb.net windows service

in order receive windows messages, programme must have window. noted on sessionswitch msdn page:

in windows service, unless hidden form used or message pump has been started manually, event not raised.

a link included gives illustration showing how receive these events hidden window. message windows another, similar alternative receiving window events , messages.

vb.net service systemevent

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -