BM_CLICK freezing app [RESOLVED]
Hi,
I'm trying to simulate the click of a button on another app. First, I have to do it twice even though I do specify SetActiveWindow just before, but I'm sure I can probably figure that out. The problem is, once it does simulate the click, it freezes my app??? From what I can tell, the form that loads from the click button is modal but I don't understand why it freezes my app (freezes it until I close the new modal form). When launched in F8 debug, cursor just stops after the BM_CLICK message until I close the new form. I need to send more messages to the new modal form, how will I be able to if the code deosn't continue executing?
Make sense?
Phailak