Hello all, I have tested with Gambas3.6.2. I placed a simple Progressbar and tried: ##### Public Sub ProgressBar1_Enter() Debug "Here we are!" End ##### Which worked perfectly. But ##### Public Sub ProgressBar1_MouseDown() Debug "Here we are!" End ##### did never execute. What went wrong? Please help me.... Wolf