Here's what I'm trying to do. I want after a certain amount of time set by Timer1, a new form pops up and replaces the other, so something like this (Just an example)
If timer1 reaches 2000 then
Form2.show
me.hide
End Sub
If someone could help me, it would be gladly appreciated.
I have a security programme that requires multiple timers to recover a password. So on user settings if the person sets the time of pass recovery to 10 minutes it would need to count down to 10 same with 20 etc. How would I stop this code interfering with the app?
ok i haven't seen it on any of these videos but im making a buttonclick game and i already made the click counter but i want a timer to start when i click the button, and i want the timer to stop after a certain amount of time like 60 seconds with interval of 1000 how do i do that?
i have managed to get my timer to start when i click the buton but i also want the same button when the timer has started to make text box + 1 my code in button is If Timer1.Enabled = False Then Timer1.Enabled = True else counter.Text = counter.Text + 1
ok so are you trying to make a different textbox to add 1 or the same text box to add 1 to the sec also im gonna post a vid on my updated timer and also an alarm clock
Here's what I'm trying to do. I want after a certain amount of time set by Timer1, a new form pops up and replaces the other, so something like this (Just an example)
If timer1 reaches 2000 then
Form2.show
me.hide
End Sub
If someone could help me, it would be gladly appreciated.
NiskeyGames 2 months ago
I have a security programme that requires multiple timers to recover a password. So on user settings if the person sets the time of pass recovery to 10 minutes it would need to count down to 10 same with 20 etc. How would I stop this code interfering with the app?
daleskill1 5 months ago
Excellent! Just what I was looking for. Thumbs way up!
nawzer 1 year ago
ok i haven't seen it on any of these videos but im making a buttonclick game and i already made the click counter but i want a timer to start when i click the button, and i want the timer to stop after a certain amount of time like 60 seconds with interval of 1000 how do i do that?
jtpruzz 2 years ago
Just 1 text box that adds 1 and i need it to start when button pressed but the timer needs to start with it
The timer dies start but counter does not
gman7129 2 years ago
i have managed to get my timer to start when i click the buton but i also want the same button when the timer has started to make text box + 1 my code in button is If Timer1.Enabled = False Then Timer1.Enabled = True else counter.Text = counter.Text + 1
please help!!!
gman7129 2 years ago
ok so are you trying to make a different textbox to add 1 or the same text box to add 1 to the sec also im gonna post a vid on my updated timer and also an alarm clock
MrCoreyBrantley 2 years ago
ok well you can have in the code under form1 class saying
Dim [Andy] = "Hello"
Then after the =
no matter what long line of code you put there the Word [Andy] would mean the line of code. Is That What You Wanted
MrCoreyBrantley 2 years ago
anyway to call a object from form1 to form2
all you have to do is place form1 in front of you object
e.g
Form1.Timer1.Enabled = False
Or
Form1.TextBox2.Text = "Hello"
MrCoreyBrantley 2 years ago
thank YOU sir ^__^ now i know how to do it..hehe
LUnarcry52 2 years ago
If You Need Anything Else Just Message Me Then I Will Try To Help You :)
MrCoreyBrantley 2 years ago
my coding has sec, min, hour
i want it to count from 0 till 60 then the min become 1 and so on
i changed your coding but it didn't work
can you help?
lailianime 2 years ago
hey ya i can help i will make a video on how to do it in a day or too so check back soon and i will message you
MrCoreyBrantley 2 years ago
oh..
thanks so much...
needed for my assignment...
can we call item at form1 to form2?
e.g form1
{namelabel: [andy] textbox}
form2
{namelabel: [ ] textbox}
so i want [ ] textbox in form2 has [andy] without typing it in
no need video, just message me if you do... highly appriciate it... (my lecturer need all this to pass her subject... T-T)
lailianime 2 years ago