jvcoach23
Well-known member
New to vb and vb.net. I little util that Im writing that is using one form. It processes through, Im changing the color of a couple of buttons to indicate success or failure of a coupld of stored procedures. Im call calling the private subs kind of like this.
ValidiateLogin1()
ValidateAccessToDb()
If the ValidateLogin1 and ValidateAccessToDb are successful, it comes back real quick, if the ValidateAccessToDb is not successful, the status for ValidateLogin1 doesnt change until the ValidiateAccessToDb come back as a failure. How do you make the button that represents ValidateLogin1 change before it starts on ValidateAccessToDb
Thanks
ValidiateLogin1()
ValidateAccessToDb()
If the ValidateLogin1 and ValidateAccessToDb are successful, it comes back real quick, if the ValidateAccessToDb is not successful, the status for ValidateLogin1 doesnt change until the ValidiateAccessToDb come back as a failure. How do you make the button that represents ValidateLogin1 change before it starts on ValidateAccessToDb
Thanks