Neutralino Window PID

4 hours ago 1
ARTICLE AD BOX

I have created a Neutralino app that includes various widgets like news, weather that sort of thing. All works fine except for one irritating thing. A new window is created for each widget and during this process the PID of the window is saved. The problem arises when wanting to close the window using the PID and taskkill. It transpires that when creating a window and returning the status or info the PID is not the same as the PID in task manager. I have got around this problem by doing a search in the windowtitle in the os and then killing it. What I don't understand is why a false PID is return by Neutralino. In my simple mind a PID is a PID and not something to be made up on the fly. Anybody got any answers?

Read Entire Article