Without pwm, is it possible to send event to other program ?

With pwm, it is possible to send HIDE event to realized other process Photon program. And in this case, I used the PtForwrdWindowTaskEvent().

But without pwm, is it possible to send event ,like Ph_WM_HIDE, to other Photon program ? If someone knows it, please let me know that.

Thanks…

Generally not a good idea to run without pwm since it does all the window and event management. You will find things will not work the way you expect them to work. Why are you planning on not using it?

We are investigating that if there is not pwm, the Window-related event is still working or not.

Thanks for your help.

They won’t. In fact, many things won’t work properly.