|
-
Sep 27th, 2001, 02:08 PM
#1
Thread Starter
Fanatic Member
A few very easy questions.
1. Can a timers interval be less than 1 milisecond?
2. Whats does object oriented mean?
3. What does case and case select mean?
-
Sep 27th, 2001, 02:15 PM
#2
Lively Member
1) No. one milisecond is the minimun for the timer control.
2) Object Oriented means using objects instead of using procedures. Like Text boxes, labels, user defined types, classes. Using events and methods instead of straight procedures...stuff like that. Let someone else explain more.
3) Case is like an if sort of...
VB Code:
Dim A as Integer
A = 2
Select Case A
Case 1
Do something when A is 1
Case 2
Do something when A is 2
Case Else
Do something when A isn't 1 or 2
End Select
hope this helps
-
Sep 27th, 2001, 02:26 PM
#3
Thread Starter
Fanatic Member
thx i dont suppose you could help me out with my 4th question.
4. im lookin for a free downloadable web server that i can easily run any kind of cgi on.
-
Sep 27th, 2001, 05:01 PM
#4
Originally posted by flamewavetech
thx i dont suppose you could help me out with my 4th question.
4. im lookin for a free downloadable web server that i can easily run any kind of cgi on.
Go to www.analogx.com and download their SimpleServer program, I tried it, don't know if it works though. It's simple, but who knows, wasn't working for people today, but for me, I was able to go on it and everything. So whether it works or not, I'm unsure.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|