Visual Basic .NET Tutorial 21 - How to use Timer Control in VB.NET

  Рет қаралды 177,457

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Пікірлер: 28
@Smiling_Ballers
@Smiling_Ballers Ай бұрын
Thanks a lot brother I have use it and it’s a success
@ProgrammingKnowledge
@ProgrammingKnowledge 10 жыл бұрын
@jram4271
@jram4271 Ай бұрын
Very clear, thank you.
@PatMcDonald41
@PatMcDonald41 9 жыл бұрын
Clear and excellent. Thank you, sir.
@eltonhana8179
@eltonhana8179 5 жыл бұрын
thanks a loooot, i will use what i saw into my project for university, a small things makes the difference!!!
@steveblacksun7964
@steveblacksun7964 2 жыл бұрын
Thank you very much Sir, this was very helpful.
@samanthapennington4232
@samanthapennington4232 2 жыл бұрын
Very Nice and Simple Program. Perfect.
@mateogong3263
@mateogong3263 10 жыл бұрын
Great Tutorial :3 This got me into visual studio!
@desfity4925
@desfity4925 6 жыл бұрын
i love your indian acent
@shyamkachhadiya4964
@shyamkachhadiya4964 5 жыл бұрын
hello sir, thankyou for such a video series..... i am being well nice thought by your videos....
@mohammadshameer4302
@mohammadshameer4302 5 жыл бұрын
may allah give you sirat e mustaqeem the right path
@arthurjohnm.saberon4126
@arthurjohnm.saberon4126 9 жыл бұрын
Thanks Bro For the video
@RajeevKumar-nl4yy
@RajeevKumar-nl4yy 10 жыл бұрын
thanks for sharing....
@jayzervillanueva595
@jayzervillanueva595 9 жыл бұрын
can you teach me how to pause and resume the time in timer...?
@jooryalhamed938
@jooryalhamed938 8 жыл бұрын
good
@blikadek2686
@blikadek2686 6 жыл бұрын
Thanks sir.....
@yahyabenabdellah
@yahyabenabdellah 5 жыл бұрын
Thx
@btb_funkyostrich1129
@btb_funkyostrich1129 5 жыл бұрын
what i want is that i have a picture box and i need it show for only 2 seconds
@gideonengelbrecht8723
@gideonengelbrecht8723 4 жыл бұрын
textbox1.text = textbox1.txt + 1 does not work for me. How can you add 1 to text?
@AdobeSupremer1
@AdobeSupremer1 2 жыл бұрын
do += that will work
@manarsila9699
@manarsila9699 8 жыл бұрын
I want to know how to pause the timer without using the button and do it with a certain time using the codes
@maxperson5485
@maxperson5485 6 жыл бұрын
You can use if i = t then timer1.stop() end if
@quianimations8308
@quianimations8308 6 жыл бұрын
its work. Thanks
@harshagrawal353
@harshagrawal353 5 жыл бұрын
nahi chal raha bhai abe vo infinite loop keliye bol raha he
@riyaahuja1996
@riyaahuja1996 8 ай бұрын
source code?
@JacobPutzier
@JacobPutzier 9 жыл бұрын
Doesn't work
@shyamkachhadiya4964
@shyamkachhadiya4964 5 жыл бұрын
try again guys, it just worked, well also i have modified it code is below
@shyamkachhadiya4964
@shyamkachhadiya4964 5 жыл бұрын
Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'add(CInt(TextBox1.Text), CInt(TextBox2.Text)) MessageBox.Show("The sum is " & sum(TextBox1.Text, TextBox2.Text)) End Sub Private Sub add(ByVal a As Integer, ByVal b As Integer) Dim sum As Integer sum = a + b MessageBox.Show("Addition is " & sum) End Sub Private Function sum(ByVal a As Integer, ByVal b As Integer) Return a + b End Function End Class
How do you create a stopwatch in Visual Basic.net?
8:44
Programming for Everybody
Рет қаралды 14 М.
VB Tutorials: Using Menu Strip in Visual Basic
8:56
ICT Tech Guru
Рет қаралды 12 М.
.NET Conf 2024 - Day 2
dotnet
Рет қаралды 1,7 М.