Question function for textboxes

kieran82

Member
Joined
Feb 21, 2010
Messages
19
Programming Experience
Beginner
I am doing a project and have it working but have to add a function and don't know how to do it. when i enter a number in the win textbox it will add 3 points or enter a number in draw textbox it will add 1 point to the PTS textbox and update database. can anyone help me? the code is here
 

Attachments

  • 1391linesofcode.txt
    67.4 KB · Views: 21
There's the Textbox's TextChanged event, or the Leave event if you want to wait for them to leave the control

You could have them click a button. It really depends on what the design of the app requires.
 
Back
Top