HOME
PERL
LABVIEW
VLSI
Embedded
MATERIALS
JOBS
Site Map
Saturday, 29 August 2015
APPLICATION WAIT TIMER USING VBSCRIPT
By
Unknown
at Saturday, August 29, 2015
APPLICATION WAIT TIMER USING VBSCRIPT
,
VBSCRIPT
No comments
tim = InputBox("Please enter wait time [min:sec]")
a=Split(tim,":")
sec=a(1)*1000
min=a(0)*60*1000
Wscript.sleep (min + sec)
msgbox "Hey! " & a(0) & " min " & a(1) & " secs elapsed!!!"
If you enjoyed this post plz let us know your views via comments.
This helps us to do much more better.
Thankyou.
join us
http://www.elecdude.com/p/ele.html
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Search Here...
Subscription
Enter your email address:
Delivered by
FeedBurner
Stay tuned to new posts...
Recent Posts
Loading...
Blog Archive
►
2017
(3)
►
November
(1)
►
October
(2)
►
2016
(5)
►
June
(1)
►
April
(1)
►
March
(3)
▼
2015
(15)
►
December
(1)
►
November
(1)
►
October
(1)
▼
August
(1)
APPLICATION WAIT TIMER USING VBSCRIPT
►
March
(2)
►
February
(4)
►
January
(5)
►
2014
(35)
►
December
(4)
►
November
(1)
►
August
(3)
►
July
(3)
►
May
(1)
►
April
(6)
►
March
(7)
►
February
(7)
►
January
(3)
►
2013
(50)
►
December
(4)
►
November
(1)
►
October
(7)
►
September
(6)
►
August
(8)
►
July
(3)
►
June
(6)
►
May
(3)
►
April
(1)
►
February
(4)
►
January
(7)
►
2012
(70)
►
December
(4)
►
October
(2)
►
August
(5)
►
July
(12)
►
June
(18)
►
May
(5)
►
April
(7)
►
March
(4)
►
February
(9)
►
January
(4)
►
2011
(27)
►
December
(7)
►
November
(19)
►
October
(1)
Source Code & Discussion Forum
Popular Posts
SPI Master Slave Verilog code with testbench
SPI means Serial Peripheral Interface. The Serial Peripheral Interface Bus or SPI bus is a synchronous seri...
DIFFERENCES IN CMOS 4000 SERIES, 74LS, 74HC, 74HCT SERIES IC
DIFFERENCES OF CMOS 4000 SERIES, 74LS, 74HC, 74HCT SERIES IC Integrated Circuit (IC) is fastly growing and different technologies have ...
VERILOG TIMESCALE - TIMEFORMAT - EXAMPLE
In this post, let us see the timescale feature and system tasks that are available in Verilog HDL with brief examples. `timescale ...
AVR - SPI - Serial Pheripheral Interface Tutorial - ATmega8 Code
AVR - SPI - Serial Pheripheral Interface Tutorial - C Code Example - ATmega8 Code AVR ATMega8 microcontroller has inbuilt SPI module....
SPI MASTER SLAVE Verilog Code - SPI Working Modes of Operation - Applications - Advantages Disadvantages
SPI means Serial Pheripheral Interface. The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link de facto...
ED on Mobile!!!
0 comments:
Post a Comment