Search results for query: *

  • Users: El Don
  • Content: Threads
  • Order by date
  1. E

    form always on top

    Hi, I'm working on a program to wish my girlfriend a happy birthday, my idea is to show a label like a notification, similar to the one used in messenger, but I want it to be on top of whatever she is working on the computer at the time, even games (she's a hardcore gamer). Is this possible...
  2. E

    Disable one key

    I need to disable keys using a form, when pressing a button, searching in the forum, I found this: If (e.Alt = True) Then If (e.KeyData = Keys.F4) Then e.Handled = True End If End If but I can't get it to work, is there a way to disable keys? I...
  3. E

    Window on top, active without focus

    Hi, I'm writing a program that acts as a notification, but I want the window to be active without stealing focus, for example, if I press del, it closes no matter what I'm doing in the computer, also i want it to be on top of everything, even games, is that possible? I'm a beginner, and found...
  4. E

    I need help with timer code

    I'm currently writing a countdown timer on vb 2005, with the following characteristics: -When I press a button and the timer is running, it adds time to the counter, for example, if the time is 2:30 and I press a button, and the period to add is 1:10, the new time would be 4:40. -The window is...
Back
Top