Search results for query: *

  1. mikoroshi

    Question Conditionally active buttons not consistently enabled/disabled

    By adding a PriorityFlag = 0 line immediately after the If...Then... part that changes the btn.BackColor = color.Yellow, it appears fixed.
  2. mikoroshi

    Question Conditionally active buttons not consistently enabled/disabled

    That was extremely helpful. I found the issue is that PriorityFlag is a global variable, and it's not clearing once the buttons are populated. So it tells all the buttons to go yellow! I need to rejigger how it determines what caller has a PriorityFlag, since just clearing it back to 0 will...
  3. mikoroshi

    Question Conditionally active buttons not consistently enabled/disabled

    A little backstory: I am working on a set of three programs to operate as a call commander for talk radio. This is a concept I'm working on to build up my skills. I'm building it with the following ideas in place: There are three computers in the studio, one where the call screener works and...
Back
Top