Have u found any solution for my problem/s ?

Btw Anozireth.. im not good at coding AT ALL but i took a look at the code of ur app, couln't this be solved by changing
Code:
 
if (p.MainWindowTitle.CompareTo("World Of Warcraft") == 0)
to lets say...
Code:
 
if (p.MainWindowTitle.CompareTo("WoW1,WoW2") == 0)
??