Search found 1 match

by rdlindsey
Mon Aug 19, 2019 6:56 am
Forum: PowerShell GUIs
Topic: Auto-sum without using a button
Replies: 3
Views: 1236

Auto-sum without using a button

I am trying to populate a single textbox with multiple combobox values. Right now my code works on a button push, I am trying to get it to populate on the entry of combobox. I basically want to get rid of the 'ScoreNow' button and just have the textbox keep a running total. Here is what I have that ...