473,386 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Typing Test

84
Here's my project design:
___________ _________
I COMBO 1 I I COMBO 2 I
-------------------- ----------------- I had choice of 1minute and 2minute

-----------------------------------------------
I The quick brown fox I
I jumps over the lazy dog. I
I----------------------------------------------I

-----------------------------------------------
I This is were you text the words I
I in the list box I
I-------------------------------------------------I

If you want to click the 1minute the timer should be stop and it cna view.


Private Sub Combo2_Change()
Private Sub Combo2_Click()
If Combo2.ListIndex = 1 Then
Timer1.Interval = 60000
If Combo2.ListIndex = 2 Then
Timer1.Interval = 120000
End If
End Sub

Private Sub Combo2_Click()
If Combo2.ListIndex = 0 Then
Timer1.Interval = 60000
Else
Timer1.Interval = 120000
End If
End Sub

My code is this:

Can you help me to arrange this code?
Apr 23 '08 #1
2 1390
lotus18
866 512MB
I don't get it. What is the purpose of combo1?

Rey Sean
Apr 23 '08 #2
jamesd0142
469 256MB
I don't get it. What is the purpose of combo1?

Rey Sean
i think the combo box allows you to choose a timer of 2 minutes or 1 minute, but i still dont get the whole idea here...!

James
Apr 23 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

53
by: dterrors | last post by:
Will php 6 do strong typing and/or namespaces? I was shocked to find out today that there are some people who actually argue that weak typing is somehow better. I didn't even know there was a...
467
by: mike420 | last post by:
THE GOOD: 1. pickle 2. simplicity and uniformity 3. big library (bigger would be even better) THE BAD:
6
by: Jason Tesser | last post by:
I work for at a college where I am one of 2 full-time developers and we are looking to program a new software package fro the campus. This is a huge project as it will include everything from...
4
by: Edward Diener | last post by:
Python 2.3.3 on Win2K. In the Python tutorial it says that typing \n in string literals is the new-line character. I open the interpreter and type a string with a \n in it but instead of outputting...
94
by: Gabriel Zachmann | last post by:
Is it correct to say that strong/weak typing does not make a difference if one does not use any pointers (or adress-taking operator)? More concretely, I am thinking particularly of Python vs C++....
49
by: bearophileHUGS | last post by:
Adding Optional Static Typing to Python looks like a quite complex thing, but useful too: http://www.artima.com/weblogs/viewpost.jsp?thread=85551 I have just a couple of notes: Boo...
1
by: dishal | last post by:
Hi, Im having a problem with typing on the JPanel. The thing is, that it works perfectly fine when this line " content.add(jp, BorderLayout.NORTH); " is taken out (its the buttons panel) but when its...
45
by: azrael | last post by:
Hy guys, A friend of mine i a proud PERL developer which always keeps making jokes on python's cost. Please give me any arguments to cut him down about his commnets like :"keep programing i...
0
by: Paddy | last post by:
The official glossary entry here: http://docs.python.org/tut/node18.html#l2h-46 says: " duck-typing Pythonic programming style that determines an object's type by inspection of its method or...
2
by: sarahms2201974 | last post by:
Hi, I'm attempting to create a database that holds a simple typing test and I'm having some trouble setting it up. I've created a table that holds 5 test samples. The thought is when someone...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.