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
Post a Comment