1. Can a timers interval be less than 1 milisecond?
2. Whats does object oriented mean?
3. What does case and case select mean?
Printable View
1. Can a timers interval be less than 1 milisecond?
2. Whats does object oriented mean?
3. What does case and case select mean?
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
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.
Quote:
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.