3.5

  1. L

    Question Background application control.

    Hello, I would like to create an application which will just work in background, and do specific actions by clicking a specific keyboard key, just like in Fraps at example, when the application is like 'always on top' even if other app is on full screen, and You can still control each other by...
  2. S

    Question Stopwatch Class NET Framework 3.5

    I have question regarding Stopwatch Class. Is there an easy way to display more than 59 minutes on stopwatch? Here is my code: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim strMinutes As String Dim strSeconds As...
Back
Top