I used FindWindow to find my application is run or not?
But my problem is:
+When I use FindWindow, I need know WNDTITLE to check my application to run it or not
But my application is chat program. So user login on my application, WNDTITLE is changed to depend on nickname which they 's chatting.
FindWindow $0 "${WNDCLASS}" "WNDTITLE"
How can I check this application to run or not if user uses this nickname?
I think I should get handle of main application, but handle can change when we run it again.
Please help me!
My word is too bad 🙂, If you do not know, please tell me!
Thank a lot, 😛