Thanks both for the tips. Its solved.
I only need to solve one thing though
That is if you hover your mouse over the STR stat you will have an notice box.
Well i tried to alter the Y axis but it isnt going down.
Code:
rectHittest[0].SetRect( 10, 52+ nyAdd, 80, 65 + nyAdd); //First 10=x second=Y Third = width 4th = height
rectHittest[1].SetRect( 10, 67+ nyAdd, 80, 80 + nyAdd);
rectHittest[2].SetRect( 10, 82+ nyAdd, 80, 95 + nyAdd);
rectHittest[3].SetRect( 10, 97+ nyAdd, 80, 110 + nyAdd);
rectHittest[4].SetRect( 10, 112+ nyAdd, 160, 125 + nyAdd);
I have added an comment line to it. But i dont think i have it right. Cause if i change the 2nd value the STR box with the info is no where to been seen.