1

I am making a windows 8 application and I need timer but there is no timer in toolbox. I'd be appreciated if you can help me solve this problem which I couldn't find the solution on the internet.

anilbey
  • 1,817
  • 4
  • 22
  • 38

2 Answers2

2

There is no timer for windows 8 applications. (Source: Microsoft Dev Center)

Link offers some solution of how to replace it. Maybe it will work for you.

4d4c
  • 8,049
  • 4
  • 24
  • 29
0

In my copy of Visual Basic Premium 2012, I also thought that there was no timer. However, I found that in the "Common Control Tab", all you need to do is click on the upper tab "All Windows Forms". There you will find the timer: just scroll down :)

David Gorsline
  • 4,933
  • 12
  • 31
  • 36
Dein
  • 1