In a program that my friend made, he has a text box that keeps adding text to the bottom of it, but when it fills up with text and has to go below, the text box doesn't automatically scroll down to view it. Any help...
I've been trying to make a program for some time now that utilizes a TabStrip, but I can't figure out just how to use it. Could somebody please help me?!?!?
Thanks
I'm making a stopwatch program but when the timer gets to 30 seconds, it says 00:29, 01:31, 01:32.... Does anyone know what is wrong?
Here is the code that I wrote:
Dim totalsec As Integer_________________
Private Sub Timer1_Timer()
totalsec = totalsec + 1
minutes = Format(totalsec / 60...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.