My ControlSendPlus function works very similar to ControlSend, so knowing how to use that is important. All the paramaters are technically the same, except the last one (the "flag" paramater.) I will explain the paramaters first, and then explain why my function is often a useful replacement for ControlSend. Paramaters: ControlSendPlus("title", "text", "classnameNN", "string", flag) "title": Title of the window "text": The text of the window (can be "", see ControlSend for more info.) "clas